An interface for a descriptor generator

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IDescriptorExtractor
Public Interface IDescriptorExtractor
public interface class IDescriptorExtractor

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ComputeDescriptors(Image<(Of <<'(Gray, Byte>)>>), array<MKeyPoint>[]()[][])
Compute the ImageFeature on the image from the given keypoint locations.

See Also