搜索资源列表
求图像的二值化最佳阈值
- 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and can be imported from an extern
cyqTextDetection2
- opencv文字检测,灰度化,边缘化,闭运算,开运算,连通域大小判断-text detection using opencv
morphology1
- 用opencv进行形态学操作处理图像,开闭运算和膨胀腐蚀-Using opencv morphological image processing operations, opening and closing operation and expansion of corrosion
xingtaixue
- 使用opencv对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算-Opencv image using morphological operations (opening and closing image, erosion and dilation operations
morphology
- 对图像进行形态学操作,主要是开运算和闭运算,都是用任意结构元素膨胀图像。-Of the image morphology operations, is dominated by open operation and closing operation, are structural elements with arbitrary expansion of the image.
MorpLib
- 基于OpenCV的形态学开源库V2.0 包含文档和测试程序 形态学运算扩展库 lhMorpOpen 开运算 lhMorpClose 闭运算 lhMorpGradient 标准梯度 lhMorpGradientIn 内梯度 lhMorpGradientOut 外梯度 lhMorpWhiteTopHat 顶帽(白帽) lhMorpBlackTopHat 黑帽 lhMorpQTopHat 自补顶帽 lhMorpEnhance 对比度增强 lhMorpH
Processing
- 运用OPENCV,实现图像膨胀、腐蚀、开运算、闭运算。-Using OPENCV to realize image expansion, corrosion, opening operation and closing operation.
morphology
- opencv 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)-opencv image morphology operation (opening and closing)
erode
- 直接用安装opencv2.3的VS2008打开,直接运行即可,可以进行图像膨胀,图像腐蚀以及开闭运算,也自己设定开闭运算的算子-Directly to open the install opencv2.3 the VS2008, can be run directly to the image expansion, image corrosion as well as the opening and closing operation, also set their own opening an
OpenCloseErodDilate
- opencv中自带的函数,实现图像的开运算闭运算腐蚀与膨胀-function comes in the opencv image opening operation of corrosion and expansion of closing operation
include
- 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)-Morphological operations on the image (the image of the opening and shutting, corrosion and dilation)
OpenCV
- 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
Projects
- 帧差法,开运算,闭运算,二值化,灰度值变换,opencv3.0开发,vs2012-Zhèng chà fǎ, kāi yùnsuàn, bì yùnsuàn, èr zhí huà, huī dù zhí biànhuàn,opencv3.0 Kāifā,vs2010 Frame difference, opening operation, closing operation, binary, gray-value conversion, opencv3.0 development, vs2
lesson11
- 利用轨迹条调整开闭运算的核大小进行调试,轨迹条的回调函数可对运算的核调整大小-Use the track bar to adjust the size of the opening and closing operation of nuclear commissioning
RkPictureProcessing
- 在vs平台下利用mfc框架开发的opencv程序,可以处理图像的膨胀、腐蚀以及开闭运算。-Under vs platform using mfc framework for the development of opencv program that can handle the expansion of the image, as well as opening and closing operation of corrosion.
DilateAndErode
- 利用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.)
图像二值化判断分析法
- 编写实现了图像二值化中一种常用的方法——判断分析法。并使用开闭运算进行了二值化图像改进(It is a common method that can realize binaryzation, the judgment analysis method. And use open and closed operation to improve the image.)