photo

anji venkat


2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: object tracking

통계

MATLAB Answers

8 질문
0 답변

순위
289,312
of 301,811

평판
0

참여
8 질문
0 답변

답변 채택
62.5%

획득한 표
0

순위
 of 21,419

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,692

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

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

1

답변