![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5946558_1522111128331_DEF.jpg)
noha maabreh
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
101 197
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
what does allcentroids do?
allAreas = [measurements.Area]; allPerimeters = [measurements.Perimeter]; allCentroids = [measurements.Centroid]; cen...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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)...
presque 10 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0