convertion rgb image blue channel image
Show older comments
how i get a blue channel image from a rgb image ?
Accepted Answer
More Answers (1)
Fahim
on 17 May 2016
0 votes
can I ask a question here ? how can we extract the pixel of blue channel? i want to embed an image exactly to blue Channel.so I need extract the pixel of blue channel as an array .
1 Comment
Image Analyst
on 17 May 2016
I answered it above. Again:
blueChannel = rgbImage(:, :, 3);
If you still need help, start a new question and attach your image.
Categories
Find more on Convert Image Type 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!