video-tracking Questions
4
Solved
I'm attempting to track landmarks along the contour of facial features obtained via dsift with python 2.7 and openCV 2.4.11. I want to track these features between frames.
However I am receiving t...
Gathering asked 31/12, 2015 at 2:24
4
I want to do pedestrian detection and tracking.
Input: Video Stream from CCTV camera.
Output:
#(no of) people going from left to right
# people going from right to left
# No. of people in the ...
Frayne asked 21/5, 2013 at 15:25
1
Solved
I tried running tracking using open CV on python 3.6.6, but it shows:
AttributeError: module 'cv2' has no attribute 'TrackerKCF_create'
I also tried the python 2.7 API, but the same result:
...
Titanite asked 8/9, 2018 at 5:1
2
Solved
How is the boundingbox object defined that takes opencv's tracker.init() function?
is it (xcenter,ycenter,boxwidht,boxheight)
or (xmin,ymin,xmax,ymax)
or (ymin,xmin,ymax,xmax)
or something complete...
Bendigo asked 15/3, 2018 at 13:56
6
Solved
I have two the co-ordinates of two bounding boxes, one of them is the groundtruth and the other is the result of my work. I want to evaluate the accuracy of mine against the groundtruth one. So I'm...
Selfmoving asked 11/3, 2014 at 1:54
1
Solved
From what I've understood, tracking algorithms predict where a given object will be in the next frame (after object detection is already performed). The object is then again recognized in the next ...
Virtu asked 8/9, 2015 at 12:31
1
Solved
I am working on realtime movement detection and object tracking in OpenCV/C++ and am currently stuck at the tracking part.
Matlab-Example of what I want to do: http://www.mathworks.de/de/help/visi...
Agnesse asked 14/10, 2014 at 14:23
1
Solved
I'm currently combing two examples from OpenCv which let you detect your face and track object. The purpose is to first detect the face and then track it.
My code currently :
import numpy as np
...
Timely asked 25/3, 2013 at 15:3
2
Solved
I'm using OpenCV 2.3 for keypoints detection and matching. But I am a bit confused with the size and response parameters given by the detection algorithm. What do they exactly mean?
Based on the O...
Dysteleology asked 26/4, 2012 at 6:30
1
© 2022 - 2024 — McMap. All rights reserved.