Click or drag to resize

BasePluginCameraRectificationDataInequality Operator

Reversal operator to "==".

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static bool operator !=(
	BasePluginCameraRectificationData rd1,
	BasePluginCameraRectificationData rd2
)

Parameters

rd1  BasePluginCameraRectificationData
The first five points.
rd2  BasePluginCameraRectificationData
The second five points.

Return Value

Boolean
true if one or more homologous points have not the same values.
See Also