miccaiif/TransMEF

Code for rgb2ycbcr

ash80 opened this issue · 2 comments

ash80 commented

Thanks for making the code public. Could you please also provide the inverse of function YCbCr2RGB that you have used to convert the RGB images into YCbCr?

Hello! You can refer to fusedY2RGB.m in the repo.

ash80 commented

Hi,
fusedY2RGB.m only uses both the (rgb2ycbcr and YCbCr2rgb) but it doesn't define them.
Anyways I was able to successfully invert the ycbcr2rgb to get rgb2ycbcr function. So it's no longer an issue. Thanks