Skip to content

Oichii/Image-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Recognition

About

This project implements Superpharm logo recognition using classical image processing metods. OpenCV image processing functions was not used (OpenCV was used only for reading and displaying image).

Implementation

  • reading image from file
  • converting RGB color space to HSV
  • segmentation based on color range
  • morphological operations - open and close to enhance binary mask
  • separating objects using connected components algorithm
  • calculating M1 for objects bigger than specific value of their area
  • calculating distance between recognised components of the logo
  • decision werther logo is found on the image

Technology

  • C ++

About

Superpharm logo recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages