What is the matlab's rgb2ycbcr formula?Which standarts are using for this
Asked
Active
Viewed 1,699 times
-4
-
Did you put some effort on that formula? – Lion Dec 22 '11 at 02:06
1 Answers
5
The function RGB2YCBCR is part of Image Processing Toolbox.
Have you looked at the documentation. It's referring Poynton, C. A.A Technical Introduction to Digital Video. The same reference as in this Wikipedia article.
If you have the toolbox you can also look at the code how the function is implemented with edit rgb2ycbcr
(if it does not use mex).

yuk
- 19,098
- 13
- 68
- 99
-
-
See reference [2] in the doc: Rec. **ITU-R BT.601-5**, Studio Encoding Parameters of Digital Television for Standard 4:3 and Wide-screen 16:9 Aspect Ratios, (1982-1986-1990-1992-1994-1995), Section 3.5. – yuk Dec 22 '11 at 19:29