搜索资源列表
otsu.rar
- 使用c#语言利用otsu方法对图像进行阈值分割。,Use c# language using Otsu method of image threshold segmentation.
Goottsu_2dr
- 灰度图像阈值分割,用二维otsu方法实实现的matlab程序源码 可直接使用。 -Gray image threshold segmentation, the real implementation of the two-dimensional otsu method matlab program source code can be used directly.
ERZHI
- 识别车牌图像,二值化 还有很多算法的实现,阈值的分割,中值滤波,OTSU算法,定位用的是遍历匹配算法-ER ZHI HUA TU XIANG YONG YU CHE PAI SHI BIE,THE SITUITION IS VC++ 6.0,YOU CAN DOWNLOAD IT FIRST,MAY BE IT IS USEFUL FOR YOU.
grayhist
- 最大类间方差法对图像进行阈值分割,是一种自适应的阈值确定方法-Otsu method for image thresholding, the threshold is an adaptive method for determining
AOTSUzipt
- 利用二维属性直方图的Otsu自动阈值分割方法 提出了二维属性直方图的概概念 ,进而提出了一种基于二维属性直方图的图像自动阈值化方法 有利于写论文 -The use of the histogram properties of two-dimensional Otsu automatic threshold segmentation method takes the concept of a two-dimensional histogram attributes, and then prop
Hoottsu_1de
- 用于实现灰度图像阈值分割的一维otsu方方法,matlab源程序源码 可直接使用。 -One-dimensional the otsu square method used to achieve gray image threshold segmentation, matlab source code source code can be used directly.
Thread
- 自己写的一个程序,能实现图片的连续浏览,是学习线程很好的资料。且能进行OTSU阈值分割-Write a program to achieve continuous browsing, picture is good learning thread. And can carry out the OTSU thresholding segmentation
OtsuCutting
- 大津阈值分割C#实现,含部分vc代码,注释完整,VS2010开发。-Otsu thresholding C#
otsu
- 应用Opencv中的函数来实现大津算法,实现阈值的自适应获取,从而进行图像分割。-Otsu,image segmentation
dajinfa
- 采用大津法,也就是OTSU方法寻找图像阈值进行图像分割,该算法是OTSU的初级算法,供初级学者学习。-Dajin method is used, that is, OTSU method for image threshold image segmentation, the algorithm is OTSU primary algorithm, for primary scholars to learn.
road-segmentation
- 基于最大类间方差阈值与遗传算法的道路分割,是基于最小二乘法的改进-Based on road Otsu threshold segmentation and genetic algorithm is based on the least square method to improve
Ostunew
- ostu分割法实现代码,找出最大类间方差与最小类内方差比值最大的阈值,进而实现对图像的分割-Implementation code otsu segmentation method to find within Otsu class variance ratio of the maximum and minimum thresholds, so as to realize image segmentation
otsuthresh
- 全局阈值处理方法对单色图像进行分割,我们从适合检测不连续亮度的方法开始,比如点、线、边缘为大家介绍使用Otsu's方法的最佳全局阈值处理。(Global threshold processing method for monochrome image segmentation, we start with suitable for detecting method of discontinuous brightness, such as dot, line, edge to introduce
Otsu方法在多阈值图像分割中的应用_王磊
- 图像识别中,Otsu方法在多阈值图像分割中的应用(Application of Otsu method in multi threshold image segmentation)
otsu-edge-detect
- 先大津法计算全局图像的阈值,再用阈值分割找出肺实质区域,再填补肺实质空洞,实现用边界追踪检测肺实质边界的目的(The calculation of the overall image threshold Otsu threshold segmentation first, and then find out the lung parenchyma, and pulmonary parenchyma fill holes, trace detection boundary in the purpo
图片
- OTSU算法也称最大类间差法,有时也称之为大津算法,被认为是图像分割中阈值选取的最佳算法,计算简单,不受图像亮度和对比度的影响,因此在数字图像处理上得到了广泛的应用。它是按图像的灰度特性,将图像分成背景和前景两部分.(Difference method OTSU algorithm called maximum class, sometimes called the Otsu algorithm, is considered to be the best algorithm, threshold
Gotsu
- 用遗传算法和otsu实现多彩色图像的多阈值分割 。。。。。。。。。。。。(Multi threshold segmentation based on genetic algorithm)