Object Tracking Using Python and OpenCV - Udemy
Object Tracking Using Python and OpenCV - Udemy
Hi!
As I mentioned in the welcome lecture, the goal of the course is to present only the basic intuition of
the algorithms. If you want more information about them, you can access the following links
BOOSTING
cv::TrackerBoosting Class
Reference: https://docs.opencv.org/3.4/d1/d1a/classcv_1_1TrackerBoosting.html
MIL
cv::TrackerMIL Class
Reference: https://docs.opencv.org/3.4/d0/d26/classcv_1_1TrackerMIL.html
KCF
cv::TrackerKCF Class
Reference: https://docs.opencv.org/3.4/d2/dff/classcv_1_1TrackerKCF.html
cv::TrackerCSRT Class
Reference: https://docs.opencv.org/3.4/d2/da2/classcv_1_1TrackerCSRT.html
cv::TrackerMedianFlow Class
Reference: https://docs.opencv.org/3.4/d7/d86/classcv_1_1TrackerMedianFlow.html
TLD
cv::TrackerTLD Class
Reference: https://docs.opencv.org/3.4/dc/d1c/classcv_1_1TrackerTLD.html
Tracking-Learning-
Detection: http://vision.stanford.edu/teaching/cs231b_spring1415/papers/Kalal-
PAMI.pdf
MOSSE
c v::TrackerMOSSE Class
Reference: https://docs.opencv.org/3.4/d0/d02/classcv_1_1TrackerMOSSE.html
cv::TrackerGOTURN Class
Reference: https://docs.opencv.org/3.4/d7/d4c/classcv_1_1TrackerGOTURN.html
VOT 2014
dataset: https://www.votchallenge.net/vot2014/dataset.html
Meanshift and
Camshift: https://docs.opencv.org/3.4/d7/d00/tutorial_meanshift.html
MEANSHIFT
TRACKING: https://www.bogotobogo.com/python/OpenCV_Python/python_opencv3_mean_shift_t
Taylor Series as
Approximations: http://www.norsemathology.org/wiki/index.php?
title=Taylor_Series_as_Approximations
Optical
Flow: https://docs.opencv.org/3.4/d4/dee/tutorial_optical_flow.html
Lucas–Kanade
method: https://en.wikipedia.org/wiki/Lucas%E2%80%93Kanade_method
Good features to
track: http://www.ai.mit.edu/courses/6.891/handouts/shi94good.pdf