-
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成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
-
首先介绍模糊集基本知识
其次K均值聚类算法(HCM)介绍
最后重点介绍了模糊C均值聚类,
模糊聚类是一种很重要思想,最近再图像处理中就用的了这种思想...
首先介绍模糊集基本知识
其次K均值聚类算法(HCM)介绍
最后重点介绍了模糊C均值聚类,
模糊聚类是一种很重要思想,最近再图像处理中就用的了这种思想,也算是一点思维创新-First of all, introduce basic knowledge of fuzzy sets was followed by K-means clustering algorithm (HCM) focuses on the introduction Finally fuzzy C-means clustering, fuzzy clustering is a very important thinking, recently re-image processing on the use of such thinking, but also Innovative thinking is that
- 2023-08-03 04:00:03下载
- 积分:1
-
线特征的hough提取程序,很不错的,自己试过,绝对可用
线特征的hough提取程序,很不错的,自己试过,绝对可用-Line Features hough the process of extraction, very good that he tried to absolutely available
- 2022-03-09 16:20:59下载
- 积分:1
-
用MATLAB一次性快速过滤图像得到2G Gaussian Model. 查看spacefilter.m....
用MATLAB一次性快速过滤图像得到2G Gaussian Model. 查看spacefilter.m.-MATLAB rapid one-time images to be filtered Gaussian Model 2G. View spacefilter.m.
- 2022-08-17 10:56:18下载
- 积分:1
-
MPEG4视频解码 可以运行,现与大家分享
MPEG4视频解码 可以运行,现与大家分享-MPEG4 video decoder can run, it is to share with you
- 2023-08-19 02:25:02下载
- 积分:1
-
自己随便输入的数据自动生成等高线,算法完整,功能完善。...
自己随便输入的数据自动生成等高线,算法完整,功能完善。-Not enter their own data to generate contour lines automatically, the algorithm complete, fully functional.
- 2023-04-01 10:20:03下载
- 积分:1
-
本实例介绍了如何实现剪切图片,在pictureBox控件中按下鼠标左键,拖拉一定区域,放开左键,再单击剪切,粘贴按钮,最后完成...
本实例介绍了如何实现剪切图片,在pictureBox控件中按下鼠标左键,拖拉一定区域,放开左键,再单击剪切,粘贴按钮,最后完成-This example describes how to realize the shear picture, in the PictureBox control by pressing the left mouse button, drag a certain region, opening up left, then click cut and paste button, and finally completed
- 2022-07-08 08:52:18下载
- 积分:1
-
两个图像质量评价函数,psnr峰值信噪比,正则均方误差nmse,能可用于去噪图像和压缩图像的质量评价,很有用啊。...
两个图像质量评价函数,psnr峰值信噪比,正则均方误差nmse,能可用于去噪图像和压缩图像的质量评价,很有用啊。-Two image quality evaluation of the function. Including psnr PSNR, it is mean-square error nmse other. Images can be used for de-noising and compression of image quality evaluation.
- 2022-07-17 13:20:07下载
- 积分:1
-
图像质量评估程序,主要 用于遥感影像质量评估用C#编写
图像质量评估程序,主要 用于遥感影像质量评估用C#编写-Image quality assessment procedures, mainly for remote sensing image quality assessment prepared using C#
- 2022-03-17 01:02:47下载
- 积分:1
-
在VC中实现了图像的各种运算,在图像变换中要用到很多的图像变换,我做了整理放在这里大家一起共享...
在VC中实现了图像的各种运算,在图像变换中要用到很多的图像变换,我做了整理放在这里大家一起共享-In VC to achieve a variety of computing the image, the image transform used to transform a lot of images, I here to do the finishing on the U.S. work together to share
- 2022-03-22 14:34:51下载
- 积分:1