BasePluginCameraCropPicture Method |
Crops the given srcMat according to the rectification crop factor,
needed to avoid black artifact stripes caused by the rectification
on F-Theta lens systems.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic Mat CropPicture(
Mat srcMat
)
Parameters
- srcMat Mat
- The image to be cut.
Return Value
MatThe cropped image.
See Also