搜索资源列表
ostu
- 实现OSTU算法,获取图像前后景的阈值分割图像,不适合图像中文字区域提取
ostu算法阈值分割
- ostu阈值分割算法,经典的阈值分割算法
ostu阈值分割
- 基于matlab平台和ostu算法,实现了对图像的分割,分割效果满意。
图像处理中 各种阈值分割的基本算法的实现
- 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)等等,A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
OSTU-matlab.ostu算法的maltab代码
- ostu算法(最大类间房差法,类属于阈值分割)的maltab代码,用于计算机图像处理分割及其相关应用。,ostu algorithm (the largest difference room category, type of threshold segmentation is) the maltab code, used in computer image processing and related partition application.
OTSU 算法可以说是自适应计算单阈值
- OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法,OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method
OSTU.这是一个阈值分割算法
- 这是一个阈值分割算法,主要用来对图像进行二值化,提取感兴趣区域~~,This is a threshold segmentation algorithm, mainly used for binary images, extract region of interest ~ ~
OSTUmatlab.rar
- OSTU算法,智能优化算法,matlab,共同学习,OSTU
ostu
- 大津算法是关于图像处理中分割的重要算法,是又日本人的最先使用的。自动寻找分割点-Otsu algorithm is divided on the importance of image processing algorithms, is the first Japanese to use it. Automatically find split points
ostu
- 大津站直的阈值化算法,用MATLAB实现,目前较好的阈值化算法-Stand straight Otsu s thresholding algorithm, using MATLAB to achieve, the current threshold of a better algorithm
max_sigma
- matlab ostu 算法源码实现非常棒-matlab ostu code
erzhihua
- Ostu算法在图像分割中的应用,即二值化处理-Ostu image segmentation algorithm in the application, that is, to deal with binary
cocahome_20100309235237
- 图像分割,二维图像分割,ostu算法,阈值分割-Segmentation, two-dimensional image segmentation, ostu algorithm, thresholding
OSTU
- 在做图像处理时,用到OSTU算法时,这里包括了MATLAB中实现的源代码,包括去灰度的源代码等。-When doing image processing, used OSTU algorithm, implemented in MATLAB here including the source code, including source code, etc. to gray.
ostu
- OSTU最大类间方差阈值分割算法matlab实现-OSTU Otsu threshold segmentation algorithm matlab implementation
OSTU--VCPP
- OSTU算法目的就是计算出一连通区域的阈值,然后对该区域二值化-OSTU algorithm purpose is to calculate the threshold of a connected region, then the binary in the region
texture
- 两种阈值分割算法,一种是 ostu算法,另一种算法,对ostu算法进行改进,可以对双峰值图像分割,效果有很大改善 -English VersionEnglish VersionEnglish Version
ostu
- ostu算法用于图像分割。绝对可用,c语言实现!-ostu algorithm for image segmentation. Absolutely free, c language!
ostu
- ostu算法 它是1979年由日本大津提出的,在最小二乘法原理基础上推导出来的。适用于双峰的直方图-ostu algorithm Otsu, Japan in 1979, derived based on the principle of the least squares method. Applicable to bimodal histogram
二维ostu代码
- 维基百科上的二维ostu代码有点问题,这个是根据其原理修改后的(The two-dimensional Ostu code on Wikipedia has some problems. This is a modified version based on its principles.)