⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qccimgimagecomponentlbt.3

📁 spiht for linux this is used to decod and encode vedio i wich all enjoy
💻 3
字号:
.TH QCCIMGIMAGECOMPONENTLBT 3 "QCCPACK" "".SH NAMEQccIMGImageComponentLBT, QccIMGImageComponentInverseLBT\- lapped biorthogonal transform and inverse for an image component.SH SYNOPSIS.B #include "libQccPack.h".sp.BI "int QccIMGImageComponentLBT(const QccIMGImageComponent *" image1 ", QccIMGImageComponent *" image2 ", int " overlap_sample ", int " block_size ", double " smooth_factor );.br.BI "int QccIMGImageComponentInverseLBT(const QccIMGImageComponent *" image1 ", QccIMGImageComponent *" image2 ", int " overlap_sample ", int " block_size ", double " smooth_factor );.SH DESCRIPTION.B QccIMGImageComponentLBT()calculates the lapped biorthogonal transform (LBT) of.IR input1 .The result is returned in.IR image2 ,which must be allocated prior to calling.BR QccIMGImageComponentLBT() .Both .I image1and.I image2have the same number of rows and columns..LP.B QccIMGImageComponentInverseLBT()calculates the inverse LBT of.IR image1 ,returning its results in.IR image2 ..LPFor both.BR QccIMGImageComponentLBT() and.BR QccIMGImageComponentInverseLBT() ,.IR overlap_sampleand.IR smooth_factorare parameters to the prefilter and postfilter of the LBT(see "ALGORITHM" below), while.IR block_sizeis the size of the blocks used for the DCT..SH "RETURN VALUE"Both.B QccIMGImageComponentLBT()and.B QccIMGImageComponentInverseLBT()return 0 on success, 1 on error..SH ALGORITHMThe lapped biorthogonal transform (LBT) implemented by these routineswas proposed by Tran.IR "et al".In essence, the forward transform consists of a smoothing prefilter followedby a block-based DCT.The inverse is then a block-based inverse DCT followed by a correspondingpostfilter.The prefilter is intended to reduce intra-block andinter-block correlation of the block-based DCT coefficients..LPThe parameters to the prefilter and postfilter operations are.IR overlap_sample ,which is the number of samples of overlap between DCT blocks in theprefilter and postfiler, and.IR smooth_factor ,which is the smoothing constant for the prefilter and postfilter.Although performance can varying for these parameters, sugegsted valuesare.IR overlap_sample " = " block_size "/2"and.IR smooth_factor " = 1.333333..SH "SEE ALSO".BR QccIMGImageComponentDCT (3),.BR QccPackIMG (3),.BR QccPack (3)T. D. Tran, J. Liang, and C. Tu, "Lapped transform via time-domainpre- and post-filtering,".IR "IEEE Transactions on Signal Processing" ,vol. 51, no. 6, pp. 1557-1571, June 2003.C. Tu and T. D. Tran, "Context-based entropy coding ofblock transform coefficients for image compression,".IR "IEEE Transactions on Image Processing" ,vol. 11, no. 11, pp. 1271-1283, November 2002..SH AUTHORCopyright (C) 1997-2009  James E. Fowler.\"  The programs herein are free software; you can redistribute them an.or.\"  modify them under the terms of the GNU General Public License.\"  as published by the Free Software Foundation; either version 2.\"  of the License, or (at your option) any later version..\"  .\"  These programs are distributed in the hope that they will be useful,.\"  but WITHOUT ANY WARRANTY; without even the implied warranty of.\"  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the.\"  GNU General Public License for more details..\"  .\"  You should have received a copy of the GNU General Public License.\"  along with these programs; if not, write to the Free Software.\"  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -