Click or drag to resize

NativeMethodsphoto_createCalibrateDebevec Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus photo_createCalibrateDebevec(
	int samples,
	float lambda,
	int random,
	out IntPtr returnValue
)

Parameters

samples
Type: SystemInt32

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

lambda
Type: SystemSingle

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

random
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also