Click or drag to resize

FlannBasedMatcher Constructor

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

Namespace:  Emgu.CV.Features2D
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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