Skip to content

sanchewy/IMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMP

CompVision Lab 1 Simple Image Processor. We were tasked with adding the following functions:

  • Fix the reset function in the pulldown menu
  • Rotate image 90 degrees, odd shaped images should work
  • Show a histogram of the colors in a separate window Use the mapping function to normalize the distribution evenly https://en.wikipedia.org/wiki/Histogram_equalization
  • Turn a color image into a grayscale and display it.
  • Turn a color image into a grayscale image and then do a 3x3 mask to do an edge detection.
  • Track a colored object.....orange is easiest. Results is a binary image that is black except where the colored object is located.
  • Releases

    No releases published

    Packages

    No packages published

    Languages