photo

amirul


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 6 risposte | 0

6

risposte

Domanda


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

oltre 10 anni fa | 3 risposte | 0

3

risposte