-
toolbox_signal
curvelet transform and ridgelet transform source code
- 2012-09-13 20:00:59下载
- 积分:1
-
Color-transfer-between-images
非常经典的彩色转移算法的原文及源代码,是学习彩色转移必须看的。(The text of the classic color transfer algorithm and the source code, is the study of color transfer must see it.
)
- 2013-09-28 16:19:42下载
- 积分:1
-
anigaussm
去除高斯噪声的有效码源,去噪能力强,使简单。(The effective removal of Gaussian noise source code, denoising capability, so that simple.)
- 2008-04-01 17:55:27下载
- 积分: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
-
gac-upwind
gac模型的迎风方案可以实现对灰度图像的分割,分割效果还可以(gac)
- 2010-02-05 23:29:15下载
- 积分:1
-
Phase_Unwrapping_2D
二维相位展开算法
引导相位展开方法相质量运行QualityGuidedUnwrap2D的。
运行戈尔茨坦枝剪相位展开方法GoldsteinUnwrap2D。
(3D实施质量的制导方法,可根据要求提供)(2D PHASE UNWRAPPING ALGORITHMS
Run QualityGuidedUnwrap2D for the phase quality guided phase unwrapping method.
Run GoldsteinUnwrap2D for Goldstein s branch cut phase unwrapping method.
(3D implementation of the quality guided method available on request))
- 2020-10-29 11:19:57下载
- 积分:1
-
bianyuanjiance
说明: 多种边缘检测算子对比 不需要改动 有sobel prewittts canny log(Multiple edge detection operators)
- 2020-06-18 20:55:08下载
- 积分:1
-
cvprcode
这个代码是基于论文“Saliency Detection via Graph-Based Manifold Ranking”下的程序源码,作者是Chuan Yang, Lihe Zhang, Huchuan Lu, Ming-Hsuan Yang, and Xiang Ruan
功能1:使用canny算子计算图像的二值边缘图
(The code is for paper "Saliency Detection via Graph-Based Manifold Ranking"
by Chuan Yang, Lihe Zhang, Huchuan Lu, Ming-Hsuan Yang, and Xiang Ruan
Procedures:
1. compute a binary edge map of the image using the canny method.
)
- 2013-09-06 17:03:54下载
- 积分:1
-
machine-vision-algorithm-
包含基于VC++的各种图像、视频处理的源码如图像增强、灰度位图处理、图像平移旋转、bmp2txt等程序源码(Contains various images VC++ based video processing source code, such as image enhancement, grayscale bitmap processing, image translation and rotation, bmp2txt program source code, etc.)
- 2014-05-03 14:54:22下载
- 积分:1
-
low_pass45
matlab编写的截断半径45时,低通滤波器对与图像的影响,画图比较滤波前后的对比图。(matlab truncation radius of the preparation of 45, the low-pass filter and image of the effect of drawing the contrast to compare before and after filtering Fig.)
- 2009-06-17 21:19:06下载
- 积分:1