-
test_vegetable
说明: 根据文献Verification of color vegetation indices for automated crop imaging applications所述方法实现的可见光(RGB)的植被提取,效果非常好,压缩文件内附有该文献英文原文,以及部分供测试图片。(According to the method described in the document verification of color vegetation indexes for automated cross imaging applications, the effect of vegetation extraction of visible light (RGB) is very good. The original English version of the document and some test pictures are attached to the compressed file.)
- 2020-04-13 18:23:12下载
- 积分: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
-
sun
用harris算法对图像进行角点检测,输出为这些点的坐标的矩阵(Harris algorithm using corner detection image, the output for these points, the coordinates of the matrix)
- 2009-07-07 12:46:26下载
- 积分:1
-
Gabor
用Gabor滤波器和稀疏分类对表情进行识别(By Gabor filters and sparse facial expression classification identify)
- 2014-12-22 11:22:23下载
- 积分:1
-
实现了在Winform中图片的拖拽移动及缩放,用到了PictureBox控件.
实现了在Winform中图片的拖拽移动及缩放,用到了PictureBox控件.
- 2015-01-30下载
- 积分:1
-
extractdata
提取人脸表情库中的图像数据,可提取任一种表情、任一个人或任一复本(extract the image data of facial expression database:JAFFE database。it is able to extract any expression, subject and copy of JAFFE database)
- 2009-03-30 10:35:19下载
- 积分:1
-
resample_bilinear
可以实现图像的重采样,通过设置参数来减小或增大图像尺寸(Resampling of the image can be achieved by setting parameters to decrease or increase the image size)
- 2015-05-04 15:31:25下载
- 积分:1
-
ch_8_4_3
相位编组算法实现纹理边缘的直线检测.用于快速直线提取(Phase Group texture edge detection algorithm to achieve a straight line. For fast line extraction)
- 2020-11-20 11:49:39下载
- 积分:1
-
Images-denoising--based-on-wavlet
从原始图像产生噪声图像,使用db1执行2层小波,使用wpbmpen进行全阈值选择,采用硬阈值和软阈值处理方式,保存低频,进行图像降噪,并绘制各分解系数图像。(Generated noise image from the original image, using db1 wavelet perform two layers using wpbmpen full-threshold selection, using hard threshold and soft threshold approach, saving low frequency, image noise reduction, and draw the decomposition coefficients images.)
- 2013-11-22 15:55:18下载
- 积分:1
-
wavelet_inhancement
利用小波实现图像的融合,从两幅模糊的原始图像中回复出原来的图像(Using wavelet analysis for a given image enhancement processing, after the decomposition of image, contour by the low frequency part representation, characterization details with high frequency part.
)
- 2014-03-21 13:32:16下载
- 积分:1