搜索资源列表
OpenCV-code 基于C/C++语言的开源图像处理函数库
- OpenCV是一个基于C/C++语言的开源图像处理函数库,其代码都经过优化,可用于实时处理图像,具有良好的可移植性,可以进行图像/视频载入、保存和采集的常规操作.-OpenCV is based on C/C++ language, open source image processing library, the code have been optimized for real-time image processing, has good portability, can images/v
Kalman_filter_C
- 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
opencv 二值图像连通域标号
- 实现 c代码的 连通域标记 返回值为 连通域的个数 以及 标号矩阵
ConsoleCV
- 在韩国用的OpenCV的一个c 代码。基本的功能都有。从基本的图像打开及显示,一般的算法应用,Tracker,还有摄像头采集等。-This is a C code for Opencv which i learen in korea. it is very simaple and useful for learning Opencv. it include image open and view, algrithm app, Tracker, camera capture.
CV_SVM
- 支持向量机代码,用到了opencv,用此程序前要先安将opencv-Support Machine Vector, this programme used opencv, the opencv must be installed first before we use this programme
OpenCv-showing
- OpenCV致力于真实世界的实时应用,通过优化的C代码的编写对其执行速度带来了可观的提升-OpenCV is committed to real-world real-time applications, by optimizing the preparation of C-code speed of its implementation has brought considerable improvement
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
OpenCV_chiness_VERSION
- 本文档是对OpenCV中代码风格的简短说明,因为OpenCV的核心库(cv,cvaux)是用C和C++编写的,所以本文档仅对用C和C++代码的编写有效。-OpenCV in this document is a brief descr iption of the code style, since the core of OpenCV library (cv, cvaux) is in C and C++ written, this document only in C and C++ code
UKF(2011.9.9.1)
- 无迹卡尔曼滤波c语言代码,即UKF代码,代码原理请参考无迹卡尔曼滤波基本原理-UKF of c code
crack
- 基于目标跟踪的VC++代码,可以检测跟踪的基于opencv的C代码,有兴趣的可以-cracking vc++ code
C-code-of-GMM
- OpenCV中,利用C语言写的GMM模型的代码。-OpenCV, the use of the GMM model code written in C language.
Morphology
- 对图像的dilate或erode ,使用基于Opencv的C代码-Dilate or erode an input image by using C code based on OpenCV
MyCanny
- opencv2.3 纯c++代码,这个自己写的,可以参考canny算法的实现-opencv2.3 pure c++ code
circle_detection
- 利用VS2010与opncv2.3.1书写的C代码,实现圆形检测与绘图-failed to translate
zhifangtu
- 用c++实现的直方图的计算和显示,以及直方图均衡化,其中计算直方图和均衡化使用c++代码实现,非调用OPENCV函数。-Achieved with c++ histogram calculated and displayed, as well as histogram equalization, histogram and equalization calculations which use c++ code, non-call OPENCV function.
guidedfilter
- kaiming he的guided image filtering的c++代码,利用VS2010+OPENCV2.4.4实现,效果和公布的MATLAB代码相同。-C++ code for KaiMing He s guided image filtering, the result as same as matlab code which publish in the web, project is code via VS2010+OPENCV2.4.4.
Chapter1_AndroidCartoonifier
- 本章将告诉你如何为Android写一些图像处理过滤器 智能手机和平板电脑,第一次写的桌面(C / C + +),然后移植 Android(具有相同的C / C + +代码,但与Java GUI),这是自 推荐方案在开发用于移动设备。-Cartoonifier and Skin Changer for Android
GLMetaseq.c
- 让ARToolKit支持MQO模型所需的所有函数实现代码,均在对应的GLMetaseq.c中。-Let ARToolKit supports all the functions needed to MQO model codes, both in the corresponding GLMetaseq.c.
OPENCV与c++车牌识别
- 一个关于车牌识别系统的opencv与c++代码
KCF目标跟踪C++代码
- 目标跟踪,基于opencv的kcf目标跟踪源码(Target tracking, opencv based KCF target tracking source)