BasePluginCameraRectify Method |
Rectifies the image in srcMat according to its center point in the
workspace. The rectification data points are interpolated first
according to the center point.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic Mat Rectify(
dvec3 pointWorld,
Mat srcMat
)
Parameters
- pointWorld dvec3
- The center point of the srcMat in the
workspace's coordinate system.
- srcMat Mat
- The taken picture.
Return Value
MatThe rectified image.
See Also