-
Max_CCM
用于图像配准,角点提取后采用相关系数法进行特征匹配(For image registration, corner detection using correlation coefficient method after the feature matching)
- 2010-05-12 18:32:24下载
- 积分: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
-
gmm
EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。(EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.)
- 2015-11-19 16:20:15下载
- 积分:1
-
matlab_watermark
2012实习,新鲜的matlab实现水印的嵌入和提取,包括盲水印提取代码(watermark embedding and extraction, including the blind watermark extraction code)
- 2020-12-05 10:09:27下载
- 积分:1
-
10165101220 于文梦
解决一些图像处理的小问题,具体的划分和问题,文件里有提到(Solve some small problems in image processing)
- 2018-12-30 20:33:10下载
- 积分:1
-
Gabor_GLM_FEX
视网膜血管检测的Gabor变换和机器学习,教程
本教程将演示如何Gabor变换和广义
的线性模型(GLM)可用于视网膜血管检测
图像。
,我们将尝试检测视网膜血管从
的训练图像,首先,Gabor滤波器与图像卷积。
GLM将使用Gabor变换的图像特征确定
(独立变量)和容器的位置
为结果(因变量)。( Retinal Vessel Detection by Gabor Transform and Machine Learning, a Tutorial
This tutorial will demonstrate how Gabor transforms and generalized
linear model (GLM) can be used for detection of retinal vessels in
images.
Specifically, we will attempt to detect the retinal vessels a
training image , by first, convoluting multiple Gabor filters with the image.
A GLM will be determined using the Gabor transformed images as features
(the independent variables), and the locations of the vessels
as the outcome (the dependent variable).)
- 2017-05-11 12:25:03下载
- 积分:1
-
WaveletBasedImageSegmentation
基于小波变换的图像分割算法,它实现了论文 Wavelet Based Bimodal Image Segmentation for Blob Exctraction... 的算法。(This code is a part of work Wavelet Based Bimodal Image Segmentation for Blob Exctraction... .)
- 2015-09-14 15:07:00下载
- 积分:1
-
yuv_to_rgb
YUV与RGB颜色空间之间的转换,转换效果很好的。(YUV and RGB color space conversion between the effect of a very good conversion.)
- 2007-12-10 14:12:13下载
- 积分:1
-
yuyanjiaozheng
基于MATLAB的鱼眼镜头几何矫正程序,将鱼眼镜头下产生的图像变换为正常的图像(Geometric correction procedures based on MATLAB fisheye, fisheye lens image to a normal image)
- 2013-05-18 17:43:08下载
- 积分:1
-
ComputerGraphics
多边形填充 多边形裁剪 自定义多边形区域 自定义裁剪区域(Polygon fill polygon clipping custom polygon area custom crop area)
- 2012-11-14 23:04:40下载
- 积分:1