NativeMethodscontrib_chamerMatching Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int contrib_chamerMatching(
	IntPtr img,
	IntPtr templ,
	IntPtr results,
	IntPtr cost,
	double templScale,
	int maxMatches,
	double minMatchDistance,
	int padX,
	int padY,
	int scales,
	double minScale,
	double maxScale,
	double orientationWeight,
	double truncate
)

Parameters

img
Type: SystemIntPtr

[Missing <param name="img"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

templ
Type: SystemIntPtr

[Missing <param name="templ"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

results
Type: SystemIntPtr

[Missing <param name="results"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

cost
Type: SystemIntPtr

[Missing <param name="cost"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

templScale
Type: SystemDouble

[Missing <param name="templScale"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

maxMatches
Type: SystemInt32

[Missing <param name="maxMatches"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

minMatchDistance
Type: SystemDouble

[Missing <param name="minMatchDistance"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

padX
Type: SystemInt32

[Missing <param name="padX"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

padY
Type: SystemInt32

[Missing <param name="padY"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

scales
Type: SystemInt32

[Missing <param name="scales"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

minScale
Type: SystemDouble

[Missing <param name="minScale"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

maxScale
Type: SystemDouble

[Missing <param name="maxScale"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

orientationWeight
Type: SystemDouble

[Missing <param name="orientationWeight"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

truncate
Type: SystemDouble

[Missing <param name="truncate"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.contrib_chamerMatching(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Double,System.Int32,System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Double)"]

See Also

Reference