搜索资源列表
边沿检测与提取轮廓跟踪的图象算法
- 边沿检测与提取轮廓跟踪,来自于源码中国 www.Cn700.com-edge detection and extraction of contour tracking, source from China www.Cn700.com
区域连通标记轮廓跟踪算法
- 区域连通标记轮廓跟踪算法
ray_trace.rar
- 光线跟踪算法实现体绘制 使用C++语言编写,Ray Tracing Volume Rendering Algorithms C++ languages
work55
- 光线跟踪算法进行体绘制 使用C++语言实现-Ray tracing algorithm for volume rendering using the C++ Language
edgetrace
- 边缘轮廓跟踪后傅立叶算子特征。这是课上的一个作业,原图->阈值分割->canny轮廓算法->边界表示->边界傅立叶算子描述->结果-After tracking the edge of the outline of the characteristics of Fourier operator. This is a class operation, image->threshold->canny contour algorithm->boundar
AMLE
- AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
Model
- 用Phong光照明模型显示网格模型(*.smf)。 分别实现不使用/使用增量式法向插值算法,比较两种不同的显示效果 Phong模型中各参数可调,观察它们的作用; 选做:用光线跟踪算法实现简单场景的绘制。该场景由三堵互相垂直的墙和几个球所组成(墙和球表面性质、光源等参数自定)。-With the Phong lighting model shows the grid model (*. smf). Respectively, will not be used/use an increm
demo_mtbot
- 多目标跟踪,动态背景下实现多目标跟踪算法,算法优良,实时性和鲁棒性都比较好-Tracking, dynamic context to achieve multi-target tracking algorithm, algorithm quality, real-time and better robustness than
bianjiegenzong
- 实现边界跟踪算法,输入二值图像,进行边界跟踪,输出边界像素信息,存入一维数组中。-Boundary tracking algorithm to achieve the input binary image, the boundary tracking, output boundary pixel information stored in one-dimensional array.
about-TLD
- 描述tld跟踪算法相关文章和相关思路,对刚刚接触TLD学习很有帮助,值得学习!-Lucas-Kanade(LK)Random Forests Local Binary Patterns
guangshansuanfa
- 西南交大数学建模2012年校赛c题的边界跟踪算法,我采用的光栅算法编写的!-C questions of mathematical modeling in 2012, Southwest Jiaotong University School Race boundary tracking algorithm, using the raster algorithm written!
camshift
- 一个很好的camshift运动目标跟踪算法代码,用C++编写的,做跟踪算法研究的人可以用。-A very good CAMSHIFT moving target tracking algorithm code, prepared by C++, do tracking people can use.
long-term-tracking
- 这是一种新的单目标长时间(long term tracking) 跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的显著特征点和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。-This is a new single target for a long time (long term tracking) tracking algorit
mean-shift
- meanshift图像跟踪算法,实现目标物体的连续跟踪-meanshift image tracking algorithm to achieve continuous tracking of the target object
TLD
- TLD代码及实现 对于学习TLD视觉跟踪具有很大的作用 里面有对代码的注视有助于理解 TLD是最近比较火的视觉跟踪算法 速度快稳定性好-TLD code and implementation for learning TLD visual tracking has a great effect There to help in understanding the gaze of the code TLD is the comparison of the recent fire fast visu
tracker_release2
- 实时的在线跟踪算法,使用的是卷积核的算法。速度可以达到100帧以上-this is a code of tracking,which is based on the algorithm of KCF.It can be get a speed of 100 Fps
TLD-master
- tld track learning detection 结合的目标跟踪算法,通过实时在线学习使跟踪更具鲁棒性-target tracking algorithm combined tld track learning detection by real-time online learning so that more robust tracking
BP-OMP-StOMP
- 采用小波变换稀疏方法和正交匹配跟踪算法处理图像-Sparse wavelet method and orthogonal matching tracking algorithm
LK_Template_Tracking_version3a
- Lucas_Kanade 图像跟踪算法,包含了原始Lucas-Kanade算法 和 inverse compositional 算法-Lucas-Kanade image alignment algorithm, including original Lucas-Kanade algorithm and inverse compositional algorithm
stanford_LK
- Lucas-Kanade 跟踪算法,此算法实现了经典Lk跟踪,详细算法参见文章 An Iterative Image Registration Technique with an Application to Stereo Vision (IJCAI), B.D. Lucas and T. Kanade, 7th International Joint Conference on Artificial Intelligence (IJCAI), April, 1981, pp. 674-67