Statistics
6 Questions
0 Answers
RANK
185,760
of 295,527
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
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
How to label shape
if true % code endS = imread('test.jpg'); S = im2bw(S); S2 = ~S; imshow(S2); S3 = bwlabel(S2); imagesc(S3); S4 =...
10 years ago | 1 answer | 0
1
answerQuestion
How to label shape
S = imread('test.jpg'); S = im2bw(S); S2 = ~S; imshow(S2); S3 = bwlabel(S2); imagesc(S3); S4 = regionprops(S3,'MinorAxisLe...
10 years ago | 0 answers | 0
0
answersQuestion
Shape detection in real time video
i need to do shape detection ( square and round ) in real time video, im still stuck and can anyone suggesting me what link is t...
10 years ago | 1 answer | 0
1
answerQuestion
Matlab ball follower code not working ( suppose to show correct command) for simulation only
clear; clc vid=videoinput('winvideo',2');%PLEASE CHECK THE RESOLUTION BEFORE TESTING set(vid,'FramesPerTrigger',1); ...
10 years ago | 1 answer | 0
1
answerQuestion
Droid cam in matlab
I already download the Droid cam application on android phone, but im having difficulties in displaying the video using matlab. ...
10 years ago | 6 answers | 0
6
answersQuestion
matlab android camera and object tracking
by refering to this code: url = 'http://<ip address>/shot.jpg'; ss = imread(url); fh = image(ss); while(1) ...
10 years ago | 3 answers | 0