Compsci 06/101, Spring 2011, Lab 8

By entering your name/net-id below you indicate you are present for Lab 12 to answer these questions and that you were part of the process that resulted in answers being turned in.

Name: ______________    Net id: _____________ || Name: ______________    Net id: _____________

Name: ______________    Net id: _____________ || Name: ______________    Net id: _____________

Image Processing

Denoise

  1. What does the current code in Denoise.py does? Write your code for remove_blue and remove_green here:
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  2. Write your code for reconstructing 'noise.png' here:
    
    
    
    
    
    
    
    
    
    
    
    
    
    

Image Filters

  1. Write your code for apply_filter(image, filter) here:
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  2. Write your code for invert(pixel) here:
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  3. Write your code for solarize(pixel) here:
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  4. (If you have extra time) What insights have you gained into how TinEye works?