Statistiques
6 Questions
0 Réponses
RANG
185 764
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
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
How to label shape
if true % code endS = imread('test.jpg'); S = im2bw(S); S2 = ~S; imshow(S2); S3 = bwlabel(S2); imagesc(S3); S4 =...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to label shape
S = imread('test.jpg'); S = im2bw(S); S2 = ~S; imshow(S2); S3 = bwlabel(S2); imagesc(S3); S4 = regionprops(S3,'MinorAxisLe...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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); ...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Droid cam in matlab
I already download the Droid cam application on android phone, but im having difficulties in displaying the video using matlab. ...
plus de 10 ans il y a | 6 réponses | 0
6
réponsesQuestion
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) ...
plus de 10 ans il y a | 3 réponses | 0