📄 qccvectordct.3
字号:
.TH QCCVECTORDCT 3 "QCCPACK" "".SH NAMEQccVectorDCT, QccVectorInverseDCT\- one-dimensional discrete cosine transform (DCT) and inverse tranform of a signal vector.SH SYNOPSIS.B #include "libQccPack.h".sp.BI "int QccVectorDCT(const QccVector " input_signal ", QccVector " output_signal ", int " signal_length );.br.BI "int QccVectorInverseDCT(const QccVector " input_signal ", QccVector " output_signal ", int " signal_length );.SH DESCRIPTION.B QccVectorDCT()calculates the one-dimensional discrete cosine transform (DCT) of.IR input_signal .The result is returned in.IR output_signal ,which must be allocated prior to calling.BR QccVectorDCT() .Both .I input_signaland.I output_signalhave the same length,.IR signal_length ..LP.B QccVectorInverseDCT()calculates the inverse DCT of.IR input_signal ,returning its results in.IR output_signal ..SH "RETURN VALUE"Both.B QccVectorDCT()and.B QccVectorInverseDCT()return 0 on success, 1 on error..SH "SEE ALSO".BR QccVector (3),.BR QccPack (3)A. K. Jain,.IR "Fundamentals of Digital Image Processing" .Englewood Cliffs, NJ: Prentice Hall, 1989..SH NOTESBoth.B QccVectorDCT()and.B QccVectorInverseDCT()use very slow, yet straightforward, implementationsof the DCT and IDCT..SH AUTHORCopyright (C) 1997-2005 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 + -