-
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成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
-
这是一个实现运动估计的程序,采用的是传统的块匹配准则,程序的可移植性较好...
这是一个实现运动估计的程序,采用的是传统的块匹配准则,程序的可移植性较好-This is a realization of motion estimation procedure used is a traditional block-matching criteria, procedures for better portability
- 2022-03-05 02:02:45下载
- 积分:1
-
Content
基于内容的图像检索系统fire-2.2
功能强大-Content-based image retrieval system powerful fire-2.2
- 2022-06-27 19:05:07下载
- 积分:1
-
BP神经网络,可以处理图像进行分类等各种处理的源码
BP神经网络,可以处理图像进行分类等各种处理的源码-BP neural network image processing source code
- 2022-05-19 07:50:57下载
- 积分:1
-
用于编写的用于图像处理的编程平台
采用VC++编写,提供一个图像处理的编程平台-Used VC++ Prepared to provide a programming platform for image processing
- 2022-04-29 11:47:03下载
- 积分:1
-
matlab
matlab算法,可以实现一些基本的图像处理的算法,也可以进行图像分割-matlab
- 2022-03-13 09:51:16下载
- 积分:1
-
RGB image format will be converted into YCbCr image format C program
将RGB图像格式转化成YCbCr图像格式的C程序-RGB image format will be converted into YCbCr image format C program
- 2022-03-19 00:24:08下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
use vc image fusion including some classic image fusion algorithms and principal...
利用vc实现图像的融合,包括一些经典的图像融合算法和主成分分析实现图像的融合.-use vc image fusion including some classic image fusion algorithms and principal component analysis image integration.
- 2023-08-30 10:45:05下载
- 积分:1
-
中值滤波:采用5*5窗口对噪声污染的图像进行去噪处理。
中值滤波:采用5*5窗口对噪声污染的图像进行去噪处理。-Median filter: 5* 5 window on the noise pollution to deal with the image de-noising.
- 2022-05-13 12:38:11下载
- 积分:1