noha maabreh
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
243 392
of 295 527
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
what does allcentroids do?
allAreas = [measurements.Area]; allPerimeters = [measurements.Perimeter]; allCentroids = [measurements.Centroid]; cen...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
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)...
mer än 9 år ago | 3 answers | 0
3
answersQuestion
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...
mer än 9 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 9 år ago | 1 answer | 0