統計
MATLAB Answers
7 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how can i generalize this code?
I have an image: <http://img23.imageshack.us/img23/2953/qyht.jpg> And my main work is this, clear all; img=imread('Crop...
11年以上 前 | 0 件の回答 | 0
0
回答質問
how can i simplify this for loop?
for i=1:2 %for-loop1 for j=1:5 %for-loop2 x(j)=i; y(j)=j+1; t=[x; y]'; end for j=1:5...
11年以上 前 | 2 件の回答 | 0
2
回答質問
find spots in image
I have an image: <http://imageshack.us/scaled/landing/138/n9m1.jpg> The image has 7 circles.(6 bright, 1 dark) then, how c...
11年以上 前 | 0 件の回答 | 0
0
回答質問
find spots in image
I have an image: <http://img5.imageshack.us/img5/3617/clb1.jpg> and I use the code, then I can find the spots. ---------- ...
11年以上 前 | 2 件の回答 | 1
2
回答質問
find the center point of color
<<http://www.aroundhawaii.com/assets/articles/2008/11/1543/images/nov08.jpg>> Let pixels of the image : 1x10 When I find t...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Find common elements(?) in two arrays
For example, A=[2 2 2; 0 0 1; 1 2 3], B=[1 2 3; 2 2 2; 2 2 0] then I want to find the point of common elements between A,B...
11年以上 前 | 1 件の回答 | 0
1
回答質問
How can I get image value and change value?
Hi. I have an image file. I want to draw a filled inside black circle. Must use this command : img(sub2ind(size(img),y,x))=0...
11年以上 前 | 1 件の回答 | 0