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

📄 speckencode3d.1

📁 QccPackSPECK-0.54-1 (release 2007-04-30) is The Set-Partitioning Embedded Block (SPECK) algorithm fo
💻 1
字号:
.TH SPECKENCODE3D 1 "QCCPACK" "".SH NAMEspeckencode3d, speckdecode3d \-encode/decode an image cube using the 3D-SPECK algorithm.SH SYNOPSIS.sp.B speckencode3d.RB "[\|" \-w.IR  wavelet "\|]".RB "[\|" \-b.IR  boundary "\|]".RB "[\|" \-nl.IR  num_levels "\|]".RB "[\|" \-sl.IR  spatial_num_levels "\|]".RB "[\|" \-tl.IR  temporal_num_levels "\|]".RB "[\|" \-m.IR  mask "\|]".RB "[\|" \-vo "\|]".I rate.I icbfile.I bitstream.LP.B speckdecode3d.RB "[\|" \-w.IR  wavelet "\|]".RB "[\|" \-b.IR  boundary "\|]".RB "[\|" \-m.IR  mask "\|]".RB "[\|" \-r.IR  rate "\|]".I bitstream.I icbfile.SH OPTIONS.TP.BI \-w " wavelet"String. Name of the wavelet file.RB ( FBKor.B LFTformat); default = "CohenDaubechiesFeauveau.9-7.lft".TP.BI \-b " boundary"String. Type of boundary extension; default = "symmetric"..TP .BI \-nl " num_levels"Integer. Number of levels of dyadic decomposition; default value is 5 levels..TP .BI \-sl " spatial_num_levels"Integer. Number of levels of dyadic decomposition; no default value..TP .BI \-tl " temporal_num_levels"Integer. Number of levels of dyadic decomposition; no default value..TP.BI \-m " mask"String. Name of file containing the transparency mask forshape-adaptive coding. Default is to not use a mask..TP.BI \-r " rate"Float. Rate at which to stop decoding. Default is to decode untilend of input bitstream is reached..TP.B \-voPrint only the value of the rate to stdout (terse output);default is verbose output..SH DESCRIPTION.LP.B speckencode3dcodes an image cube,.IR icbfile ,using the 3D-SPECK algorithm by Tang.IR "et al" .The 3D-SPECK algorithm involves a 3D DWT followed by a progressive "bitplane" coding of the wavelet coefficients using acube-splitting quantization structure based on octtrees..LPThe transform is either the usual discretewavelet transform (DWT) or a shape-adaptiveDWT (SA-DWT) and can be either a dyadic or wavelet-packetdecomposition; see.BR QccSPECK3DEncode (3)for complete details.Option.B \-wspecifies the wavelet, option.B \-bspecifies the boundary extension.The.B \-moption gives the image-cube file to be used as a transparency maskfor the SA-DWT..I maskmust be a grayscale image cubein which black in this image cube indicates transparency, whiteindicates full opacity, and gray tones are degrees of translucence(see.BR QccAlpha (3)).If the.B \-moption is not given, the usual, full-volume DWT is used..LPThe.BR \-nl ,.BR \-sl ,and.BR \-tloptions determine whether a dyadic or wavelet-packet transform is used.If.B \-nlis specified, a dyadic transform is used. In this case,.IR num_levelsis the number of decompositions in all three directions.If either.B \-slor.BR \-tl ,orboth, is specified, a wavelet-packet transform is used.In this case,.I spatial_num_levelsand.I temporal_num_levelsgive the number of decompositions spatially and temporally, respectively,of the packet transform. If only one of.B \-sland.B \-tlis given, then the same number of decompositionsis used spatially and temporally.In the case that none of.BR \-nl ,.BR \-sl ,and.BR \-tl is specified, then a dyadic decomposition with the default value of.I num_levelsis used..LPThe desired bitrate of the output.I bitstreamis specified by.IR rate ,which is expressed in bits per voxel of the original image..B speckencode3dnormally prints to stdout a small amount of informationconcerning this target bitrate and the actual bitrate achieved.Usually these rates are identical, but may differ slightly.If the .B \-vo(value-only) option is given, all printed output is suppressed except forthe actual bitrate..LP.B speckdecode3dperforms the corresponding decoding using the 3D-SPECK algorithm, decodingthe.I bitstreammade by.B speckencode3dand producinga reconstructed image cube,.IR icbfile .For sane results, .IR wavelet and.IR boundary should be the same as they were for.BR speckencode3d ,and.I maskshould be the same if an SA-DWT was used as the transform.If a decoding rate is specified with the.B \-roption, then.B speckdecode3dstops decoding when.I ratebits per voxel from the input bitstreamhave been decoded. Otherwise, decoding stops when theend of the input bitstream is reached..LP.BR speckencode3dand.BR speckdecode3dcall.BR QccSPECK3DEncode (3)and.BR QccSPECK3DDecode (3),respectively, to perform 3D-SPECK encoding and decoding.Refer to the man pages for these functions for more informationon the details of the QccPack implementation of the 3D-SPECK algorithm..SH "SEE ALSO".BR QccSPECK3DEncode (3),.BR QccSPECK3DDecode (3),.BR QccWAVSubbandPyramid3D (3),.BR QccPackWAV (3),.BR QccPackIMG (3),.BR QccPack (3)X. Tang, W. A. Pearlman, and J. W. Modestino,"Hyperspectral Image Compression Using Three-DimensionalWavelet Coding,"in.IR "Image and Video Communications and Processing" ,Santa Clara, CA, January 2003, Proc. SPIE 5022, pp. 1037-1047.W. A. Pearlman, A. Islam, N. Nagaraj, and A. Said,"Efficient, Low-Complexity Image Coding with a Set-PartitioningEmbedded Block Coder,".IR "IEEE Transactions on Circuits and Systems for Video Technology" ,to appear, 2003.A. Islam and W. A. Pearlman,"An Embedded and Efficient Low-Complexity Hierarchical Image Coder,"in.IR "Visual Communications and Image Processing" ,K. Aizawa, R. L. Stevenson, and Y.-Q. Zhang, Eds., San Jose, CA,January 1999, Proc. SPIE 3653, pp. 294-305.Z. Lu and W. A. Pearlman,"Wavelet Video Coding of Video Object by Object-Based SPECK Algorithm,"in.IR "Proceedings of the Picture Coding Symposium" ,Seoul, Korea, April 2001, pp. 413-416..SH AUTHORCopyright (C) 1997-2007  James E. Fowler.\"  The programs herein are free software; you can redistribute them and/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 + -