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
- What does the current code in Denoise.py does? Write your code for
remove_blue
and remove_green
here:
- Write your code for reconstructing 'noise.png' here:
Image Filters
- Write your code for
apply_filter(image, filter)
here:
- Write your code for
invert(pixel)
here:
- Write your code for
solarize(pixel)
here:
- (If you have extra time) What insights have you gained into how TinEye works?