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

📄 qccfiltermatrixseparable.3

📁 spiht for linux this is used to decod and encode vedio i wich all enjoy
💻 3
字号:
.TH QCCFILTERMATRIXSEPARABLE 3 "QCCPACK" "".SH NAMEQccFilterMatrixSeparable \- perform separable FIR filtering of atwo-dimensional signal.SH SYNOPSIS.B #include "libQccPack.h".sp.BI "int QccFilterMatrixSeparable(const QccMatrix " input_matrix ", QccMatrix " output_matrix ", int " num_rows ", int " num_cols ", const QccFilter *" horizontal_filter ", const QccFilter *" vertical_filter ", int " boundary_extension );.SH DESCRIPTION.B QccFilterMatrixSeparable()implements the separable two-dimensional FIR filtering of a two-dimensional signal..I horizontal_filtergives the one-dimensional FIR filter for filtering along therows (i.e., in the horizontal direction);.I vertical_filtergives the one-dimensional FIR filter for filtering along thecolumns (i.e., in the vertical direction)..I input_matrixis the two-dimensional input signal (of.B QccMatrixdata type, size.I num_rowsrows by.I num_colscolumns) to be filtered, and.I output_matrixis the resulting filtered signal.Sufficient storage space for.I output_matrixmust be allocated(by a call to.BR QccMatrixAlloc (3))prior to calling.BR QccFilterMatrixSeparable() ..LPThe FIR filtering operation is implemented bytime-domain convolutions, one for each row and column in theinput signal.These convolutions are implemented by calls to.BR QccFilterVector (3)for each row and column..I boundary_extensioninforms.B QccFilterMatrixSeparable()of the method to employ to handle the left and right signal boundaries inthese convolutions.See .BR QccFilterVector (3)for the possible values of.IR boundary_extension ..SH "RETURN VALUE".B QccFilterMatrixSeparable()returns 0 on success, 1 on failure..SH "SEE ALSO".BR QccFilterVector (3),.BR QccFilter (3),.BR QccMatrix (3),.BR QccPack (3).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 + -