noha maabreh
2015 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
what does allcentroids do?
allAreas = [measurements.Area]; allPerimeters = [measurements.Perimeter]; allCentroids = [measurements.Centroid]; cen...
9年以上 前 | 1 件の回答 | 0
1
回答質問
how can i detect round objects and remove other objects in an image using matlab?
IMAGES{i} = imread(sprintf(Fimage,i)); result = cell(1,N); result{i} = rgb2gray(IMAGES{i}); BW = im2bw(result{i}, .4)...
9年以上 前 | 3 件の回答 | 0
3
回答質問
my project is to detect the sequence and the positon of IR from a video, i convert the video into frames then to gray scale then to binary and now i have the max pixel IR is 1 and other pixels is 0 how could i detect the 1's and the position?plz
close all RGB = imread('099.png'); I=rgb2gray(RGB); M=max(max(max(max(I)))); Inew= idivide(I,M,'fix' ); imagesc(Inew') % G...
9年以上 前 | 0 件の回答 | 0
0
回答質問
i have black images and black images contains small white led, how could i convert the images in black to 0 (binary) and the images in small led to 1?
i have black images and black images contains small white led, how could i convert the images in black to 0 (binary) and the ima...
9年以上 前 | 1 件の回答 | 0