Click or drag to resize

FlannBasedMatcher Constructor

http://www.emgu.com
Create a Flann based matcher.

Namespace:  Emgu.CV.Features2D
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public FlannBasedMatcher(
	IIndexParams indexParams,
	SearchParams search
)

Parameters

indexParams
Type: Emgu.CV.FlannIIndexParams
The type of index parameters
search
Type: Emgu.CV.FlannSearchParams
The search parameters
See Also