Click or drag to resize

DescriptorMatcherAdd Method

http://www.emgu.com
Add the model descriptors

Namespace:  Emgu.CV.Features2D
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Add(
	IInputArray modelDescriptors
)

Parameters

modelDescriptors
Type: Emgu.CVIInputArray
The model descriptors
See Also