搜索资源列表
-
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
-
-
0下载:
使用OPENCV2.0实现数字图像处理中形态学处理方法-Using digital image processing OPENCV2.0 morphological approach
-
-
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-based mathematical morphological processing, including corrosion, swelling, scaling, rotation and so on.
-
-
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下载:
图像预处理包括图像平滑、图像分割、二值化、图像形态学处理和轮廓提取。轮廓提取是使用八邻域边界跟踪算法。在手势的特征提取部分,使用边界傅立叶描绘子的手势特征提取算法。针对手势的识别,采用了基于 BP 神经网络的识别方法-Image pre-processing, including image smoothing, image segmentation, binarization, morphological image processing and contour extraction.
-
-
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下载:
一个在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下载:
图像处理的点运算、频域处理、形态学处理、图像变换、图像分割、特征提取等源程序-Point arithmetic image processing, frequency domain processing, morphological processing, image conversion, image segmentation, feature extraction and other source files
-
-
0下载:
对拍摄的图像进行车牌提取,2值化,形态学处理,后用轮廓定位定位出车牌位置,最后提取-Images captured license plate extraction, binarization, morphological processing, after the license plate with the outline of positioning positioning location, and finally extract
-
-
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下载:
利用VS2010和opencv2.4.8写的图像形态学处理的程序,包括利用形态学的方法检测图像角点-Use the program written in VS2010 and opencv2.4.8 image morphology processing, including the use of morphological methods for detecting image corners
-
-
0下载:
VS2013+OPENCV2.4,固定阀值分割,形态学处理,图像相减,查找轮廓,可知程序运行时间-VS2013+OPENCV2.4, fixed threshold segmentation, morphological processing, image subtraction, find the outline, you can see the program run time
-
-
0下载:
VS2013+OPENCV2.4,图像高斯滤波阀值分割形态学处理,提取轮廓用来进行匹配,可知程序运行时间-VS2013+OPENCV2.4, Gaussian filtered image segmentation threshold morphological processing, contour extraction for matching, it is understood program runtime
-
-
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.)
-