搜索资源列表
OpenCV图像二值化(阈值法)
- OpenCV图像二值化(阈值法),基于vc-OpenCV image binarization (threshold method), based on the vc
Threshold Processing 使用opencv和VC++实现图像边缘提取
- 使用opencv和VC++实现图像边缘提取。-Using OPENCV to realize edge extraction.
ipl_medfil
- 在VC环境下,应用OpenCV载入图像,通过代码运算实现中值滤波。-In the environment of VC, it achieved median filtering through code operation, with the application of OpenCV to load images.
RemoveBackground
- 基于VC++6.0开发环境,用OpenCv编程,实现背景和图像的分离,提取不均匀的背景,并从原图像中减去背景图像!-VC++6.0 based development environment, with OpenCv programming, background and image separation, extraction uneven background, and subtracted from the original image background image!
background-subtraction
- 背景差法OpenCV实现程序代码,此代码是基于vc环境下的对图像的处理的代码 -OpenCV background subtraction method to achieve the program code, the code is based on the vc environment for image processing code
Distortion Correction
- VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
SURF_VC6.0
- Visual C++ 6.0 平台下使用OpenCV库实现的SURF特征点检测算法,效率较SIFT特征点检测要高。正确配置OpenCV后能修改输入图像能正确运行。-SURF feature point detection algorithm implemented using the OpenCV library under the Visual C 6.0 platform, more efficient than the SIFT feature point detection is hig
dialog_opencv_image
- VC++和OpenCV混合编制的用于显示图像的程序,其中用到VC++对话框的图像控件,显示图像用到OpenCV。-a progrem showing image using vc++ and opencv, very useful, use it!
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
blobtrack
- vc++6.0和opencv结合开发的图像跟踪的程序,适合初学者调试-opencv with vc++6.0 and the development of image tracking program, suitable for beginners debugging
111
- 一个基于VC++平台的《《畸变图像标定校正》》源码,非常实用。需要添加openCV的库才能使用。具体添加方法请网上搜索添加。-A VC++ platform based on fish-eye distortion correction image calibration source, very easy to use. Need to add openCV library to use. Please add a specific method of online search.
PingJun
- 图像分割的一个例子,OpenCV+VC实现,基于平均背景法-An example of image segmentation, OpenCV+ VC implementation method based on the average background ~ ~
2-copysubimg-roi-mask
- vc++利用opencv 实现的图像拼接-vc++ using opencv realized image mosaic
Sxing
- 本代码是基于opencv的vc++环境下的图像变形,将原图变成S型,其他形状也可以类推,原理一致。-This is a process based on opencv,it can change a picture to an S style.
VC
- vc图像处理,包括有图像的恢复,图像的显示,图像的获得,边缘外形-vc image processing, including image restoration, the image display, the image obtained, edge shape, etc.
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
VC--contrasthencement
- 使图像的对比度增强 图像视觉效果就会有所提高 此代码实现了对比度增强-使图像的对比度增强 图像视觉效果就会有所提高 此代码实现了对比度增强
figshow1
- VC++ 基于opencv的图像应用,显示指定位置的图像(show a picture in the Dialog box)
cut_test
- 对图像进行多个框选,使用鼠标可以对多个物体进行标记(could rectangle the image,you could use mouse to select the object and mark it)
光学图像处理Demo
- 初学者使用VC++进行光学图像处理的源代码