搜索资源列表
cvWatershed 基于C++语言的分水岭算法
- 本程序是基于C++语言的分水岭算法,其中调用了opencv的函数库。-This procedure is based on C++ language, watershed algorithm, which is called the opencv library of functions.
Kalman
- kalman颜色跟踪算法 效果比meanshift好 opencv -kalman opencv color tracking algorithm
SIFTSURF
- SIFT算法、SURF算法和PCA—SIFT算法的实例,里面要安装OPENCV才能用的-SIFT algorithm, SURF algorithm and PCA-SIFT algorithm instance, which can be used to install OPENCV
grabcut
- opencv抠图算法。c语言实现。需要较少的用户输入就能实现很好的分割效果。-opencv matting algorithm
OpenCV_SIFT(C-CPP)
- 基于OpenCV下的sift算法源代码,可用于图像匹配-Under the sift algorithm based on OpenCV source code can be used for image matching
camera
- 摄像机标定算法matlab实现,没有解压缩码,欢迎使用。Tsai和zhang的经典算法。-Matlab camera calibration algorithm to achieve
OpenCV
- 摄影测量学发展而来的直接线性变换(DLT)方法和扩展的直接线性变换方法,有基于径向排列约束(RAC) 的两步法(Tsai方法),有基于不同位置平面模板的张正友法(Zhang),也有基于摄像机本身移动无需外部标 定物的自标定方法。 OpenCV是Intel开源计算机视觉库,它由一系列c函数和少量C++类构成,具有强大的图像处理、图 像分析和图像理解功能,它的函数实现了很多经典的图像处理和计算机视觉方面的算法,是机器视觉研究 与开发的良好工具。-Photogrammetry de
TrackerTestbed
- 卡内基梅隆大学的一个博士写的一个视频目标跟踪平台,包含几乎所有的目标跟踪算法,有开源的代码和相应的论文,还可以加入自己改进的算法,有很好的参考价值。-Carnegie Mellon University, a Ph.D. to write a video tracking platform, contains almost all of the target tracking algorithm, there are open source code and the corresponding
cPPClassic-code
- 很多经典的c++算法源代码,希望能帮助到您-Many the classic c++ algorithm source code, hope you can help to
sift(C-code)
- 自编的SIFT优化算法,有注释,下载即可使用VS2008+OPENCV2.4.2-Self the SIFT optimization algorithm, notes, download to use VS2008+OPENCV2.4.2
vc-imageprocessing
- 数字图像处理,里面包含很多c++算法,适合初学opencv,包括图像融合、图像分割、图像拼接-Digital image processing, which contains a lot of c++ algorithm, suitable for beginners opencv, including image fusion, image segmentation, image stitching
TargeTraceing
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,-Using CAMSHIFT algorithm for fast tracking and detection of moving targets in C/C++ source code,
c
- 图像处理核心算法文件,适合学习机器视觉的人研究,在运算速度上做了优化-Image processing core algorithm file, suitable for learning machine vision of human studies, in the computing speed to do the optimization
HarrisCorner
- 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
实现Harris角点检测算法
- 基于vs2010实现Harris角点检测算法(C语言)(Implementation of Harris corner detection algorithm)
line
- 利用opencv进行直线检测,内含lsd算法与hough算法(Using OpenCV for line detection. Containing LSD algorithm and Hough algorithm)
Camshift
- VS2013结合OpenCV3.2.0,运用Camshift算法对视频中的彩色物体进行跟踪(VS2013 combined with OpenCV3.2.0 and uses Camshift algorithm to track color objects in video)
95_ORB算法描述与匹配
- Opencv+VS C++实现ORB算法(Opencv+VS C++ implements the ORB algorithm.)
7分水岭算法
- 利用opencv实现分水岭算法,可直接运行(Opencv implementation of watershed algorithm)
Level Set C++code
- opencv实现水平集算法,效果很好。希望对大家有所帮助。