How do I separate the white pixel data from binary image?
古いコメントを表示
Basically, I applied thresholding using Otsu's method and it gave me the below image.
I want to separate the white pixel data from this binary image and convert it back to the rgb image for further use.
How do I separate the white pixels?

3 件のコメント
Image Analyst
2019 年 7 月 23 日
I have absolutely no idea what that means. What does separate from the binary image mean? Do you just want a new, 1-D array of "true" values (a logical vector) that is as long as the number of white pixels in your image? That's useless.
Please re-word in a better way, preferably using your original image, and desired output image.
Ritwik Dhar
2019 年 7 月 24 日
mohd akmal masud
2019 年 7 月 30 日
i think the question is how to calculate the no of pixel of white? if im not wrong
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Hamamatsu Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
