Click or drag to resize

BasePluginCameraRectificationDataHaveSamePoint Method

Returns true if any of the homologous points in rd1 and rd2 have the same value.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public 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

Boolean
true if any of the homologous points in rd1 and rd2 has the same value.
See Also