統計
MATLAB Answers
2 質問
0 回答
ランク
of 176,380
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Image detect and convert white image
I want to convert like this,,,, detect image and convert in to whole white, because i have to count white pixels
約4年 前 | 3 件の回答 | 0
3
回答質問
How to count the number of white pixels
filename = 'untitled.jpg'; I = imread(filename); figure, imshow(I); sum(I(:) == 255) ans = 592185 and filename = 'un...
約4年 前 | 1 件の回答 | 0
