搜索资源列表
Run 实现对车牌颜色进行识别和车牌区域的粗定位
- 代码能够实现对车牌颜色进行识别和车牌区域的粗定位,代码使用opencv实现的,算法的鲁棒性比较强!-code can be used for recognition of the color of the plate and coordinate the area of the plate.
Floodfill
- 基于opencv的分水岭算法,可以用来实现图片的快速分割-Opencv-based watershed algorithm can be used for fast image segmentation
SIFT-on-VC
- 用c++与OPENCV结合在一起的SIFT算法源码,看了后会很有用-OPENCV with c++ together with the SIFT algorithm source code, can be useful after reading
CamShift-matlab
- Camshitft算法,虽然opencv有Camshift函数,但是用matlab写能更好的了解原理,呵呵!-Camshitft algorithm, opencv Although there Camshift function, but with matlab can write a better understanding of the principle, huh, huh!
CalibrationFromDisk
- OpenCV摄像机标定程序,可直接运行,读取磁盘上的图片!借助他可以很好的理解OpenCV摄像机标定相关的函数!-OpenCV camera calibration procedures, can be directly run on the picture to read the disk! With the understanding he could very well related to OpenCV camera calibration function!
Log_polartransformation
- Log-polar transformation :The function emulates the human "foveal" vision and can be used for fast scale and rotation-invariant template matching, for object tracking etc.download and install opencv 1.1 pre
suixinthu
- 本软件是一款基于插值法的图像变形软件。实现图像的波纹、扭曲、马赛克等变形效果。使用了OpenCV的库函数-This small software can help to distort pictures and give the picture different appearance.
7
- openCV 下对人脸的识别,可以使用,绝对放心-using openCV to make the face detection ,which can implement the application
face_detect
- opencv人脸识别的应用。读入图片(需要在程序中修改)可输出识别了人脸的图片。需要opencv 1.0-opencv face detection. input image can output image with rectangular at the detected faces. need opencv 1.0
median
- Function realized median filter with irregular mask by using Visual Studio, and OpenCV library. User can define mask by special matrix with unrestricted size N x M, which includes 0 and 1 values. Only 1 values determine which element of neighbor
edge2
- 图像边缘检测源测序,用到openCV,可以编译执行-Edge detection source sequence, used openCV, can compile, execute
facedetect
- 人脸检测程序,有部分说明,用到openCV,可以编译运行。部分结构可以应用到商用系统中去-Face detection process, some of the instructions, use openCV, can compile and run. Part of the structure can be applied to commercial systems to
Fractal
- 分形理论与分形的计算机模拟 源码,可以帮助更好的理解分形知识-Source of Fractal theory and fractal conputer can help you to study knowledge of fractal
GetPixelsOfImage
- 结合OpenCV,获取图像任意位置的像素值(包含程序运行时间计算).-combine with OpenCV, the project can get the pixels at any position of the image.(inclue the execution time of the program)
OpenCVTest
- OpenCV基本编程练习,包括显示图片,播放视频,滚动条,图片平滑,ROI,事件响应等。为了避免各个模块之间相互影响,对应的代码已经屏蔽,可以通过选择取消屏蔽相应的代码实现相应的功能-OpenCV basic programming exercises, including display pictures, play video, scroll bars, smooth picture, ROI, and incident response. In order to avoid the int
MSFilter
- mean-shift滤波,需要安装opencv,读入图片接口使用了opencv函数。 代码功能: 读入图片,输出mean-shift滤波后的图片,灰度图、彩色图均可。 文件介绍: MSF.h mean-shift滤波头文件 MSF.cpp mean-shift滤波函数体 Main.cpp 主函数 -mean-shift filter, you need to install opencv, read into the picture opencv function int
maxarea
- 本程序用于检测图像中最大连通区域。通过对小波或其他边缘检测的结果进行适当处理,较为准确得出原图片中的最大连通区域。可用于显著性检测以及区域分割等。实现平台为C++&opencv-This procedure is used to detect the image of the largest regional connectivity. Through the wavelet edge detection results or other appropriate treatment, more
SelectRegion
- 基于OpenCV实现的图像区域选择,通过程序中可以选择要截取的区域,与图片格式无关-The project is used to select regionof a image,which can be set the result image by parameters
OpenCV
- 开源图片处理算法等,C++ 快速处理.你可以用它处理很多方面。 如果需要可以下载用用 世界公认-this is file can be C++ pic.you can use it builder and select all
鼠标坐标事件
- 采用C++ 和OpenCV库设计画图窗口,RBG颜色可使用滚动条调整颜色。可用于电脑画图保存。(C++ and OpenCV libraries are used to design drawing Windows, and RBG colors can be used to adjust colors with scrollbars. It can be used for computer drawing.)