-
This document explains how to read the RADARSAT data CD provided with the book...
This document explains how to read the RADARSAT data CD provided with the book
"Digital Processing of Synthetic Aperture Data" by Ian Cumming and Frank Wong,
Artech House, 2005.
On this web site, programs are provided in MATLAB to read the data and parameters
from the CD. The structure of the programs is outlined in Figure 1.
There are two main programs and one function that are used to extract
- 2022-12-06 14:20:03下载
- 积分:1
-
可以选择各种压缩方式对读入的图像进行压缩和解压,参考JPEG压缩方式。具有MFC的界面。并且可以保存图像。...
可以选择各种压缩方式对读入的图像进行压缩和解压,参考JPEG压缩方式。具有MFC的界面。并且可以保存图像。-Can choose a variety of compression of images read into the compression and decompression, reference JPEG compression. Interface with MFC. And images can be saved.
- 2022-04-19 11:29:03下载
- 积分:1
-
recommended a rapid compression algorithm, I tried to use good, detailed descrip...
推荐一个快速压缩算法,我试着用的不错,详细说明见:http://www.codeguru.com/Cpp/Cpp/algorithms/compression/article.php/c7043/
- 2022-05-18 13:15:38下载
- 积分:1
-
c code for speech code algorithm,and support multi
语音压缩算法 ,C语言编写 多平台 -c code for speech code algorithm,and support multi-platform
- 2022-06-27 15:13:56下载
- 积分:1
-
本程序采用了最简单的方块编码对512×512的lena图像进行了编码.运行程序后可以看出,方块取得越大,图像编码后失真越大。...
本程序采用了最简单的方块编码对512×512的lena图像进行了编码.运行程序后可以看出,方块取得越大,图像编码后失真越大。-This procedure uses the most simple code box 512 × 512 on the lena image coding. After running the program we can see that the box to obtain the greater the greater the distortion image is encoded.
- 2022-04-30 03:31:22下载
- 积分:1
-
图像处理冲的压缩解压的源代码,是用DSP编程得出的结果
图像处理冲的压缩解压的源代码,是用DSP编程得出的结果-Image processing, compression decompression Chong source code
- 2022-04-12 05:26:18下载
- 积分:1
-
在内存中实现zip文件的创建、压缩、解压
在内存中实现zip文件的创建、压缩、解压-In memory compression, decompress zip files! ! !
- 2022-09-01 04:00:02下载
- 积分:1
-
PPMz2 compression of the source
PPMz2压缩方式的源码-PPMz2 compression of the source
- 2023-05-02 03:55:03下载
- 积分:1
-
新的工具条显示地图放大,缩小,图层控制等等功能
新的工具条显示地图放大,缩小,图层控制等等功能-New toolbar displayed map to enlarge, narrow, layer control function, etc.
- 2023-08-10 14:25:02下载
- 积分:1
-
Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying t...
快速排序,快速排序是对冒泡排序的一种改进。它的基本思想是:通过一躺排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一不部分的所有数据都要小,然后再按次方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying through one sorting to sort the data to be split into two independent parts, one part of all of the data than the other one is not part of the all the data should be small, and then meeting the two methods were part of the data quick sort, the entire sorting process can be recursive, and thus the entire data into an orderly sequence.
- 2022-01-25 19:36:20下载
- 积分:1