Click or drag to resize

NativeMethodscalib3d_StereoMatcher_compute 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 calib3d_StereoMatcher_compute(
	IntPtr obj,
	IntPtr left,
	IntPtr right,
	IntPtr disparity
)

Parameters

obj
Type: SystemIntPtr
left
Type: SystemIntPtr
right
Type: SystemIntPtr
disparity
Type: SystemIntPtr
See Also