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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetFeaturesFinder(
	Feature2D finder
)

Parameters

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