搜索资源列表
ostu算法阈值分割
- ostu阈值分割算法,经典的阈值分割算法
Ostu图像阈值分割算法IDL程序
- Ostu图像阈值分割算法IDL程序
ostu阈值分割
- 基于matlab平台和ostu算法,实现了对图像的分割,分割效果满意。
OSTU算法实现分割
- 自动寻找阈值,实现图像分割。很好用啊!VC 编写!- Automatically seeks the threshold value, the realization picture division. Very easy to use! VC compilation!
ostu
- 实现OSTU算法,获取图像前后景的阈值分割图像,不适合图像中文字区域提取-Achieve OSTU algorithm, to obtain images before and after the King of the threshold segmentation images, not suitable for text region extraction image
CTPKontrolle(08.03.12)
- 两种阈值分割算法,一种是 ostu算法,另一种算法,对ostu算法进行改进,可以对双峰值图像分割,效果有很大改善 -Two kinds of threshold segmentation algorithm, one is ostu algorithm, another algorithm, the algorithm ostu can double-peak image segmentation, the effect of gr
OSTU-matlab
- 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 applic
OSTU
- 这是一个阈值分割算法,主要用来对图像进行二值化,提取感兴趣区域-This is a threshold segmentation algorithm, mainly used for binary images, extract region of interest ~ ~
seg
- 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)-A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
Ostu
- 一种新颖的Ostu图像阈值分割方法 图像处理 图像分割-A novel method of image segmentation Ostu
OSTU
- 实现了OSTU阈值图像分割,能对灰度图像进行二值化,效果很好!-Achieved OSTU image segmentation, gray image can be binary, works well!
cocahome_20100309235237
- 图像分割,二维图像分割,ostu算法,阈值分割-Segmentation, two-dimensional image segmentation, ostu algorithm, thresholding
Otsu
- 一篇有关ostu阈值分割的论文,可以用于图像分割。一篇有关ostu阈值分割的论文,可以用于图像分割-A thresholding the ostu papers, can be used to image segmentation. A thresholding the ostu papers, can be used for image segmentation
ostu
- OSTU最大类间方差阈值分割算法matlab实现-OSTU Otsu threshold segmentation algorithm matlab implementation
yixuetuxiangfenge
- 出了一种适合医学图像分割的改进分水岭算法,针对分水岭算法存在的过分割问题,采用数学 形态学重构滤波器和Ostu阈值分割方法对图像中感兴趣的目标和背景进行标记。根据标记的二值图像, 运用形态学极小值标定技术对原有梯度图像进行修正。最后,使用分水岭算法对修正的梯度图像进行分割。该方法能有效抑制过分割现象,而且计算复杂程度较低、分割效果较好。-Out of a medical image segmentation for improv
ostu
- Matlab源代码:ostu图像阈值分割技术,可有效的提取图像的边缘信息,实现图像二值化-Matlab source code: ostu image segmentation techniques, can effectively extract the image edge information of image binarization
ostu
- ostu阈值分割算法,使用matlab实现(OSTU threshold segmentation algorithm, matlab implementation)
test12
- 主要使用OSTU进行阈值的选取,然后使用opencv提供的阈值函数对图像进行分割(The main use of OSTU threshold selection, and then use opencv threshold function provided by the segmentation of the image)
pr
- 用遗传算法和ostu法对灰度图像阈值分割(Threshold segmentation for gray image)
ostu阈值分割
- ostu阈值分割,经典的阈值分割算法,matlab源代码,调试可运行。