SensorBayerOutput.Transform Method

Definition

Namespace: P1.ImageSdk

Transform image by second order polynomial: I = I * (ax*X*X + bx*X + cx) * (ay*Y*Y + by*Y + cy)

public void Transform(float ax, float bx, float cx, float ay, float by, float cy);