搜索资源列表
OpenCV图像二值化(阈值法)
- OpenCV图像二值化(阈值法),基于vc-OpenCV image binarization (threshold method), based on the vc
emgu-cv-2.3.0
- Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, vc++, IronPython etc. The wrapper can be compiled in Mono and run on Linux
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!
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
opencv_tracking001
- 基于opencv里的函数,在vc的mfc类库下,利用帧差法做的人体跟踪人体系统-Opencv-based functions where, in the vc' s mfc libraries, using the frame difference method to do the human body tracking system
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
2-copysubimg-roi-mask
- vc++利用opencv 实现的图像拼接-vc++ using opencv realized image mosaic
image
- 本程序是用vc++6.0和opencv1.0编写的简单的图像处理的程序,包括灰度化,去噪声,人脸识别,二值化等等,是初学者必备的,适合初学者跟着练习。-The program is written in vc++6.0 and opencv1.0 simple image processing procedures, including the graying, to noise, recognition, binarization, beginners, suitable for beginn
vcPopencv
- opencv vc++ 实现图像旋转 矫正已经倾斜的图像 得到倾斜角度-opencv mfc vc++ image skew you can get the skew angle
vc
- vc图像处理,包括有图像的恢复,图像的显示,图像的获得,边缘外形-vc image processing, including image restoration, the image display, the image obtained, edge shape, etc.
image-gradient
- 在vc++环境中安装好OPENCV,实现对加载图片进行图像渐现的效果-In installed in the vc++ environment OPENCV, to achieve the effect of the image fade-load images
sift_match
- vc处理图像,运用sift算法 ,可供新手学习和入门参考-vc image processing, using sift algorithm。For novice learning and entry reference
abc
- opencv在vc++环境下图像平滑处理的四种常用方法-opencv environment in vc++ image smoothing the four common methods
Visual_CPPdigital-image-prograss
- 数字图像处理,vc实现,绝对经典,里面还有源程序~-Digital image processing, vc achieve absolute classic, there is also the source ~
MFC_OpenCV-image-processing-platform
- 1、了解OpenCV在MFC框架中的使用,建立基于vc + OpenCV的图像处理平台; 2、在此基础上实现简单的图像处理操作,包括图像的打开、显示、放大、缩小、保存。-1 for use OpenCV in the MFC framework, the establishment of a platform based on image processing vc+ OpenCV s 2, simple image processing operations on this bas
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
opencv1
- 基于opencv开源图像处理库在vs环境下c++开发的图像视频处理实例运动物体检测识别-Opencv source image processing library in c++ development environment vc image processing example video motion detection and identification of objects based on
cut_test
- 对图像进行多个框选,使用鼠标可以对多个物体进行标记(could rectangle the image,you could use mouse to select the object and mark it)