ChienKangLu / Image-Processing

Basic image processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic image processing


Languages

Language:C++ 100.0%