资源列表
siftmatch
- SIFT从特征提取到匹配完成的整个过程,已经修改好完全可以在vs2010上运行,c++版本的-SIFT extracted from the feature match to complete the whole process has been modified can run in vs2010 c++ version
bilateral_filter
- 双边滤波器,是一种可以保边去噪的滤波器,好处是可以做边缘保存-bilateral filter
123
- 图像处理过程中腐蚀提取字符等特征的提取,同时还是很好的-this is a good resource
SVM_classification
- OpenCV SVM分类测试代码 利用SVM解决2维空间向量的3级分类问题-OpenCV SVM classification test code to use the three classification problems SVM to solve the two-dimensional vector space
bayes-classification
- OpenCV中贝叶斯分类器的API函数用法举例 OpenCV中贝叶斯分类器的API函数用法举例-OpenCV Bayesian classifier API function usage example, the Bayesian classifier in OpenCV API function usage example
Sobel-operator
- 使用Sobel算子进行图像的边缘检测,vc6.0,opencv1.0,希望对大家有用-Image edge detection using Sobel operator, vc6.0 opencv1.0 ,i hope it is useful for everyone.
opencv_rand_draw
- 本文主要介绍下opencv中自带的一个随机数发生器的类RNG,这里我用这个类来画一些图形,和基础学习笔记之opencv(13):基本绘图 一文中类似,只是 这里画出来图像的坐标,大小,颜色,角度等所有信息都是随机的,且是用RNG这个类产生的。参考文献为opencv自带tutiol及其代码。 开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5 实验功能: 1. 该实验可以画6中几何图形和1个文本显示,每种都是画80个,每画完一
opencvPh263
- opencv采集到摄像头数据,经h2643编解码后将图像显示出来,可在中间加入数据传输,形成视频通话-the opencv collected the data of the camera by h2643 codec after the image displayed, and data transfer is in the middle, the formation of a video call
camera
- 用opencv写的摄像头畸变校正程序,mfc版(vc6.0),程序注释详细,参数都已调好,内附详细说明使用文档-Camera distortion correction program written with opencv, mfc (vc6.0), the program comment in detail, the parameters have been fine, enclosing a detailed descr iption of use document
shexiangtou
- 相机标定,极其说明文档 -Camera calibration, great documentation of camera calibration is extremely documentation
opencv_dft
- 本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。 实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
0706
- particle swarm optimization 粒子群聚最佳化的源碼-particle swarm optimization
