Click or drag to resize

NativeMethodscalib3d_sampsonDistance_Point3d Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.calib3d_sampsonDistance_Point3d(OpenCvSharp.Point3d,OpenCvSharp.Point3d,System.Double*,System.Double@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_sampsonDistance_Point3d(
	Point3d pt1,
	Point3d pt2,
	double* F,
	out double returnValue
)

Parameters

pt1
Type: OpenCvSharpPoint3d

[Missing <param name="pt1"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_sampsonDistance_Point3d(OpenCvSharp.Point3d,OpenCvSharp.Point3d,System.Double*,System.Double@)"]

pt2
Type: OpenCvSharpPoint3d

[Missing <param name="pt2"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_sampsonDistance_Point3d(OpenCvSharp.Point3d,OpenCvSharp.Point3d,System.Double*,System.Double@)"]

F
Type: SystemDouble*

[Missing <param name="F"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_sampsonDistance_Point3d(OpenCvSharp.Point3d,OpenCvSharp.Point3d,System.Double*,System.Double@)"]

returnValue
Type: SystemDouble

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_sampsonDistance_Point3d(OpenCvSharp.Point3d,OpenCvSharp.Point3d,System.Double*,System.Double@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.calib3d_sampsonDistance_Point3d(OpenCvSharp.Point3d,OpenCvSharp.Point3d,System.Double*,System.Double@)"]

See Also