Colourspace
Recently I had the pleasure of solving a classic computational problem at work that I once taught at University in MIPS assembly to first year students. The images I was working on came from a standard web camera and I was interested in the Red and Green areas of the image for further processing. I anticipate that I will need to spend more time optimising my code but it does work quite well at the moment.
The main reason for this page is to record a list of links and make some notes to help me in the future
- http://www.fourcc.org/fccyvrgb.php
- A nice PDF this is in the public domain already and I did not write it.
- Document written by BBC R&D and Univesity of Westminster employees local copy
- http://stackoverflow.com/questions/4041840/function-to-convert-ycbcr-to-rgb
- http://www.equasys.de/colorconversion.html