XE383ZS::Assignment 1

  1. Download the image wom.jpg. Display its histogram.
  2. Compute the 0.01 quantile and 0.99 quantile of intensities.

    Grading: [1 point(s)]

  3. Transform the intensity levels to improve the visual quality of the image by using the piece-wise linear transform (hints). Implement as a function [im_out,f]=lint_transf(im,a,b,c,d), where f is the tranformation function (LUT). Assign the a variable to the 0.01 quantile, c=0 , b is to be the 0.99 quantile, and d=255 .

    Grading: [2 point(s)]


[ Responsible: Tomáš Svoboda | XE383ZS labs ]
Last modified at 17:14, 16 April 2008 CEST.