-
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成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
-
平面多边形内外点判断方法
平面多边形内外点判断方法-planar polygon method of Point
- 2022-02-11 16:57:43下载
- 积分:1
-
这个程序是用来寻找定位图片中的物体的轮廓的,我试了一下效果非常好。用到了OpenCV编程,希望能给大家带来方便。...
这个程序是用来寻找定位图片中的物体的轮廓的,我试了一下效果非常好。用到了OpenCV编程,希望能给大家带来方便。-this procedure is used to find positioning objects in the picture of the outline, I tried it very good results. Depleted OpenCV program, in hopes of giving you convenience.
- 2022-04-01 18:29:20下载
- 积分:1
-
中值滤波的C代码,学习图像的可以参考下,有比较高的参考价值...
中值滤波的C代码,学习图像的可以参考下,有比较高的参考价值-Median filter of C code, learning can refer to the next image, has a relatively high reference value
- 2022-02-04 12:50:09下载
- 积分:1
-
一个改进的卡尔曼滤波器 用来进行运动目标的跟踪
一个改进的卡尔曼滤波器 用来进行运动目标的跟踪 -An improved Kalman filter used for tracking moving targets
- 2022-03-14 22:35:27下载
- 积分:1
-
图象的腐蚀,和膨胀,和细化算法代码!
比较有参考价值
图象的腐蚀,和膨胀,和细化算法代码!
比较有参考价值-image corrosion, and the swelling and thinning algorithm code! More reference value
- 2023-06-24 05:00:03下载
- 积分:1
-
Visual C++ 教程代码,用户只要建立一个Win32控制台项目并把相关文件添加进去即可。...
Visual C++ 教程代码,用户只要建立一个Win32控制台项目并把相关文件添加进去即可。-Guide to Visual C code Users simply create a Win32 console project and the related documents can be added to it.
- 2022-07-07 09:23:36下载
- 积分:1
-
采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波...
采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波-MATLAB using the function affected by noise interference filter2 images mean filter P0308: Image Adaptive Weiner Filter
- 2022-11-03 04:05:03下载
- 积分:1
-
能实现8位BMP灰度化,二值化的图像处理纯C语言编写的源代码
能实现8位BMP灰度化,二值化的图像处理纯C语言编写的源代码-To achieve 8 BMP gray and binary image processing pure C language source code
- 2023-09-01 07:55:03下载
- 积分:1
-
Efficient image display code. Zoom operation is very smooth pan and so on.
高效的图像显示代码。缩放平移等操作非常顺畅。-Efficient image display code. Zoom operation is very smooth pan and so on.
- 2022-02-02 18:52:37下载
- 积分:1