Welcome![Sign In][Sign Up]
Location:
Search - tracking lk

Search list

[Special Effectsmoving_and_tracking_application

Description: 里边包括了目前最常用的运动目标检测与跟踪的代码,有lk、meamshift还有摄相机加采集卡的图像在VC++里显示。-inside, including the currently most commonly used moving target detection and tracking code, lk. meamshift still camera plus acquisition card images to demonstrate the VC.
Platform: | Size: 8813 | Author: 李乃安 | Hits:

[Special Effectsmoving_and_tracking_application

Description: 里边包括了目前最常用的运动目标检测与跟踪的代码,有lk、meamshift还有摄相机加采集卡的图像在VC++里显示。-inside, including the currently most commonly used moving target detection and tracking code, lk. meamshift still camera plus acquisition card images to demonstrate the VC.
Platform: | Size: 8192 | Author: 李乃安 | Hits:

[Special Effectslk

Description: 光流计算的方法,用于动态跟踪,很有用的一段代码。-Optical flow calculation method for dynamic tracking, very useful piece of code.
Platform: | Size: 2048 | Author: quan | Hits:

[File FormatLK-derivation

Description: This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
Platform: | Size: 75776 | Author: Alex | Hits:

[Video Capturelkdemo

Description: lk demo - opencv demo for image tracking-lk demo- opencv demo for image tracking
Platform: | Size: 2048 | Author: stanley | Hits:

[Graph programlkopticalflow

Description: 基于opencv的LK光流场法实现的航拍点跟踪,效果非常好。在vs2005下编译通过。包括详尽的源代码及注释。-The LK-based opencv optical flow method to achieve aerial point tracking, the effect was very good. In vs2005 compiled through. Including detailed source code and comments.
Platform: | Size: 31728640 | Author: 赵峰 | Hits:

[Special EffectsOpenCV_LKDemo

Description: LK稀疏光流Demo 可以在场景中自动找出关键点并自动跟踪,也可以使用鼠标在指定位置添加关键点,此程序是很好的学习光流的示例。本程序基于OpenCV。-LK Sparse Optical Flow Demo automatically in the scene to identify the key points and automatic tracking, you can also use the mouse to add the key points in the specified location, this program is a good example of the optical flow of learning. The program is based on OpenCV.
Platform: | Size: 2111488 | Author: huangjian | Hits:

[OpenCVLKgenzong

Description: LK算法跟踪,可以清晰的检测出人体,采用opencv1.0 VC++6.0-LK algorithm for tracking human body can be clearly detected using opencv1.0 VC++6.0
Platform: | Size: 1024 | Author: handspring32 | Hits:

[Windows Developoptical_flow_demo

Description: lk demo for tracking
Platform: | Size: 4096 | Author: haaz | Hits:

[Special EffectsLKpticalFlow

Description: LK光流算法,包括opencv中LK稀疏跟踪的原理,主要是几篇英文文献,另外还有LK的matlab代码-LK optical flow algorithms, including LK sparse tracking opencv in principle, mainly a few in English literature, in addition to LK matlab code
Platform: | Size: 2142208 | Author: lin65505578 | Hits:

[Special EffectsLKPTracker

Description: 特别经典的LK光流场跟踪算法实现用光流跟踪的作用-The classical LK optical flow tracking algorithm
Platform: | Size: 5120 | Author: Mrs.sun | Hits:

[Special EffectsLK

Description: 基于LK的光流场计算以及跟踪,自己编的。-The calculation and tracking techniques based on Lucas-Kanade method.
Platform: | Size: 25232384 | Author: Ian Zhang | Hits:

[OpenCVLK_CV

Description: opencv中光流实现运动物体等跟踪,本程序用vs2010编写,LK算法-optical flow in opencv to achieve the tracking of moving objects, etc., the procedures used vs2010 to write, LK algorithm
Platform: | Size: 8115200 | Author: bbmmgg | Hits:

[Windows Developimovving_and_n

Description: 里边包含了目前最常用的运动目标检测与跟踪的代码,有lk、meamshifft还有摄相机加采集卡的图像在Visual C++里显示出来。 已通过测试。 -Contains the most commonly used in moving target detection and tracking code inside lk meamshifft camera and capture card images are displayed in Visual C++. Has been tested.
Platform: | Size: 8192 | Author: victim | Hits:

[Software Engineeringlk

Description: 金字塔LK光流法,目标跟踪的一些论文资料。-Pyramid LK optical flow method, target tracking information papers.
Platform: | Size: 8086528 | Author: 吴超斌 | Hits:

[OpenCVLK-algorithm-based-on-OpenCV

Description: 强大的opencv提供了可直接调用的LK金字塔光流算法,可用于跟踪检测-Provides a powerful opencv optical flow algorithm LK pyramid can be directly invoked, can be used for tracking and detection
Platform: | Size: 1024 | Author: | Hits:

[Special EffectsLKmatlab

Description: 光流法 计算机视觉大作业 基于特征点的目标跟踪(Optical flow method, computer vision, large task, feature point based object tracking)
Platform: | Size: 4096 | Author: apei | Hits:

[OtherLK算法

Description: 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlowPyrLK function, input two consecutive images, and select a set of feature points in the first image, the output for this set of points in the next image position. Then filter the resulting trace to get rid of the bad feature points. Then mark the tracking path of the feature points.)
Platform: | Size: 2072576 | Author: 赵嘉慧 | Hits:

[Other光流法运动估计OpticalFlow

Description: 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlowPyrLK function, input two consecutive images, and select a set of feature points in the first image, the output for this set of points in the next image position. Then filter the resulting trace to get rid of the bad feature points. Then mark the tracking path of the feature points.)
Platform: | Size: 2038784 | Author: 赵嘉慧 | Hits:

[OtherLK_Template_Tracking_version3a

Description: LK金字塔光流法的视频目标跟踪定位,可以看一下。(LK pyramid optical flow method of video target tracking and positioning, you can see.)
Platform: | Size: 7510016 | Author: happyDY | Hits:
« 12 »

CodeBus www.codebus.net