(New page: Additional Information for Lab4 Back to Spring 2013 ECE637 Category:Image ProcessingECE 637Spring2013Bouman Category:ECE637) |
|||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | Additional Information for | + | ==<font size= 6>Discussion for Lab 4, [[ECE637]], Spring 2013</font size>== |
+ | ==Additional Information == | ||
+ | Before you jump into the lab, there is actually a difference for the monitors everyone is using. To ensure consistent result throughout the lab, I would suggest using the same monitor while doing calibrations! | ||
+ | |||
+ | Basic knowledge for gamma correction | ||
+ | * http://en.wikipedia.org/wiki/Gamma_correction | ||
+ | * http://www.siggraph.org/education/materials/HyperGraph/color/gamma_correction/gamma_intro.html | ||
+ | * http://en.wikipedia.org/wiki/Brightness | ||
+ | |||
+ | Extended information for something to do when you are bored | ||
+ | * http://en.wikipedia.org/wiki/High_dynamic_range_imaging | ||
+ | |||
+ | Fun experiment to do on your monitor(s) | ||
+ | * http://epaperpress.com/monitorcal/ | ||
+ | |||
+ | ==Q&A Section== | ||
+ | ---- | ||
+ | <!-- Question format: ;'''Q - QUESTION HERE''' | ||
+ | :A - ANSWER HERE --> | ||
+ | ;'''Q: My image looks really dark after correction. | ||
+ | :A - Make sure you have both nullification and correction set correctly. | ||
+ | |||
+ | ;'''Q: In problem 3, I checked the "stretch" function in matlab help, but I did not find it. I got "stretchlim" from matlab help. Why do we need to use the syntax "stretch"? | ||
+ | :A - I believe the lab is written that way so that you could write the equalization into function calls | ||
+ | ---- | ||
[[2013_Spring_Image_Processing_ECE_637_Bouman|Back to Spring 2013 ECE637]] | [[2013_Spring_Image_Processing_ECE_637_Bouman|Back to Spring 2013 ECE637]] | ||
[[Category:Image ProcessingECE 637Spring2013Bouman]] | [[Category:Image ProcessingECE 637Spring2013Bouman]] | ||
[[Category:ECE637]] | [[Category:ECE637]] | ||
+ | [[Category:image processing]] | ||
+ | [[category:discussion]] |
Latest revision as of 07:11, 9 April 2013
Discussion for Lab 4, ECE637, Spring 2013
Additional Information
Before you jump into the lab, there is actually a difference for the monitors everyone is using. To ensure consistent result throughout the lab, I would suggest using the same monitor while doing calibrations!
Basic knowledge for gamma correction
- http://en.wikipedia.org/wiki/Gamma_correction
- http://www.siggraph.org/education/materials/HyperGraph/color/gamma_correction/gamma_intro.html
- http://en.wikipedia.org/wiki/Brightness
Extended information for something to do when you are bored
Fun experiment to do on your monitor(s)
Q&A Section
- Q: My image looks really dark after correction.
- A - Make sure you have both nullification and correction set correctly.
- Q: In problem 3, I checked the "stretch" function in matlab help, but I did not find it. I got "stretchlim" from matlab help. Why do we need to use the syntax "stretch"?
- A - I believe the lab is written that way so that you could write the equalization into function calls