/Image-Processing

Basic image processing

Primary LanguageC++

Image-Processing

These are homeworks of image processing.

Develop tools and techniques

  • C++
  • Opencv
  • Visual Studio

Homework1

  1. Transform RGB image to gray image
  2. Move the gray image one position to the right and calculate PSNR (Peak signal-to-noise ratio) and SSIM (structural similarity index)
  3. Build up the histogram of the gray image

Homework2

  1. Dilatation
  2. Erosion
  3. Boundary