Community Profile

photo

Sam K


Active since 2016

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


MATLAB documentation claims that the output of rgb2ycbcr MATLAB inbuilt command is in the range [0, 1] for RGB input image of class double. However, its output is not in the mentioned range. Why?
I am using the following commands:- A = imread('Lena_color_512.bmp'); Ad = double(A); Aybr = rgb2ycbcr(Ad); Intensity values...

7 years ago | 1 answer | 0

1

answer