搜索资源列表
OSTU算法实现分割
- 自动寻找阈值,实现图像分割。很好用啊!VC 编写!- Automatically seeks the threshold value, the realization picture division. Very easy to use! VC compilation!
ostu
- ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点。
ostu
- 实现OSTU算法,获取图像前后景的阈值分割图像,不适合图像中文字区域提取
Ostu图像阈值分割算法IDL程序
- Ostu图像阈值分割算法IDL程序
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.
OSTU.这是一个阈值分割算法
- 这是一个阈值分割算法,主要用来对图像进行二值化,提取感兴趣区域~~,This is a threshold segmentation algorithm, mainly used for binary images, extract region of interest ~ ~
GASA
- 基于遗传模拟退火和Otsu法的图像分割。采用一种基于模拟退火算法(SA)的混合遗传算法(GASA),来进行Otsu方法选择阈值,其中进行求解时是非线性的遗传算法(GA)的应用优化了求阈值过程,并尽可能地减少其运算量,而加入SA则避免了遗传算法(GA)常见的早熟收敛现象,从而实现有效简单的图像分割。 -adopt hybrid genetic algorithm(GASA) based on simulated annealing algorithm,choose threshold by O
5
- ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点-ostu threshold image segmentation algorithm for image segmentation Ostu optimal thresholds to optimize the processing, greatly reduces the search image thresholding comput
cocahome_20100309235237
- 图像分割,二维图像分割,ostu算法,阈值分割-Segmentation, two-dimensional image segmentation, ostu algorithm, thresholding
yixuetuxiangfenge
- 出了一种适合医学图像分割的改进分水岭算法,针对分水岭算法存在的过分割问题,采用数学 形态学重构滤波器和Ostu阈值分割方法对图像中感兴趣的目标和背景进行标记。根据标记的二值图像, 运用形态学极小值标定技术对原有梯度图像进行修正。最后,使用分水岭算法对修正的梯度图像进行分割。该方法能有效抑制过分割现象,而且计算复杂程度较低、分割效果较好。-Out of a medical image segmentation for improved watershed algorithm for seg
Ostu2dim
- Ostu二维方法实现图像单阈值分割,效果优于传统的一维算法-Ostu single two-dimensional method of image segmentation, better than traditional one-dimensional algorithm
texture
- 两种阈值分割算法,一种是 ostu算法,另一种算法,对ostu算法进行改进,可以对双峰值图像分割,效果有很大改善 -English VersionEnglish VersionEnglish Version
4
- ostu图像分割阈值算法,实现图像的分割,很不错的matlab程序,欢迎下载-OSTU threshold image segmentation algorithm, image segmentation, very good Matlab procedures, welcomed Download
ostu图像分割阈值算法matlab源程序
- 实现视频前景目标提取,监控视频的提取,图像分割(Implementation of video foreground target extraction)
matlab
- ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点(OSTU threshold image segmentation algorithm for image segmentation Ostu optimal threshold optimization process, greatly reduces the search image thresholding computation t
ostu
- ostu阈值分割算法,使用matlab实现(OSTU threshold segmentation algorithm, matlab implementation)
ostu
- 大津法(OTSU)是一种确定图像二值化分割阈值的算法,由日本学者大津于1979年提出。从大津法的原理上来讲,该方法又称作最大类间方差法,因为按照大津法求得的阈值进行图像二值化分割后,前景与背景图像的类间方差最大(何为类间方差?原理中有介绍)。(Otsu method (OTSU) is a set of image binarization threshold segmentation algorithm, proposed by Japanese scholars ohtsu in 1979.
pr
- 用遗传算法和ostu法对灰度图像阈值分割(Threshold segmentation for gray image)