Click or drag to resize

FlannBasedMatcherAdd Method

Add descriptors to train descriptor collection.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public override void Add(
	IEnumerable<Mat> descriptors
)

Parameters

descriptors
Type: System.Collections.GenericIEnumerableMat
Descriptors to add. Each descriptors[i] is a descriptors set from one image.
See Also