Click or drag to resize

NativeMethodsshape_ShapeContextDistanceExtractor_setImages 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 shape_ShapeContextDistanceExtractor_setImages(
	IntPtr obj,
	IntPtr image1,
	IntPtr image2
)

Parameters

obj
Type: SystemIntPtr
image1
Type: SystemIntPtr
image2
Type: SystemIntPtr
See Also