-
1-(5)
图形处理,Visual C++数字图像识别技术典型案例源代码 5(Graphics processing , the Visual C++ digital image recognition technology to a typical case of source code 5)
- 2012-02-29 11:13: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
-
python
通过GAN和WGAN在python的tensorflow平台上实现图片生成,与真实图片基本一致。(Through GAN and WGAN, the image generation is realized on the tensorflow platform of python, which is basically the same as the real picture.)
- 2020-10-16 16:57:29下载
- 积分:1
-
ROAPROEWA-algorithm
最为经典的ROA和ROEWA算子,用于SAR图像边缘检测,并附有一定的实例图像,以说明实验结果。(ROA and ROEWA algorithms are given in order to detect the edge of images, and some images are attached illustrating the experimental results.)
- 2021-03-21 20:39:17下载
- 积分:1
-
binarization_Algorithm
说明: 二值化算法,含otsu,niblack,kapur,kittlerMet等方法(Binarization algorithm, including otsu, niblack, kapur, kittlerMet and other methods)
- 2011-04-15 17:01:42下载
- 积分:1
-
iradon
radon 的逆变换,可以实现图像重建,前提是前面的投影用radon变换来做(iradon)
- 2009-05-07 09:46:03下载
- 积分:1
-
extract_feature
此工程实现提取jpeg图像的DCT系数首字母概率作为jpeg重压缩检测的特征,以此特征训练出分类模板,可以检测出一张jpeg图像是单压缩还是重压缩。(Works to achieve this extract jpeg image DCT coefficients of the first letter of the probability of detection as a jpeg heavy compression feature, this feature trained classification templates that can detect a single jpeg image compression or recompression.)
- 2021-04-02 21:39:07下载
- 积分:1
-
PointClouds
PCL库的C#封装,用于点云的处理,包括点云读取,显示,分割,分类,聚类等(C# wrapper of point cloud library.)
- 2020-11-09 19:49:46下载
- 积分:1
-
iseyeopen
自己写的用开闭眼模板法判断一个眼睛的开闭状态,前提是需要去定位眼睛(Wrote it myself with open eyes closed, a template method to determine the state of opening and closing the eyes, the premise is the need to positioning the eyes)
- 2008-04-01 15:23:40下载
- 积分:1
-
daqituanliu
本程序是利用大气湍流公式对图像进行模糊处理(
This program is the use of atmospheric turbulence equations fuzzy image processing)
- 2014-04-22 20:23:15下载
- 积分:1