搜索资源列表
KLT_Tracking
- The KLT Tracker algorithm implementation. The starting location of the object must be manually initialized. Object tracking is accomplished using two methods: simple track and advanced track.
klt
- 求解KLT算子角点提取,KLT算子角点跟踪,达到亚像素精度-Solving KLT Corner Detection Operator, KLT corner track operator to sub-pixel accuracy
klt
- KLT: An Implementation of the Kanade-Lucas-Tomasi Feature Tracker KLT : An Implementation of the Kanade-Lucas-Tomasi Feature Tracker -KLT: An Implementation of the Kanade-Lucas-Tomasi Feature Tracker KLT: An Implementation of the Kanade
klt
- KLT has been designed to be easy to use. It should take no more than a few minutes to learn how to select and track features, and store and use the results. For those who wish to maximize performance, however, the program allows the flexibility of tw
KLT
- 该代码可以在视频图象中检测运动物体并且实现对运动物体的跟踪-this code can find the object which is moving in the video and track it
klt1.3.4
- KLT算法 用于image tracking 包括select good feature track feature point等 此文本是c++版本 -KLT algorithm for image tracking including select good feature track feature point text c++ version
ff
- Face Detection and Tracking Using the KLT Algorithm This example shows how to automatically detect and track a face using
B.Lucas
- 这是KLT算法论文的高清版。Kanade-Lucas-Tomasi方法,在跟踪方面表现的也不错,尤其在实时计算速度上,用它来得到的,是很多点的轨迹“trajectory”,并且还有一些发生了漂移的点,所以,得到跟踪点之后要进行一些后期的处理,说到Kanade-Lucas-Tomasi方法,首先要追溯到Kanade-Lucas两人在上世纪80年代发表的paper:An Iterative Image Registration Technique with an Application to Ste
video_detection.m
- 使用VJ算法识别人脸,并使用KLT算法进行特征识别并追踪(Face detection using VJ algorithm, and track it using KLT algorithm)