C# Class Emgu.CV.Features2D.SURFFeature

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Méthode Description
SURFFeature ( MCvSURFPoint &point, float descriptor ) : System

Create a SURF feature from the specific point and descriptor

Method Details

SURFFeature() public méthode

Create a SURF feature from the specific point and descriptor
public SURFFeature ( MCvSURFPoint &point, float descriptor ) : System
point Emgu.CV.Structure.MCvSURFPoint The MCvSURFPoint structure
descriptor float The feature descriptor
Résultat System