CudaSURF Class |
Namespace: Emgu.CV.XFeatures2D
The CudaSURF type exposes the following members.
Name | Description | |
---|---|---|
![]() | DescriptorSize |
Return the size of the descriptor (64/128)
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | ComputeDescriptorsRaw |
Compute the descriptor given the image and the point location
|
![]() | DetectKeyPoints |
Detect keypoints in the CudaImage
|
![]() | DetectKeyPointsRaw |
Detect keypoints in the CudaImage
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged resource associate to the Detector
(Overrides DisposableObjectDisposeObject.) |
![]() | DownloadKeypoints |
Obtain the keypoints array from GpuMat
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | ToString | (Inherited from Object.) |
![]() | UploadKeypoints |
Obtain a GpuMat from the keypoints array
|
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |