Skip to content

hylhero/Image-Analysis

 
 

Repository files navigation

Image-Analysis

Image Analisys School Project (Qt, C++)

Features

  • Convert image to grayscale
  • Histogram equalization
    • auto
    • manual
  • Image binarization
    • auto - Otsu's method
    • manual
  • Pattern recognition
    • recognize class - Hu's moments + KNN algorithm
      • select K neighbors
      • select distance metric
        • absolute - | x - x' |
        • euclidean - ( x - x' ) ^ 2
        • infinite - | x > x' |
    • add image
      • insert class name or create a new one

Preview

About

Image Analisys School Project (Qt, C++)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • QMake 0.1%