搜索资源列表
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold,
vb图像二值化
- 用VB编写的图像二值化的代码,用到了API处理,所以处理速度应该是非常快的.
MATLAB图像二值化程序源代码
- 用MATLAB来实现图像二值化的程序源代码
图像二值化
- 一个小的图像二值化程序
CCS简单图像二值化
- 在CCS上进行简单的二值化,直接可以运行,很适合DSP图像处理的初学者
基于大津算法的阈值分割
- 基于大津算法的阈值分割,图像二值化,处理灰度图像,讲目标和背景分离,Otsu threshold segmentation
kittlerMet方法图像二值化
- kittlerMet方法图像二值化,把RGB,灰度图,索引图等转化为二值图,method of image binarization kittlerMet to RGB, grayscale, index, maps, etc. into a binary image
matlab_image.matlab图像预处理
- matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子等等,matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, i
finger1.灰度图像二值化阈值的MATLAB计算实现
- 灰度图像二值化阈值的MATLAB计算实现,Binarization threshold calculation
edge.实现灰度图像的二值化
- 实现灰度图像的二值化,和边缘跟踪以提取图像的边界,The realization of the gray image binarization and edge tracking to extract the image of the border
vc++实现二值化.
- vc++实现二值化.实现了图像二值化变换的功能,用vc++完成喜欢数字图像处理的可以仔细看看带代码,一起学习一起进步~
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)