-
VC_FFT
傅里叶变换:采用VC++编写,实现二维图像的傅里叶变换(Fourier Transform: The VC++ prepared to achieve the two-dimensional Fourier transform of the image)
- 2021-02-13 22:29:49下载
- 积分:1
-
magic_camera
彩色图像纹理提取的一种算法,效果还挺好的(color image of a texture extraction algorithm, It's a good result)
- 2007-05-15 14:55:58下载
- 积分:1
-
Digital-Image-Processing
利用数字图像处理(matlab第二版)中已学过的知识,进行各种图像加噪,去噪处理,复原,增强,以及彩色图像分割处理,(The use of digital image processing (matlab second edition) has been learned in the knowledge, a variety of image noise, denoising, restoration, enhancement, and color image segmentation,)
- 2016-10-31 17:58:02下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
HOG-SVM-classifer-master
利用传统的SVM-HOG算法,进行行人检测(HOG-SVM algorithm for pedestrian detection)
- 2018-11-30 17:50:16下载
- 积分:1
-
FIR.C
FIR滤波器的C语言实现 C语言源程序代码及解析(FIR filter, the C language realization C source code and analytical)
- 2010-05-28 17:13:54下载
- 积分:1
-
MATLAB
本算法先将彩色图像变换成灰度图像,在进行基于区域生长法进行图像分割(It segmented image with region growing. Then local adaptation luminance was computed via region-based bilateral filter. It outputted low dynamic range images in conjunction with tone mapping operator.
)
- 2010-12-28 18:41:04下载
- 积分:1
-
ksdensity
自行设计的概率密度函数统计方法,代替ksdensity函数(Probability density function of self-designed statistical methods, instead of ksdensity function)
- 2021-02-02 15:40:00下载
- 积分:1
-
MATLAB_SGM
matlab实现的SGM算法,我只是搬运工(SGM method on matlab, it is quite good)
- 2021-03-30 18:19:10下载
- 积分:1
-
GryAvGryHist1
将黑白图像转换成灰度级—邻域平均灰度级二维直方图(Black and white images will be converted into gray-scale- the average gray-scale neighborhood of two-dimensional histogram)
- 2009-04-21 21:25:16下载
- 积分:1