統計
MATLAB Answers
8 質問
0 回答
ランク
of 176,473
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
can any one help me i have placed my queries of the code as qsn mark plz answer the qsns and plz help me to draw the bounding around the ball after plotting centeroid ? the below gives output up to plotting a centroid.
if true % code endclc; clear all; close all; %----------------video input--------------------------------------% v...
約12年 前 | 1 件の回答 | 0
1
回答質問
can any one explain this code it is for extracting green object from a image . i want know about the methodology used here ?
r1 = greenball2(:, :, 1); g1 = greenball2(:, :, 2); b1 = greenball2(:, :, 3); justGreen2 = g1 - r1/2 - b1/2;
約12年 前 | 1 件の回答 | 0
1
回答質問
how to draw bounding box to a object in a video after finding its centroid basing on its color ?
It is the code we worked on please help me to draw bounding box we left with only 2 days to submit our project .any one plz help...
約12年 前 | 0 件の回答 | 0
0
回答質問
how to draw bounding box to a object in a video after finding its centroid basing on its color ?
clc; clear all; close all; %----------------video input--------------------------------------% vid=uigetfile('.avi...
約12年 前 | 2 件の回答 | 0
2
回答質問
how to highlight the difference of two images using correlation
i want code to compare two images using correlation and to highlight the difference region
約12年 前 | 1 件の回答 | 0
1
回答質問
any one have matlab code for mosse filters for object tracking ?
any one have matlab code for mosse filters for object tracking ?
12年以上 前 | 0 件の回答 | 0
0
回答質問
kalman filter vs correlation filters ?
which filter is most advantageous in tracking an object and why ? is it kalman filter or other correlation filters is advantage...
12年以上 前 | 1 件の回答 | 0
1
回答質問
can we track an object in a video using matlab even its background changes from frame to frame ?
hi, i want to know is it possible to detect and track an object using matlab even its background changes from frame to frame. i...
12年以上 前 | 1 件の回答 | 0
