-
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成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编程-For two-dimensional image of the corner detection algorithm, based on the matlab programming
- 2023-05-19 13:10:03下载
- 积分:1
-
C++ Builder高级界面特效制作百例
C++ Builder高级界面特效制作百例-100 example of the make c++ bulider senior interface specially good effect
- 2022-10-01 23:25:04下载
- 积分:1
-
图像灰度变换的一般算法:图像反色,线性变换,阈值分割,灰度均衡,直方图显示...
图像灰度变换的一般算法:图像反色,线性变换,阈值分割,灰度均衡,直方图显示-The image gray-scale transformation of the general algorithm: Image anti-color, linear transformation, threshold segmentation, gray balance, histogram display, etc.
- 2022-10-03 06:00:03下载
- 积分:1
-
网上的jpeg的解码库是对于jpeg文件的解码,输出到bmp文件,本源码修改了库函数,使之接受一个jpeg文件的数据流,然后输出到bmp的点阵,可以直接输出到屏...
网上的jpeg的解码库是对于jpeg文件的解码,输出到bmp文件,本源码修改了库函数,使之接受一个jpeg文件的数据流,然后输出到bmp的点阵,可以直接输出到屏幕。具体的调用方法见源码中的说明。-online jpeg decoder for the document jpeg decoder, the output of bmp documents, The modified source code library functions to make it accept a jpeg document data flow, and then exported to the lattice bmp, can be directly output to a screen. Specific method call see the source note.
- 2022-03-24 07:44:07下载
- 积分:1
-
3D编程所需的知识的概述,特别是三维数学模型…
概述了3D编程的必要知识,尤其是3d编程的数学要求,及相应算法-An overview of 3D programming the necessary knowledge, especially the 3d mathematical programming requirements, and the corresponding algorithm
- 2023-07-27 20:55:03下载
- 积分:1
-
形状和颜色的图像索引。
Image indexing by Shape and Color.
- 2022-05-05 06:54:03下载
- 积分:1
-
目标检测算法,图像目标检测与跟踪
目标检测算法,在一幅图像中检测出目标并跟踪-Target detection algorithm, an image target detection and tracking
- 2022-07-23 11:37:39下载
- 积分:1
-
用于提取图像一些的基本特征,方便进行图像分类
用于提取图像一些的基本特征,方便进行图像分类-Used to extract some basic characteristics of images to facilitate image classification
- 2022-11-06 01:50:04下载
- 积分:1
-
通过遗传算法选择道路图象分割的最佳阈值,阈值的选择采用最大类间方差的办法,程序运行结果达到相当理想的效果...
通过遗传算法选择道路图象分割的最佳阈值,阈值的选择采用最大类间方差的办法,程序运行结果达到相当理想的效果-Through the genetic algorithm to choose the best road image segmentation threshold, the threshold was chosen as the maximum between-cluster variance approach, the program results achieved the desired results rather
- 2022-01-26 00:33:01下载
- 积分:1