-
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次...
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的霍夫曼编码。-Huffman code specific Methods: according to their probability of emergence of the size of the queues, the two smallest sum probability, as a new probability and the probability of the remaining re-queue, and then the smallest sum of two probabilities, and then re-queue until the last turn into one. Every time when the sum will be
- 2022-03-31 00:49:14下载
- 积分:1
-
这个程序非常不错,尤其是对于经常用matlab进行(图像处理)仿真的同志们。可以一次读入任意副图像,解决了仿真是一次读入一幅图像而导致样本数据过小的问题。...
这个程序非常不错,尤其是对于经常用matlab进行(图像处理)仿真的同志们。可以一次读入任意副图像,解决了仿真是一次读入一幅图像而导致样本数据过小的问题。-This procedure is very good, especially for frequently used to carry out matlab (image processing) simulation comrades. Can read into any Deputy images, to solve the simulation is a read into an image caused by the sample data is too small issue.
- 2022-03-17 08:10:27下载
- 积分:1
-
hough变换是图像处理中一种方法,该文件是用matlab语言实现的hough变换,但未使用matlab提供的函数,可以用于hough变换的学习和掌握。...
hough变换是图像处理中一种方法,该文件是用matlab语言实现的hough变换,但未使用matlab提供的函数,可以用于hough变换的学习和掌握。-hough ??换 是??像
- 2023-03-06 14:25:03下载
- 积分:1
-
迭代算法求自适应全局阈值,通过这种算法得出的阈值能够很好的把目标区域和背景区域区分出来。
迭代算法求自适应全局阈值,通过这种算法得出的阈值能够很好的把目标区域和背景区域区分出来。-Iterative algorithm for adaptive global threshold, this algorithm can be derived from the threshold to a very good target area and background of the regional distinction.
- 2022-02-04 09:23:11下载
- 积分:1
-
数字图像 图形处理 visual c++ 开发
转制代换的源代码
数字图像 图形处理 visual c++ 开发
转制代换的源代码-digital image graphics processing visual c conversion substitution development of source code
- 2022-07-17 05:47:16下载
- 积分:1
-
图象gabor变换的matlab代码,含有3种gabor变换的代码
图象gabor变换的matlab代码,含有3种gabor变换的代码-Image gabor transform matlab code, contains three kinds of gabor transform code
- 2022-04-29 04:43:23下载
- 积分:1
-
一个简单的IDL编写的Modis几何校正批处理,可以选择一个文件夹内所有HDF的modis数据的几何校正。...
一个简单的IDL编写的Modis几何校正批处理,可以选择一个文件夹内所有HDF的modis数据的几何校正。-A simple IDL batch prepared by Modis geometric correction, you can select a folder of all the HDF data, geometric correction of the modis.
- 2022-05-19 19:23:16下载
- 积分:1
-
iris recognition algorithms, including positioning, in the final one, coding. Us...
虹膜识别算法,包括定位,归一化,编码。很有用的算法。-iris recognition algorithms, including positioning, in the final one, coding. Useful algorithms.
- 2023-07-11 14:30:03下载
- 积分:1
-
图像处理。。
histogram equalization
图像处理。。
histogram equalization-image processing. . Histogram equalization
- 2022-08-20 04:24:37下载
- 积分:1
-
BMP image histogram equalization code. Applicable to the field of digital image...
BMP图片的直方图均衡代码。适用于数字图像处理领域的研究人员。-BMP image histogram equalization code. Applicable to the field of digital image processing researchers.
- 2023-04-08 02:35:03下载
- 积分:1