Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (27 loc) · 1.01 KB

List of Image features

  1. Local Binary Pattern (LBP) ',
  2. Local Gradient Pattern (LGP)
  3. Local Ternary Pattern (LTP)
  4. Rank Transform (RT)
  5. Texture Spectrum (TS0)
  6. Texture Spectrum (TS1)
  7. Simplified Texture Spectrum (STS)
  8. Simplified Texture Unit (STU)
  9. Modified Texture Spectrum (MTS)
  10. Improved Local Binary Pattern (ILBP)
  11. Median Binary Pattern (MBP)
  12. Center Symmetric Local Binary Pattern (CSLBP)
  13. Centralized Binary Pattern (CBP)
  14. Coordinated Clusters Representation (CCR)
  15. Improved local ternary pattern (ILTP)
  16. Completed Local Binary Pattern (CLBP-C & M)
  17. Local Quinary Pattern (LQP)
  18. Binary Gradient Contours (BGC)
  19. Gradient Local Binary Pattern (GLBP)
  20. Histogram of Oriented Gradients (HOG)
  21. Harris Corner Detection
  22. FAST descriptor

References and links

  1. https://github.com/harthur/hog-descriptor
  2. https://stackoverflow.com/a/43837296/15934296
  3. https://medium.com/@deepanshut041/introduction-to-fast-features-from-accelerated-segment-test-4ed33dde6d65