Click or drag to resize

NativeMethodsimgproc_moments 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 MomentsNativeStruct imgproc_moments(
	IntPtr arr,
	int binaryImage
)

Parameters

arr
Type: SystemIntPtr
binaryImage
Type: SystemInt32

Return Value

Type: MomentsNativeStruct
See Also