搜索资源列表
xiaobofenxiquzao
- 一种基于c++的小波分析图像去噪 可实现简单的去噪-Wavelet Image Denoising
Kalman_filter_C
- 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
3DProjectionSRC
- 利用OpenCV和c++,进行三维重建,里边有简单的说明。-reconstruction with open CV
opencv
- 在c++环境下,调用opencv的五个简单的代码,运行出结果-In c++ environment, the call opencv the five simple code, run the results
1louti
- 寻找角点,利用C语言openCV库,对背景简单处理后寻找角点-coner detector
try4
- 单摄像头平面点定位算法,基于opencv,c和c++交叉编译,简单明了,必须已知高度信息,可以考虑同时用超声波定高实现-Planar point location algorithm for single-camera based on opencv, c and c++ cross compiler, simple, must be known to a high degree of information, you can consider while using ultrasonic se
opencv
- 用C语言编写的基于opencv库函数的打开一张图像的简单程序,适合初学者学习。-Written in C opencv library functions based on the image on a simple procedures, is suitable for beginners to learn.
SURF
- 简单的opensurf算法,c语言实现,用到了opencv-the SURF detector-descr iptor scheme used in the OpenSURF library is discussed in detail.
OpenCV_sliderVideo
- 一个简单的OpenCV读取本地视频,并自动加载播放进度工具显示、可以拖动的cpp源程序文件。在VC2008环境中,需要预先安装好OpenCV2.0,并把OpenCV2.0的包含路径添加到VC2008“工具”菜单选项的C++目录中环境,而后新建一个win32控制台应用程序项目,把这个项目的Debug调试属性的链接器输入子项添加附加依赖项cxcore200.lib cv200.lib highgui200.lib。通过对这个程序的掌握可以慢慢过渡到利用MFC的slider控件代替这个程序里自发呈现的
read-load-And-show
- 使用C++和计算机视觉开源代码库OpenCv编写的图片读取函数,程序简单。-Open source code base OpenCv C++ and computer vision to write the function of reading picture, the program is simple.
connectprocess
- 在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c
OPENCVcolormatch
- 使用opencv编写的简单的图像处理的程序,检测每个像素点的与确定的像素的相关性-color matching using OPENCV C++
opencv
- 基于visual studio2010,opencv软件,用C++语言编写的关于图像反转、直方图均衡化的一些简单应用。 -Based on the Visual Studio2010, opencv software, and with the written in C++ language image reversal, histogram equalization some simple applications.
opencv
- opencv调用本地摄像头,简单,实用,用C++实现 -opencv call the local camera, simple, practical, realized with C++
hu-moments
- 7个不变矩的C++程序,使用opencv,方便简单,便于运行。-Seven invariant moments C++ program, using opencv, convenient and simple, easy operation.
OpenCV_BC
- 该程序是在C++ Builder环境下调用OpenCV函数库,有简单的实例-The program is in the OpenCV function call C++ Builder environment database, a simple example
imagerotate
- 用C++及opencv实现图像任意角度的旋转,单波段,很简单易懂的代码-With C++ and opencv realize image at any angle of rotation, single band, very easy to understand code
SIFTapplication
- SIFT用于图像匹配研究的初步代码,非常简单,但是适合初学者使用。-The application of SIFT C++ code. It is very simple, but very useful to new starters.
lbp
- c++编写的简单的LBP程序,在VC2008+opencv2.4.6下运行成功,能够很好的显示人脸纹理。-A simple c++ code of LBP algorithm, it can be successfully operated on VC2008 with opencv 2.4.6.
5图像简单特征检测
- 利用opencv实现图像简单特征检测,可直接运行(Opencv realization of image feature detection)