Property ImageSize
ImageSize
Gets or sets the image size used when computing the optimal camera matrix.
[TypeConverter(typeof(NumericRecordConverter))]
public Size? ImageSize { get; set; }
Property Value
- Size?
Remarks
If the image size is specified, the optimal camera matrix is estimated and used to scale the camera intrinsics in such a way as to avoid losing pixels which would be lost when undistorting the original frames.