Click or drag to resize

NativeMethodscore_checkRange 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 int core_checkRange(
	IntPtr a,
	int quiet,
	out Point pos,
	double minVal,
	double maxVal
)

Parameters

a
Type: SystemIntPtr
quiet
Type: SystemInt32
pos
Type: OpenCvSharpPoint
minVal
Type: SystemDouble
maxVal
Type: SystemDouble

Return Value

Type: Int32
See Also