Documentation
C++ Reference
C# Reference
Appendices
Namespace: P1.ImageSdk
P1.ImageSdk
Set Polynomial transformation Six parametters are: (p[0] * x^2 + p[1] * x + p[2]) * (p[3] * y^2 + p[4] * y + p[5])
public float[] PolynomialTransform { get; set; }