BasePluginCameraRectificationDataHaveSamePoint Method |
Returns true if any of the homologous points in rd1 and rd2 have the same value.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic bool HaveSamePoint(
BasePluginCameraRectificationData rd
)
Parameters
- rd BasePluginCameraRectificationData
[Missing <param name="rd"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.RectificationData.HaveSamePoint(RAYLASE.Marker.CamerasPlugin.BasePluginCamera.RectificationData)"]
Return Value
Booleantrue if any of the homologous points in rd1 and rd2 has the same value.
See Also