搜索资源列表
DCT_ColorSegmentation
- 本文件包含有DCT转换(一维DCT转换,二维DCT转换),彩色图像(RGB)的segmentation。代码用visual c++编写,可以直接运行。-This file contains one dimensionaland two dimensional DCT transformation and color based image segmentation. Algorithms developed in the environment of visual c++, can be run
DiscreteCosineTransform
- iscrete Cosine Tranform Implementation in C# (DCT of Image)
FreqCalculate
- 各种变换:// FFT() - 一维快速付立叶变换 // IFFT() - 一维快速付立叶逆变换 // Fourier() - 二维快速傅立叶变换 // IFourier() - 二维快速傅立叶逆变换 // DCT() - 一维快速离散余弦变换 // IDCT() - 一维快速离散余弦逆变换 // FreqDCT() - 二维快速离散余弦变换 // IFreqDCT() - 二维快速离散余弦逆变换,图象的二维离散小波变换-Var
DCT
- DCT c++ source file name DCT.cpp (DCT, Fast DCT, chenDCT)
DCT2D
- 此程序用C语言写的DCT变换。DCT变换 DCT变换的全称是离散余弦变换(Discrete Cosine Transform),是指将一组光强数据转换成频率数据,以便得知强度变化的情形。若对高频的数据做些修饰,再转回原来形式的数据时,显然与原始数据有些差异,但是人类的眼睛却是不容易辨认出来。-DCT transform of this program written in C language. The full name of the DCT DCT transform is discrete
ShowBit
- c++实现的数字图像处理程序,包括平移,剪切,锐化,模糊,傅里叶变换,dct变换等-c++ implementation of digital image processing procedures, including pan, cut, sharpen, blur, Fourier transform, dct transform
DCT
- 本文檔為離散餘弦轉換代碼,使用Borland C++ Builder為撰寫及編譯工具,適用於二維圖像。-This program is written by Borland C++ Builder, and is used for achieving DCT transfer for 2D image.