統計
MATLAB Answers
4 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
code is supposed to take the input image, extract the objects, then overlap circle masks of decreasing radius (r=64,.....1) on each object. A histogram of the no. of white pixels that coincide with the circle mask should be plotted. How do I proceed?
A=imread('search.jpg'); figure,imshow(A); title('Original Image'); %Convert the Image to binary B=im2bw(A); ...
7年弱 前 | 0 件の回答 | 0
0
回答質問
This code isn't working. How do I change the datatype of the image B such that it is also 128*128, the error is :
Error using .* Matrix dimensions must agree. Error in fy (line 33) circle_image = double(B).* circleMat; A=imr...
7年弱 前 | 1 件の回答 | 0
1
回答質問
How do I access the output images from this program.
A=imread('search.jpg'); figure,imshow(A); title('Original Image'); %Convert the Image to binary B=im2bw(A); %...
7年弱 前 | 1 件の回答 | 0
1
回答質問
How to extract and display the white parts of a binary image (attached)
I want the algoirthm to display each of the N's (in this case) as a separate figure
7年弱 前 | 1 件の回答 | 0