Click or drag to resize

NativeMethodsphoto_CalibrateCRF_process Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void photo_CalibrateCRF_process(
	IntPtr obj,
	IntPtr[] srcImgs,
	int srcImgsLength,
	IntPtr dst,
	float[] times
)

Parameters

obj
Type: SystemIntPtr
srcImgs
Type: SystemIntPtr
srcImgsLength
Type: SystemInt32
dst
Type: SystemIntPtr
times
Type: SystemSingle
See Also