photo

noha maabreh


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
203,780
of 297,527

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


what does allcentroids do?
allAreas = [measurements.Area]; allPerimeters = [measurements.Perimeter]; allCentroids = [measurements.Centroid]; cen...

10 years 前 | 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)...

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 1 个回答 | 0

1

个回答