文件名称:wavelet_JPEG2000
- 所属分类:
- Dephi控件源码
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-07-25
- 文件大小:
- 431kb
- 下载次数:
- 0次
- 提 供 者:
- K87****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Delphi:基于小波的JPEG2000图像压缩技术实例,由Delphi源代码实现,内含了小波动态连接库(vc实现),Delphi可借用这个类库。
首先必须注意的是,在小波变换的时候采用的是串行工作方式
这样一来,对于高速缓存的利用是十分低效率的,却可以节省不少的空间。
BIT.H BIT.C - 是有关比特位操作的代码
WAVELET.H WAVELET.C - 是小波操作的代码
函数输出: 函数返回转换象素的数目
1) Num:需要转换的连续象素的署名女
3)Y, Cb, Cr:同样是指针,分别指向三个结果的存放空间
-Delphi: JPEG2000 wavelet-based image compression techniques instance, achieved by the Delphi source code that contains the wavelet dynamic link library (vc achieve), Delphi can borrow this library.
First, it must be noted that, when the wavelet transform is used in a serial mode of operation
Thus, the use of cache efficiency is very low, it can save a lot of space.
BIT.H BIT.C- is a bit of code related operations
WAVELET.H WAVELET.C- is the code of wavelet operations
Output function: The function returns the number of pixels to convert
1) Num: women need to convert signature consecutive pixels
3) Y, Cb, Cr: same pointer, pointing to three storage space results
首先必须注意的是,在小波变换的时候采用的是串行工作方式
这样一来,对于高速缓存的利用是十分低效率的,却可以节省不少的空间。
BIT.H BIT.C - 是有关比特位操作的代码
WAVELET.H WAVELET.C - 是小波操作的代码
函数输出: 函数返回转换象素的数目
1) Num:需要转换的连续象素的署名女
3)Y, Cb, Cr:同样是指针,分别指向三个结果的存放空间
-Delphi: JPEG2000 wavelet-based image compression techniques instance, achieved by the Delphi source code that contains the wavelet dynamic link library (vc achieve), Delphi can borrow this library.
First, it must be noted that, when the wavelet transform is used in a serial mode of operation
Thus, the use of cache efficiency is very low, it can save a lot of space.
BIT.H BIT.C- is a bit of code related operations
WAVELET.H WAVELET.C- is the code of wavelet operations
Output function: The function returns the number of pixels to convert
1) Num: women need to convert signature consecutive pixels
3) Y, Cb, Cr: same pointer, pointing to three storage space results
(系统自动生成,下载前可以参看下载内容)
下载文件列表
wavelet_JPEG2000\Image_Form.dcu
................\Image_Form.ddp
................\Image_Form.dfm
................\Image_Form.pas
................\Image_Form.~ddp
................\Image_Form.~dfm
................\Image_Form.~pa
................\Image_Form.~pas
................\Symbol.ico
................\WAVELET.dcu
................\wavelet.dll
................\wavelet.ilk
................\WAVELET.PAS
................\WAVELET.~PAS
................\Wavelet_Form.dcu
................\Wavelet_Form.ddp
................\Wavelet_Form.dfm
................\Wavelet_Form.pas
................\Wavelet_Form.~ddp
................\Wavelet_Form.~dfm
................\Wavelet_Form.~pas
................\Wavelet_JPEG2000.cfg
................\Wavelet_JPEG2000.dof
................\Wavelet_JPEG2000.dpr
................\Wavelet_JPEG2000.res
................\Wavelet_JPEG2000.~dpr
................\小波动态连接库(vc实现)\BIT.C
................\........................\BIT.H
................\........................\DLL\Debug\bit.obj
................\........................\...\.....\bit.sbr
................\........................\...\.....\dll.bsc
................\........................\...\.....\dll.pch
................\........................\...\.....\mchannel.obj
................\........................\...\.....\mchannel.sbr
................\........................\...\.....\vc60.idb
................\........................\...\.....\vc60.pdb
................\........................\...\.....\wavelet.exp
................\........................\...\.....\wavelet.lib
................\........................\...\.....\wavelet.obj
................\........................\...\.....\wavelet.pdb
................\........................\...\.....\wavelet.sbr
................\........................\...\dll.dsp
................\........................\...\DLL.DSW
................\........................\...\DLL.ncb
................\........................\...\DLL.OPT
................\........................\...\dll.plg
................\........................\MAIN.C
................\........................\MAIN.C.bak
................\........................\MCHANNEL.C
................\........................\MCHANNEL.H
................\........................\readme.txt
................\........................\WAVELET.C
................\........................\WAVELET.DSP
................\........................\WAVELET.DSW
................\........................\WAVELET.H
................\........................\WAVELET.ncb
................\........................\WAVELET.OPT
................\........................\DLL\Debug
................\........................\Debug
................\........................\DLL
................\小波动态连接库(vc实现)
wavelet_JPEG2000