A SURF feature

C# | Visual Basic | Visual C++ |
public class SURFFeature : DisposableObject
Public Class SURFFeature _ Inherits DisposableObject
public ref class SURFFeature : public DisposableObject

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SURFFeature(MCvSURFPoint%, Matrix<(Of <(Single>)>)) |
Create a SURF feature from the specific point and descriptor
|
![]() | Descriptor |
The SURF descriptor as a matrix (64x1 for regular descriptor; 128x1 for extended descriptor)
|
![]() | Dispose()()() |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | Dispose(Boolean) |
Release the all the memory associate with this object
(Inherited from DisposableObject.) |
![]() | DisposeObject()()() |
Release the memory associated with this object
(Overrides DisposableObject.DisposeObject()()().) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Point |
The SURF point
|
![]() | ToString()()() | (Inherited from Object.) |

Object | ||
![]() | DisposableObject | |
![]() | SURFFeature |