搜索资源列表
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
vb图像二值化
- 用VB编写的图像二值化的代码,用到了API处理,所以处理速度应该是非常快的.
图像二值化处理源代码
图像二值化处理的一个简单程序,用C语言编写的,希望能对你有所帮助。
MATLAB图像二值化程序源代码
- 用MATLAB来实现图像二值化的程序源代码
图像二值化
- 一个小的图像二值化程序
CCS简单图像二值化
- 在CCS上进行简单的二值化,直接可以运行,很适合DSP图像处理的初学者
图象阈值变换
- 自动域值变换,见程序,用于图象二值化,可用于电子警察中的号拍定位-automatically transform domain values, see procedures for the two binary images can be used for electronic police, the shoot location
二值化源程序
- 图象处理源代码,介绍了利用迭代法对BMP图像进行二值化的方法-image processing source code, introduced to the use of iterative method of BMP images value of the two methods
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
05程序
- 关于图像二值化处理\边界扫描和边界识别的有用的程序-value of image processing 2 \ boundary scan and boundary identification useful procedure
vc_dib
- 使用vc++ 平台编制的关于图像二值化的程序 希望对大家有用 -use vc platform for the preparation of the image value of the two procedures hope useful for a
binarybmp
- 图像二值化,它是一个全局求取动态阈值的算法,大津法-two binary images, it is a global strike dynamic threshold algorithm, Tianjin France
MATLAB二值化处理
- 利用MATLAB对图像进行二值化处理,方便后续的图像处理(MATLAB image processing two values)
自动二值化程序
- 在matlab中自动实现图像的二值化,可以方便提取图片中的信息(Automatically realize the two value of image in MATLAB)
二值化-MATLAB
- 常用的几个图像二值化算法,包括全局的二值化和局部的二值化算法(This program contains Several commonly used image binary algorithms including global and local binary algorithms.if you want ,just download)
图像二值化判断分析法
- 编写实现了图像二值化中一种常用的方法——判断分析法。并使用开闭运算进行了二值化图像改进(It is a common method that can realize binaryzation, the judgment analysis method. And use open and closed operation to improve the image.)
STM32 摄像头二值化成功
- 全国大学生电赛需要用到的颜色识别以及物品分拣需要的部分代码,图像二值化(The color recognition required by the national undergraduate students' electrical contest and the partial code required for the sorting of items, the image binarization.)
彩色图像二值化
- 可将任意RGB彩色图像(像素不能过高),转化成二值图像(Any RGB color image can be converted to two value image.)
上位机显示二值化摄像头图像(STM32)
- STM32 F4XX系列驱动二值化摄像头并在上位机显示(STM32 driver two value camera display on the upper computer)
灰度图像经典二值化Matlab代码
- 图像灰度二值化的matlab代码实现,有几种,经测试有效(Matlab code implementation of image gray level binarization)