Click or drag to resize

NativeMethodsphoto_createCalibrateRobertson Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.photo_createCalibrateRobertson(System.Int32,System.Single,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus photo_createCalibrateRobertson(
	int maxIter,
	float threshold,
	out IntPtr returnValue
)

Parameters

maxIter
Type: SystemInt32

[Missing <param name="maxIter"/> documentation for "M:OpenCvSharp.NativeMethods.photo_createCalibrateRobertson(System.Int32,System.Single,System.IntPtr@)"]

threshold
Type: SystemSingle

[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.NativeMethods.photo_createCalibrateRobertson(System.Int32,System.Single,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.photo_createCalibrateRobertson(System.Int32,System.Single,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.photo_createCalibrateRobertson(System.Int32,System.Single,System.IntPtr@)"]

See Also