搜索资源列表
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
单阈值图像分割
- 用matlab编写的采用遗传算法进行图像分割的一个程序-using Matlab prepared using genetic algorithms for image segmentation of a program
othersIPmask
- OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。 算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-OTSU algorithm can be calculated adaptive threshold (f
DllThresholdIncise
- 一个单阈值图像分割算法的DLL程序!可以用来处理8位的BMP图像!-a single threshold image segmentation algorithm DLL procedures! Can be used to deal with eight of BMP images!
OTSUway
- OTSU方法计算图像二值化的自适应阈值。OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-Otsu images calculated value of the two adaptive threshold. Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images
OTSU
- OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
OTSUway
- OTSU方法计算图像二值化的自适应阈值。OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-Otsu images calculated value of the two adaptive threshold. Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images
Algorithm_Image
- 各种算术算法,例如栈,图形单阈值,双阈值,图形颜色反转,颜色直方图分布,像素平滑等等数值算法。-Various arithmetic algorithms, such as the stack, graphics, single-threshold, dual-threshold, graphics, color inversion, color histogram distribution of pixel smoothing num
road_extraction_from_RSimages
- 通过对影像进行预处理增强道路信息,依据影 像灰度直方图信息,对预处理后的影像进行阈值分割,得到一个包含道路信息的二值影像 进一步使用形态开运算去除细小噪声,同时将一部分粘连在道路上的噪声与道路信息进一步分割 接着结合形态腐蚀和形态重建运算获取影像中主要道路网络信息,并用形态闭运算完善道路网络信息 最后对道路网络信息进行形态细化和一定次数的形态修剪处理,得到单像素宽的道路中心线信息-By pretreatment enhanced t
yiweizuidashang
- 基于最大熵的图像分割阈值处理程序(单阈值)-Based on Maximum Entropy Image Segmentation threshold process (single-threshold)
AutomaticImageSegmentationAlgorithmThreshold
- 摘 要 该文提出了一种新的图像阈值分割算法。该算法通过求取最大模糊熵准则下,灰度均值直方图的最佳模糊划分 参数来确定两个模糊集 和 ,图像分割阈值即选取为两个模糊集的交点。该算法用 的模糊熵定义适应度函数, . / 01234 采用改进的遗传算法寻求最佳模糊参数。该文对遗传算法的改进包括,给出了缩短染色体码长的编码方法和性能良好的 改进的单点交叉算子和均匀变异算子。实验结果表明,该算法的分割效果与二维模糊熵算法接近,而计
OTSU
- OTSU 算法,自适应计算单阈值对输入的灰度图像的直方图进行分析,将图像二值化。-OTSU算Yang,自适Beckmannia算such as the number of阈值Qin Huai 入 cavity threshold standard像only source of standard vehicles直cavity shallow Pleiades Xu, Wei Zhao值old woman像standard 。
thresholdsegmentation
- 计算阈值门限,单阈值的图像分割代码,内附有运行图像。-Calculated threshold threshold, single-threshold image segmentation code, enclosing the image has to run.
otsumax_sigma
- otsu自适应阈值分割OTSU算法也称最大类间方差法,是图像分割里基于点的全局阈值选取方法中的一种,诞生于1978年,作者是Otsu。这种方法以其计算简单、稳定有效,一直广为使用,至今仍在matlab的图像处理工具箱里作为灰度图像单阈值自动选取的标准算法-Otsu adaptive threshold segmentation algorithm OTSU also known Otsu method is based on the p
danyuzhituxiangfenge
- 利用遗传算法进行的 单阈值的图像分割 程序采用matlab编写-The use of genetic algorithm the single-threshold segmentation procedure prepared using matlab
iga1
- 使用免疫遗传算法对图像进行单阈值分割,比较简单,适合初级学者参阅!-Immune genetic algorithm using image segmentation single, relatively simple, suitable for junior scholars see!
ostu
- ostu自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法.-ostu Adaptive Computing single threshold (used to convert the gray image to binary image) is simple and efficient method.
depthofimagegenerati
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image
otsu_sample_single
- 使用Otsu进行单阈值分割,使用C语言实现(Single Otsu threshold in C)