Click or drag to resize

FlannBasedMatcherAdd Method

Add descriptors to train descriptor collection.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
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