GLOH
Appearance
Feature detection |
---|
Edge detection |
Corner detection |
Blob detection |
Ridge detection |
Hough transform |
Structure tensor |
Affine invariant feature detection |
Feature description |
Scale space |
GLOH(Gradient Location and Orientation Histogram) is a robustimage descriptorthat can be used incomputer visiontasks. It is aSIFT-like descriptor that considers more spatial regions for thehistograms.An intermediate vector is computed from 17 location and 16 orientation bins, for a total of 272-dimensions.Principal components analysis(PCA) is then used to reduce the vector size to 128 (same size as SIFT descriptor vector).
See also
[edit]- Scale-invariant feature transform
- Speeded Up Robust Features
- LESH– Local Energy-based Shape Histogram
- Feature detection (computer vision)