搜索资源列表
二维直方图熵阈值法
- 计算图像的二维直方图,通过信息熵算法确立阈值,以此为依据对图像进行分割。
EntropyThresholdingMethod
- 一个用labview编写的基于一维最大熵的图像阈值分割方法。使用方法请看Readme.txt-use a PC to prepare a peacekeeping based on maximum entropy image thresholding methods. Look at the use Readme.txt
ImgViewer1107
- 简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)-simple algorithm. Photo support multiple read format, the gray level support, a variety of binary algorithm (based on the entropy of the automati
PhotoPrecess200705011006
- 包含图像的中值滤波、直方图均衡化、边缘检测(Sobel,Robert两种算子)、图像的Huffman编码。并计算图像熵,平均码长,编码效率及码树长度。附加可压缩与解压缩任意文件的功能和查看直方图的功能。但只能处理bmp格式的文件。-contain images of the median filtering, histogram equalization, edge detection (Sobel. Robert Two Operat
ZUDASAHNG_SEGmention
- 图像局部最大熵进行区域增长的多目标分割方法 .以局部熵最大值作为目标种子 ,运用区域增长技术实现多目标分割 ,一种常用的方法是预先给图像设置初始增长元,即预先投掷种子,在一定的规则下由增长元开始增长,这种方法需要对不同的区域投掷不同的种子.但是,对复杂多目标图像,投掷种子是一件比较困难的事.在背景变化比较大的多目标图像中,目标与背景是不同的,目标的灰度相对变化较小,而背景的灰度变化比较大.从信息论角度看,灰度变化小的地方其信息量少,局部
GetMax_HtoThrod
- 利用最大熵方法求图像二值化的阈值 输入的图像名称,读取名称是M的图像文件 统计各个灰度级出现的概率 -Using the maximum entropy method for image binarization threshold input image name, the name is M read image files in various gray-scale statistical probability
entroy_1d
- 用于实现灰度图像阈值分割的一维最大熵方法,matlab源程序-Used to achieve gray image threshold segmentation of the one-dimensional maximum entropy method, matlab source
entropy_max_2d
- 用于实现灰度图像阈值分割的二维最大熵方法,matlab源程序-Used to achieve gray image threshold segmentation of the two-dimensional maximum entropy method, matlab source
AutomaticImageSegmentationAlgorithmThreshold
- 摘 要 该文提出了一种新的图像阈值分割算法。该算法通过求取最大模糊熵准则下,灰度均值直方图的最佳模糊划分 参数来确定两个模糊集 和 ,图像分割阈值即选取为两个模糊集的交点。该算法用 的模糊熵定义适应度函数, . / 01234 采用改进的遗传算法寻求最佳模糊参数。该文对遗传算法的改进包括,给出了缩短染色体码长的编码方法和性能良好的 改进的单点交叉算子和均匀变异算子。实验结果表明,该算法的分割效果与二维模糊熵算法接近,而计
entropy
- 自己编的求图像熵值的小程序,用来理解熵的含义和概念。-Own image for the entropy of small procedures, used to understand the meaning and concept of entropy.
Entropy_Max_2D
- 用于实现灰度图像阈值分割的二维最大熵方法,很好用,希望对大家有帮助。-Used to achieve gray image threshold segmentation of the two-dimensional maximum entropy method, matlab source.
autosegment
- 利用图像熵进行自动阈值分割的方法,简单,速度快-The use of entropy for automatic image thresholding method
zuidashang
- 最大熵是图像阈值分割里常用的一种简单且效果明显的方法。该代码是最大熵算法的快速递推形式。-Maximum Entropy is Image Threshold Segmentation ri common a simple and obvious effect method. The code is maximum entropy algorithm rapid recursion forms.
anovelaprroachofimagefusion
- 一篇英文文献,文中介绍的方法是先把图像分块,用熵值作为衡量每块图像的信息多少;计算每个图像块的熵值,熵值越大,信息含量就多。但是仅仅把熵值大的图像块拼在一起得到的融合图像有明显的不连续性,文中介绍了消除这种不连续性的方法-An English literature, the paper introduces the method is to first image block, using entropy as a measure of
基于遗传算法的最大熵值法的双阈值图像分割
- 基于遗传算法的最大熵值法的双阈值图像分割(Double threshold image segmentation based on maximum entropy method based on genetic algorithm)
基于香农熵的多级图像阈值化的图像压缩的新方法
- 基于香农熵的多级图像阈值化的图像压缩的新方法(A New Method of Image Compression Based on Shannon 's Entropy of Multi - level Image Thresholding)
整幅图像熵值
- 主要适用于图像增强的客观质量评价,效果比较好;其实熵值就是求图像的相似度(Mainly applied to the objective of image quality evaluation, the effect is better; In fact, the entropy is to find the image similarity)
IMG_process
- 利用C++语言编程,用两种方式,从独立概率与关联概率两个方面分别计算一个图像图像熵。(A program used for computing the entropy of a picture.)
matlab基于遗传算法的最大熵值法的双阈值图像分割
- 基于遗传算法实现灰度图像二阈值分割,使图像分割的更合理(Two threshold segmentation of gray image based on genetic algorithm, which makes the image segmentation more reasonable)
7
- 对一副彩色图像做最大熵值法图像分割,内容简单易懂。(Maximum Entropy Method for Image Segmentation of a Color Image is simple and easy to understand.)