All Projects → hjl240 → KCF-Tracking

hjl240 / KCF-Tracking

Licence: other
KCFcpp的Visual Studio2015版本

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to KCF-Tracking

tracking-python3
In this repository I will give some implementation of single and multiple object tracking algorithms. These include meanShift, CamShift, Boosting, MIL, KCF, TLD , GoTurn, and MedianFlow. Additionally I will show you how to grab frames at a very high FPS from camera and videos.
Stars: ✭ 98 (+117.78%)
Mutual labels:  tracking, kcf
OpenTLD KCF
OpenTLD with KCF tracker
Stars: ✭ 20 (-55.56%)
Mutual labels:  tracking, kcf
FMFNet
Official Pytorch implementation for the paper: "FMFNet: Improve the 3D Object Detection and Tracking via Feature Map Flow" [Accepted in IJCNN-2022]
Stars: ✭ 23 (-48.89%)
Mutual labels:  tracking
spotifytrack
A personal homepage showing users' top songs and artists, providing a shareable link that they can use to show it off to friends.
Stars: ✭ 48 (+6.67%)
Mutual labels:  tracking
whotracks.me
Data from the largest and longest measurement of online tracking.
Stars: ✭ 288 (+540%)
Mutual labels:  tracking
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (+64.44%)
Mutual labels:  tracking
epictracker
A demo of how can I track you using fingerprinting and some automated lookups and stuff, using modern Javascript APIs
Stars: ✭ 17 (-62.22%)
Mutual labels:  tracking
untrace
🐳 Minimal event tracking on the client in 300 bytes.
Stars: ✭ 26 (-42.22%)
Mutual labels:  tracking
SGP.NET
C# SGP4 Satellite Prediction Library. Load satellites from TLEs, convert between coordinate systems and reference frames, observe satellites from ground stations, and more.
Stars: ✭ 15 (-66.67%)
Mutual labels:  tracking
edusense
EduSense: Practical Classroom Sensing at Scale
Stars: ✭ 44 (-2.22%)
Mutual labels:  tracking
Object-Detection-And-Tracking
Target detection in the first frame and Tracking target by SiamRPN.
Stars: ✭ 33 (-26.67%)
Mutual labels:  tracking
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (+60%)
Mutual labels:  tracking
Face-Detection-and-Tracking
Face Detection and tracking using CamShift, Kalman Filter, Optical Flow
Stars: ✭ 30 (-33.33%)
Mutual labels:  tracking
siamfc-pytorch-gpu-benchmark
No description or website provided.
Stars: ✭ 17 (-62.22%)
Mutual labels:  tracking
Awesome-Vision-Transformer-Collection
Variants of Vision Transformer and its downstream tasks
Stars: ✭ 124 (+175.56%)
Mutual labels:  tracking
6DOF tracking evaluation
Code visualize and evaluate the dataset from "A Framework for Evaluating 6-DOF Object Trackers".
Stars: ✭ 34 (-24.44%)
Mutual labels:  tracking
TobiiGlassesPyController
Tobii Pro Glasses 2 Python controller
Stars: ✭ 42 (-6.67%)
Mutual labels:  tracking
BirdsEye
Applying Perspective transformations to 2d images.
Stars: ✭ 22 (-51.11%)
Mutual labels:  tracking
mixpanel-react-native
Official React Native Tracking Library for Mixpanel Analytics
Stars: ✭ 69 (+53.33%)
Mutual labels:  tracking
guardian trackable
A Guardian hook to track user sign ins.
Stars: ✭ 25 (-44.44%)
Mutual labels:  tracking

TrackTest4

说明

  • 修改自KCFcpp,KCFcpp源码下载地址:https://github.com/joaofaro/KCFcpp
  • 测试环境:Win7 64位 + Visual Studio 2015 + opencv3.1.0
  • 只使用opencv3.1.0,不使用opencv_contribute
  • 作者:HJL

环境配置

VC++目录-->包含目录,添加:

  • D:\opencv\opencv310\build\include
  • D:\opencv\opencv310\build\include\opencv
  • D:\opencv\opencv310\build\include\opencv2
  • .\src
  • 注:(src是KCFcpp中的一个文件夹,需要添加进包含目录)

VC++目录-->库目录,添加:

  • D:\opencv\opencv310\build\x64\vc14\lib

链接器-->输入-->附加依赖项

  • 添加相应的.lib文件
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].