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

📄 qccwavwaveletlwt2dint.3

📁 spiht for linux this is used to decod and encode vedio i wich all enjoy
💻 3
字号:
.TH QCCWAVWAVELETLWT2DINT 3 "QCCPACK" "".SH NAMEQccWAVWaveletLWT2DInt, QccWAVWaveletInverseLWT2DInt \-forward and inverse separable 2D integer-valued lazy wavelet transform.SH SYNOPSIS.B #include "libQccPack.h".sp.BI "int QccWAVWaveletLWT2DInt(const QccMatrixInt " input_matrix ", QccMatrixInt " output_matrix ", int " num_rows ", int " num_cols ", int " origin_row ", int " origin_col ", int " subsample_pattern_row ", int " subsample_pattern_col );.br.BI "int QccWAVInverseWaveletLWT2DInt(const QccMatrixInt " input_matrix ", QccMatrixInt " output_matrix ", int " num_rows ", int " num_cols ", int " origin_row ", int " origin_col ", int " subsample_pattern_row ", int " subsample_pattern_col );.SH DESCRIPTION.B QccWAVWaveletLWT2DInt()implements a separable lazy wavelet transform (LWT).Essentially, the.I input_matrixis partitioned into four subsets: the even-row-even-column samples,the even-row-odd-column samples, the odd-row-even-column samples, andthe odd-row-odd-column samples.These four subsets lie in the four quadrants of.IR output_matrix ..LP.I origin_rowand.I origin_colgive the row and column index numbers of the upper-left-corner sample of.IR input_matrix and are used to determine the phases of subsampling in eachlevel of the signal decomposition.In most cases,.I input_matrixstarts at (0, 0), so.I origin_rowand.I origin_colare both 0..LP.I subsample_pattern_rowand.I subsample_pattern_colmay both be either.B QCCWAVWAVELET_PHASE_EVENor.BR QCCWAVWAVELET_PHASE_ODD ,indicating whether even- or odd-phase subsampling is desiredalong each row and column, respectively.In the usual case, even subsampling is normally used..LPIn the case that.I num_rowsis even, all four "subbands" of the LWThave the same number of rows.  On the other hand, if.I num_rowsis odd, two of the four subbands will be one row longerthan the others. Which subbands will be longer will depend onwhether .IR origin_rowis odd or even.Likewise,.I num_colsand.I origin_coldetermine if the subbands have the same number of columns, andwhich ones are wider if not..LP.BR QccWAVWaveletLWT2DInt()is implemented as a separable decomposition using 1D LWTs via callsto.BR QccWAVWaveletLWTInt ()..LP.BR QccWAVWaveletInverseLWT2DInt()performs the opposite operation as.BR QccWAVWaveletLWT2DInt() .That is, the subbands are extracted from.I input_matrixand "interleaved" to produce.IR output_matrix ..LPFor both of these routines,.I output_matrixmust be allocated to sufficient size before calling the routine..SH "RETURN VALUES"Both.BR QccWAVWaveletLWT2DInt()and.BR QccWAVWaveletInverseLWT2DInt()return 0 on success and 1 on error..SH "SEE ALSO".BR QccWAVWaveletLWTInt (3),.BR QccWAVWaveletInverseLWTInt (3),.BR QccPackWAV (3),.BR QccPack (3).LPI. Daubechies and W. Sweldens,"Factoring Wavelet Transforms Into Lifting Steps,".IR "J. Fourier Anal. Appl." ,vol. 4, no. 3, pp. 245-267, 1998..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 + -