CanvasClip enum
Namespace: P1.ImageSdk
Fields
|
1 |
Canvas has the full RAW image. This option will consider all input pixels, but may output blank pixels. |
|
2 |
Clip warped edges. This option will only consider the maximum interior bounding box, and all pixels will be valid. |
|
3 |
Maintain raw image dimensions |
This option will result a canvas size matching the sensor resolution and be centered around the principal point