統計
MATLAB Answers
6 質問
0 回答
ランク
of 154,606
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 6 件の回答 | 0
6
回答質問
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年以上 前 | 3 件の回答 | 0