DIP1072 Homework 1 Solved

30.00 $

Category:

Description

Rate this product

Construct a simple image processing tool with the following functionalities:

  1. A simple graphic user interface.
  2. Open/save/display 256-gray-level images in the format of JPG/TIF.
  3. Adjust contrast/brightness of images by the changing the values of “a”

    and “b” in 3 different methods:
    (A) linearly (Y = aX +b);
    (B) exponentially (Y = exp(aX+b));
    (C) logarithmically (Y = ln(aX+b), b > 1).

  4. Zoom in and shrink with respect to original size of images by using bilinear interpolation.
  5. Display the histogram of images. An “auto-level” function by using histogram equalization should be provided.

– 1! / 1! –

  • HW1-zodzlz.zip