What does the equation do in the 2 images to combine it to one image
Show older comments
Please can someone explain what happens in the below code
cb and cr are chrominance in red and blue channels
bmean and rmean is the mean value of cb and cr
x = [(cb − bmean), (cr − rmean)]
how is becomes a single image, what does that comma do there? Please can someone help me
Accepted Answer
More Answers (0)
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!