-
实现图像的无损压缩
该程序主要实现图像的无损压缩,具体算法包括:
(1)整数小波变换+SPIHT无损压缩
其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。
(2)DPCM+算术编码
DPCM采用的是JPEG中采用的方法;
(3)JPEG-LS标准
JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)
- 2008-06-02 11:01:57下载
- 积分:1
-
yuandaima
以多光谱数据为原始数据,通过空间变换、滤波、融合、纹理及图像处理等手段,提取遥感图像多维、多尺度特征,最终建立面向目标检测、识别和分析的特征空间,并使用NASA的实测数据对方法的性能进行验证和分析。(Multi-spectral data to the original data, through space conversion, filtering tools, integration, texture and image processing, remote sensing images to extract multi-dimensional, multi-scale features, for the eventual establishment of target detection, identification and analysis of the characteristics of the space, and measured using NASA performance of the method for data verification and analysis.)
- 2014-03-11 16:27:57下载
- 积分:1
-
MATLABGUI
说明: 利用MATLAB的图像用户界面GUI设计一个简单的菜单式图像处理系统。通过该程序实现对图像的简单处理、变换和去噪等功能,满足课程设计的要求。(A simple menu image processing system is designed by using the image user interface GUI of MATLAB. Through this program, the functions of image processing, transformation and denoising are realized, which meet the requirements of curriculum design.)
- 2019-06-06 10:14:47下载
- 积分:1
-
SAR合成孔径雷达图像点目标(附matlab代码)
SAR合成孔径雷达的点目标仿真报告,含matlab代码(SAR synthetic aperture radar point target simulation report, including Matlab code)
- 2020-06-26 23:00:02下载
- 积分:1
-
h264_intp
图形图像H264插值算法,应用于图像视频处理(H264 graphic image interpolation algorithm is applied to image video processing)
- 2021-05-14 18:30:02下载
- 积分:1
-
新建文件夹
说明: 图像重建算法当中的FDK、ART和TV算法,以及算法评估的SSIM和MSE的评估代码(FDK, ART and TV algorithms in image reconstruction algorithms, and the evaluation codes of SSM and MSE for algorithm evaluation)
- 2020-07-16 11:48:49下载
- 积分:1
-
LIME-master
说明: 使用了色调映射算法,调整图片的灰度,更好表达原图里的信息与特征。(The hue mapping algorithm is used to adjust the gray level of the image and better express the information and features in the original image.)
- 2020-06-21 16:20:01下载
- 积分:1
-
jiyuneirongdetuxiangjiansuo
说明: 基于内容的图像检索,包括纹理、形状、颜色(Content-based image retrieval, including texture, shape, color)
- 2011-04-16 20:46:50下载
- 积分:1
-
Fast-a-Robust-Super-Resolution(BTV)
Fast_and_Robust_Multi-Frame_Super-Resolution这篇文章的算法实现。内含BTV算法和改进的btv算法实现超分辨率重建。(This article Fast_and_Robust_Multi-Frame_Super-Resolution algorithm. Containing BTV algorithm and improved the btv algorithm to achieve super-resolution reconstruction.)
- 2021-05-13 04:30:02下载
- 积分:1
-
HarrisCorner
对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法:
1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数;
2. 只能用C/C++,不能用其他语言;
3. GUI 只能用自带的HighGUI,不能用QT 或其他的;
4. 平台可以用Windows, Linux, MacOS;
5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色
展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件;
6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
- 2016-01-04 12:44:23下载
- 积分:1