|
|
SpeededUpRobustFeaturesDetector Class |
Namespace: Accord.Imaging
[SerializableAttribute] public class SpeededUpRobustFeaturesDetector : ICornersDetector, ICloneable, IFeatureDetector<SpeededUpRobustFeaturePoint>, IFeatureDetector<SpeededUpRobustFeaturePoint, double[]>, IDisposable
The SpeededUpRobustFeaturesDetector type exposes the following members.
| Name | Description | |
|---|---|---|
| SpeededUpRobustFeaturesDetector |
Initializes a new instance of the SpeededUpRobustFeaturesDetector class.
| |
| SpeededUpRobustFeaturesDetector(Single) |
Initializes a new instance of the SpeededUpRobustFeaturesDetector class.
| |
| SpeededUpRobustFeaturesDetector(Double, Int32, Int32) |
Initializes a new instance of the SpeededUpRobustFeaturesDetector class.
|
| Name | Description | |
|---|---|---|
| ComputeDescriptors |
Gets or sets a value indicating whether all feature points
should have their descriptors computed after being detected.
Default is to compute standard descriptors.
| |
| ComputeOrientation |
Gets or sets a value indicating whether all feature points
should have their orientation computed after being detected.
Default is true.
| |
| Octaves |
Gets or sets the number of octaves to use when building
the response filter.
Each octave corresponds to a series of maps covering a
doubling of scale in the image. Default is 5.
| |
| Step |
Gets or sets the initial step to use when building
the response filter.
Default is 2.
| |
| Threshold |
Gets or sets the non-maximum suppression
threshold. Default is 0.0002.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing,
or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDescriptor |
Gets the
feature descriptor for the last processed image.
| |
| GetHashCode | Serves as the default hash function. (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.) | |
| ProcessImage(Bitmap) |
Process image looking for interest points.
| |
| ProcessImage(BitmapData) |
Process image looking for interest points.
| |
| ProcessImage(UnmanagedImage) |
Process image looking for interest points.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
| IsEqual | Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices. (Defined by Matrix.) | |
| ToT |
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |
Based on original implementation in the OpenSURF computer vision library by Christopher Evans (http://www.chrisevansdev.com). Used under the LGPL with permission of the original author.
Be aware that the SURF algorithm is a patented algorithm by Anael Orlinski. If you plan to use it in a commercial application, you may have to acquire a license from the patent holder.
References: