Location:
Search - 二维最大熵阈值分割
Search list
Description: 各种分割算法的实验
包括阈值分割,多阈值分割,二维最大熵分割等-various experiments, including the threshold segmentation, multi-threshold segmentation, 2D Maximum Entropy segmentation
Platform: |
Size: 96063 |
Author: 赵赵 |
Hits:
Description: 用于实现灰度图像阈值分割的二维最大熵方法,matlab源程序
Platform: |
Size: 1349 |
Author: coco |
Hits:
Description: 2D最大熵阈值分割;
Platform: |
Size: 1102 |
Author: trierwang |
Hits:
Description: 各种分割算法的实验
包括阈值分割,多阈值分割,二维最大熵分割等-various experiments, including the threshold segmentation, multi-threshold segmentation, 2D Maximum Entropy segmentation
Platform: |
Size: 96256 |
Author: 赵赵 |
Hits:
Description: 用于实现灰度图像阈值分割的二维最大熵方法,matlab源程序-Used to achieve gray image threshold segmentation of the two-dimensional maximum entropy method, matlab source
Platform: |
Size: 1024 |
Author: coco |
Hits:
Description: 摘 要 该文提出了一种新的图像阈值分割算法。该算法通过求取最大模糊熵准则下,灰度均值直方图的最佳模糊划分
参数来确定两个模糊集 和 ,图像分割阈值即选取为两个模糊集的交点。该算法用 的模糊熵定义适应度函数,
. / 01234
采用改进的遗传算法寻求最佳模糊参数。该文对遗传算法的改进包括,给出了缩短染色体码长的编码方法和性能良好的
改进的单点交叉算子和均匀变异算子。实验结果表明,该算法的分割效果与二维模糊熵算法接近,而计算时间还没有用
到二维模糊熵算法的一半。-err
Platform: |
Size: 574464 |
Author: 阿廖 |
Hits:
Description: 用于实现灰度图像阈值分割的二维最大熵方法,很好用,希望对大家有帮助。-Used to achieve gray image threshold segmentation of the two-dimensional maximum entropy method, matlab source.
Platform: |
Size: 1024 |
Author: sanmu |
Hits:
Description: 基于二维直方图最大熵阈值法的图像分割算法,可选取较好的阈值实现图像分割-failed to translate
Platform: |
Size: 1024 |
Author: 陈小章 |
Hits:
Description: 最大二维信息熵原理;改进的遗传算法;基于阈值的图像分割
包括一个完整的matlab源代码和几个论文原理介绍pdf文件-Two-dimensional maximum entropy principle improved genetic algorithm threshold based on image segmentation matlab, including a complete source code and the principle of introducing a number of papers pdf files
Platform: |
Size: 642048 |
Author: zhangjh04 |
Hits:
Description: 二维最大熵阈值分割法,较一维有很好的去噪效果-Two-dimensional maximum entropy threshold segmentation method, the more one-dimensional results have a good de-noising
Platform: |
Size: 1024 |
Author: liugang |
Hits:
Description: 阈值法是图像分割的一种重要方法, 在图像处理与识别中广为应用. 提出了一种基于灰度2梯度共生矩阵
模型和最大熵原理的自动阈值化方法. 该方法不仅利用了图像的灰度信息, 而且也利用了梯度信息, 通过计算基
于灰度2梯度共生矩阵的二维熵, 并使边缘区域的熵最大来选择阈值向量. 仿真结果显示, 该算法比其他二维熵方
法效果更佳.-Th resho lding is an impo rtant fo rm of image segmentat ion and is used in image p rocessing and recog2
nit ion fo rmany app licat ions. In th is paper, an automat ic app roach fo r th resho lding based on gray2level gradient co2
occurrence mat rix model and the maximum ent ropy p rincip les is p ropo sed. Th ismethod ut ilizes the info rmat ion of
bo th gray level and gradient in an image. In th is app roach, the th resho ld vecto r is selected th rough evaluat ing two2
dimensional ent rop ies based on the gray2level gradient co2occurrence mat rix and maxim izing the edge region en2
t rop ies. It is found that the p ropo sed app roach perfo rm s bet ter than o ther 2D ent ropy methods.
Platform: |
Size: 174080 |
Author: 广隶 |
Hits:
Description: 采用MATLAB语言编程实现了基于遗传算法的最大熵单阈值、最大熵双阈值、二维最大熵单阈值图像分割和基于最大类间方差遗传算法的图像分割-Through the study of threshold segmentation method and genetic algorithm theory, matlab programming language used to achieve the genetic algorithm based on maximum entropy single threshold, dual-threshold maximum entropy, maximum entropy of two-dimensional single-threshold image segmentation and otsu genetic algorithm for image segmentation.
Platform: |
Size: 304128 |
Author: 许良 |
Hits:
Description: 各种分割算法的实验包含阈值分割割,多阈值分割,二维最大熵分割等
-The experiment contains various segmentation algorithm threshold segmentation cut, multi-threshold segmentation, 2D Maximum Entropy Segmentation
Platform: |
Size: 96256 |
Author: leyuan |
Hits:
Description: 二维最大熵法和二维最小交叉熵法是目前常用的两种阈值分割方法, 但在某些时候因为两种方法获取的阈
值过高或者过低, 使得分割失效。针对此问题, 提出了基于二维最大熵法和二维最小交叉熵法结合的图像分割方法。
首先, 对二维最小交叉熵公式进行转化 然后, 利用多目标规划理论将这两种方法有机结合使得到的阈值既满足二维
最大熵原则, 又满足二维最小交叉熵原则 最后, 利用二维直方图的特点推导出新型递推算法搜索最佳阈值并降低计
算复杂度。-The thresho ld ing method based 2-D max imum entropy and the one based on 2-D m inimum cross
entropy are used w ide ly in im age segmentation today, bu t in some app lications, they fa il to segment im ages
because of too h igh or too low thresho lds. Therefore, we proposed an im age thresho ld ing m ethod based on
the comb ination of 2-D max imum entropy and 2-D m inimum cross entropy. Firstly, the formula of the 2-D
m in imum cross entropy w as transfo rmed, then 2-D max imum entropy and 2-D m inimum cross entropy w ere
combined together usingmult-i objective prog ramm ing theory so that the optima l thresho ld value could satisfy
the threshold requirem ent of the bo th. A new recursive algo rithm w as in ferred using the features o f the 2-D
h istogram in order to search the best thresho ld vecto r and to reduce the compu ting complex ity
Platform: |
Size: 1525760 |
Author: rambolyb |
Hits:
Description: 在一次作业设计中,用到的小程序,各种分割算法的实验 包括阈值分割,多阈值分割,二维最大熵分割-In one job design, the use of small procedures, a variety of experiments, including segmentation algorithm threshold segmentation, multi-threshold segmentation, 2D Maximum Entropy Segmentation
Platform: |
Size: 52224 |
Author: 王斌 |
Hits:
Description: PSO算法应用到图像三阈值分割,评价函数为二维最大熵-PSO algorithm is applied to image three threshold segmentation, the evaluation function for the two-dimensional maximum entropy
Platform: |
Size: 2048 |
Author: 虾皮 |
Hits:
Description: PSO算法应用到图像二阈值分割,评价函数为二维最大熵-PSO algorithm is applied to image two threshold segmentation, the evaluation function for the two-dimensional maximum entropy
Platform: |
Size: 2048 |
Author: 虾皮 |
Hits:
Description: 对全息图进行二维恢复以及三维形貌恢复以及最大熵阈值分割(Two dimensional reconstruction of hologram and 3D shape recovery and maximum entropy threshold segmentation are performed.)
Platform: |
Size: 2048 |
Author: 兔3333 |
Hits:
Description: 二维的最大熵与交叉熵结合的图像分割算法,有助与提高图像分割中阈值选取的稳定性。(The combination of two-dimensional maximum entropy and cross-entropy is helpful to improve the stability of threshold selection in image segmentation.)
Platform: |
Size: 93184 |
Author: 墨墨sky |
Hits: