搜索资源列表
-
1下载:
MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的
-MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image
-
-
4下载:
一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
-
-
1下载:
用opencv进行形态学操作处理图像,开闭运算和膨胀腐蚀-Using opencv morphological image processing operations, opening and closing operation and expansion of corrosion
-
-
2下载:
使用opencv对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算-Opencv image using morphological operations (opening and closing image, erosion and dilation operations
-
-
0下载:
for opencv, lesson to show morphological filter
-
-
0下载:
CVMFC例程演示程序,opencv与mfc结合起来。有点处理、领域处理、二值图像处理、形态学处理、视频采集播放等-VC-MFC demo program routines, opencv combination with mfc. Bit processing, the field of processing, binary image processing, morphological processing, video capture playback
-
-
0下载:
opencv 车牌定位 得到二值图像,然后再用形态学扩张与形态学侵蚀,使得目标轮廓不会出现影响判断的断点与连接,最后根据寻找米粒的方法把车牌定位-opencv license plate location to get binary image, then use morphological dilation and morphological erosion, making the target profile will not affect the judge' s break wit
-
-
0下载:
基于opencv的数学形态学处理,包括腐蚀,膨胀,缩放,旋转等。-Opencv-based mathematical morphological processing, including corrosion, swelling, scaling, rotation and so on.
-
-
0下载:
openCV 数学形态学图像开闭重构的算法演示,本函数均来自互联网,感谢原作者梁华的辛勤努力-morphological open close reconstruction
-
-
0下载:
在opencv的环境下,测试图像预处理结果,亮点是测试了对灰度图先进行形态学处理再阈值分割和先阈值分割再形态学的区别。-Opencv environment in the test image pre-processing the results, highlight the first test for morphological processing of gray-scale thresholding and then thresholding again before morpholog
-
-
0下载:
基于OpenCV的车辆轮廓检测为了获得理想的车辆轮廓线,提出了一种基于开源计算机视觉库OpenCV的轮廓检测新方法。首先对图像迸行形态 学去噪、平滑滤波处理和二值化阈值分割等预处理,获得二值化黑白图像。然后通过轮廓提取和跟踪检测到车辆外轮廓线。 在VC++6.0环境下,利用Opener编程实现了此方法。-Proposed a new method of contour detection based on open source computer vision library OpenCV Op
-
-
0下载:
由运动目标检测的两种基本方法----帧间差分法和背景差分法,借助于OpenCV技术,在Visual C++ 6.0编程环境下开发了运动目标检测系统。该系统首先对不同途径采集的视频图像序列进行相关的预处理之后,分别采用不同检测算法检测出图像序列中的变化区域,最后用形态学滤波和连通性分析对变化区域进行后处理,从而将视频图像序列中的运动目标比较可靠地检测出来。-The two basic methods of moving target detection---- inter-frame diffe
-
-
0下载:
基于opencv的形态学处理,代码可以用,比较精简-Opencv-based morphological processing code may be used, more streamlined
-
-
0下载:
基于opencv的mfc多文档图像处理包,实现图像处理的基本功能,图像增强,边缘检测,形态学变化等-Mfc-based multi-document image processing package opencv to achieve the basic functions of image processing, image enhancement, edge detection, morphological changes
-
-
0下载:
基于opencv的use摄像头视频采集程序 1
基于opencv的两个摄像头数据采集 3
能激发你用代码做视频的冲动程序 6
图像反转(就是把黑的变白,白的变黑) 11
图像格式的转换 12
从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13
采用Canny算子进行边缘检测 15
角点检测 18
图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21
Log-Polar极坐标变换 22
对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
-
-
0下载:
一个在MFC框架下应用opencv的例子,效果非常好,融合了图像处理的各种基本操作,比较适合初学者,感兴趣的可以下载下来慢慢研究~
包括:点处理、邻域处理、形态学处理-Opencv example of an application in the MFC framework, the effect is very good, the integration of a variety of basic image processing operations, more suitable for
-
-
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.)
-