An interface for keypoint detector

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

Syntax

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

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DetectKeyPoints(Image<(Of <<'(Gray, Byte>)>>))
Detect the keypoints in the image

See Also