cv.AgastFeatureDetector - MATLAB File Help | Go to online doc for cv.AgastFeatureDetector |
Wrapping class for feature detection using the AGAST method
Detects corners using the AGAST algorithm by [mair2010].
[mair2010]:
E. Mair, G. D. Hager, D. Burschka, M. Suppa, and G. Hirzinger. "Adaptive and generic corner detection based on the accelerated segment test". In "European Conference on Computer Vision (ECCV'10)", Sept 2010. Link.
Superclasses | handle |
Sealed | false |
Construct on load | false |
AgastFeatureDetector | Constructor |
NonmaxSuppression | If true, non-maximum suppression is applied to detected corners |
Threshold | on difference between intensity of the central pixel |
Type | One of the four neighborhoods as defined in the paper: |
id | Object ID |
addlistener | Add listener for event. | |
clear | Clears the algorithm state | |
delete | Destructor | |
detect | Detects keypoints in an image or image set | |
empty | Checks if detector object is empty | |
eq | == (EQ) Test handle equality. | |
findobj | Find objects matching specified conditions. | |
findprop | Find property of MATLAB handle object. | |
ge | >= (GE) Greater than or equal relation for handles. | |
getDefaultName | Returns the algorithm string identifier | |
gt | > (GT) Greater than relation for handles. | |
Sealed | isvalid | Test handle validity. |
le | <= (LE) Less than or equal relation for handles. | |
listener | Add listener for event without binding the listener to the source object. | |
load | Loads algorithm from a file or a string | |
lt | < (LT) Less than relation for handles. | |
ne | ~= (NE) Not equal relation for handles. | |
notify | Notify listeners of event. | |
save | Saves the algorithm parameters to a file | |
typeid | Name of the C++ type (RTTI) |
ObjectBeingDestroyed | Notifies listeners that a particular object has been destroyed. |