Next:  Date created
Up:  qmf (Quadrature Mirror 
 Previous:  Description
 
 
 qmf [-sn struct<integer> | 
      -s struct<string> | 
      -sb struct<string>]
     [-f filter-id.<string>] [-d] 
     [-analysis | -synthesis]
     [imagefile]
 - -f
 - 
 	Filter specification file to be used as default filter [f16b]
   
 - -s
 - 
 	Filter structure string, defined as a quad tree.
 	See the module filtertree (CompileFiltStructTree)
 	for a description of the structure.
   
 - -sb
 - 
 	Filterstructure string, defined as a binary tree.
 	See the module filtertree (CompileFiltStructTreeFromBin)
 	for a description of the structure.
   
 - -sn
 - 
 	Filter structure number, between 1 and 11 (default 4).
 	See the module filtertree (BuildFiltStructTree)
 	for a description of the structure.
   
 - -d
 - 
 	Critically decimated filter (default FALSE).
 	When a decimated filter is used, there will be one output frame
 	per input frame (with the same size as the input - a mosaic
 	of the decimated subbands).
 	When a fullrate filter is used, there will be one output
 	frame per subband per input frame - the same size as the 
 	input image.
   
 - -analysis
 - 
 	Analysis filterbank (default TRUE).
   
 - -synthesis
 - 
 	Synthesis filterbank.