how to extract r/b ratio for each pixel of image..plz reply fast
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Answers (1)
Walter Roberson
on 30 Oct 2015
rb_ratio = YourImage(:,:,1) ./ YourImage(:,:,3);
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!