Click or drag to resize

StitcherSetFeaturesFinder Method

http://www.emgu.com
Set the features finder for this stitcher.

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public void SetFeaturesFinder(
	Feature2D finder
)

Parameters

finder
Type: Emgu.CV.Features2DFeature2D
The features finder
See Also