photo

amirul


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to label shape
if true % code endS = imread('test.jpg'); S = im2bw(S); S2 = ~S; imshow(S2); S3 = bwlabel(S2); imagesc(S3); S4 =...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to label shape
S = imread('test.jpg'); S = im2bw(S); S2 = ~S; imshow(S2); S3 = bwlabel(S2); imagesc(S3); S4 = regionprops(S3,'MinorAxisLe...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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); ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Droid cam in matlab
I already download the Droid cam application on android phone, but im having difficulties in displaying the video using matlab. ...

más de 10 años hace | 6 respuestas | 0

6

respuestas

Pregunta


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) ...

más de 10 años hace | 3 respuestas | 0

3

respuestas