搜索资源列表
-
0下载:
基于OpenCV(开源计算机视觉平台),对图像进行形态学开、闭、形态梯度等算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include
C:\Program files\OpenCV\include
C:\Program files\OpenCV\cvaux\inclu
-
-
0下载:
Opencv环境中,通过霍夫检测检测图像中的直线,经过了ROI裁剪,形态学处理,canny算子检测等各种预处理。-In the opencv environment,do the line detection using Hough Transform. By cutting the ROI, morphological processing, canny boundary preprocessing.
-
-
1下载:
MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的
-MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image
-
-
0下载:
用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
-
-
4下载:
一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
-
-
0下载:
opencv,C++图像处理,包括平移,缩放,旋转,形态学变换,灰度转换,阈值分割等操作,适用计算机视觉初学者。-opencv, C++ image processing, including translation, scaling, rotation, morphological transformation, grayscale conversion, segmentation, etc, for beginner computer vision.
-
-
1下载:
用opencv进行形态学操作处理图像,开闭运算和膨胀腐蚀-Using opencv morphological image processing operations, opening and closing operation and expansion of corrosion
-
-
0下载:
opencv下对图像形态的常用操作,可完成高级形态变换-opencv image under the commonly used form of operation, to be completed by the High Morphological Transformation
-
-
0下载:
基于OPencvr开发环境的图像预处理算法。包括中值滤波,形态学滤波,二值化处理及图像背景校正。--Image Pre-processing algorithm based on OPENCV. Including median filtering, morphological filtering, binarization image processing and background correction.
-
-
1下载:
opencv+mdi实现,包含数字图像处理基本几何变换,以及fft,ifft,kmeans和形态学处理、直方图均衡化、伪彩色增强、指数增强等操作。-opencv+ mdi implementation, including basic geometric transformation of digital image processing, and fft, ifft, kmeans and morphological processing, histogram equalization, ps
-
-
0下载:
for opencv, lesson to show morphological filter
-
-
2下载:
基于openCV的手势识别,用肤色的有效提取, 再经过阈值化, 和形态学变换, 得到手的轮廓, 最后采用轮廓匹配的方法, 得到识别结果-OpenCV based gesture recognition, effective use of color extraction, and then after a threshold, and morphological transformation, contours of the hand, the final contour matching me
-
-
0下载:
openCV 数学形态学图像开闭重构的算法演示,本函数均来自互联网,感谢原作者梁华的辛勤努力-morphological open close reconstruction
-
-
0下载:
基于opencv和vc6.0对图像进行形态学操作即腐蚀膨胀运算,效果良好-Based opencv and vc6.0-the image morphological operations that corrosion dilation to good effect
-
-
0下载:
基于opencv的use摄像头视频采集程序 1
基于opencv的两个摄像头数据采集 3
能激发你用代码做视频的冲动程序 6
图像反转(就是把黑的变白,白的变黑) 11
图像格式的转换 12
从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13
采用Canny算子进行边缘检测 15
角点检测 18
图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21
Log-Polar极坐标变换 22
对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
-
-
0下载:
这个是自己用Python2.7写的基于opencv的车牌识别,目前识别率还是不怎么高,车牌定位采用的是形态学变换,分割是自己写的一个算法,识别部分采用的是kNN算法,有详细的注释!-This is his written in Python2.7 opencv based license plate recognition, the recognition rate is not very high, license plate location is the morphological tra
-
-
0下载:
在数字图像处理中,图像的形态学变换占有很重要的地位。基本的形态转换就是膨胀和腐蚀。-In digital image processing, image morphological transformation occupies a very important position. The basic form of the conversion is the expansion and corrosion
-
-
0下载:
实现了opencv中的图像处理代码,图像滤波,形态学运算,图像的边缘检测(Realize the opencv image processing code, image filtering, morphological operations, image edge detection)
-
-
0下载:
利用opencv中的dilate和erode函数对图片做膨胀腐蚀以及开运算和闭运算等形态学处理,可以在图片窗口划动滑条调节腐蚀和膨胀的参数。(Using the dilate and erode functions of opencv, we can process the image with some typical morphological processing such as dilate and erode.)
-
-
0下载:
目标检测首先利用统计的方法得到背景模型,并实时地对背景模型进行更新以适应光线变化和场景本身的变化,用形态学方法和检测连通域面积进行后处理,消除噪声和背景扰动带来的影响,在HSV色度空间下检测阴影,得到准确的运动目标。(object detectWe use statistical methods to obtain the background model, and real-time of the background model is updated to adapt to illumina
-