public class ForwCompTransfSpec extends CompTransfSpec implements FilterTypes
CompTransfSpec
Modifier and Type | Field and Description |
---|---|
private String |
defaultValue |
compDef, def, nComp, nTiles, SPEC_COMP_DEF, SPEC_DEF, SPEC_TILE_COMP, SPEC_TILE_DEF, SPEC_TYPE_COMP, SPEC_TYPE_TILE, SPEC_TYPE_TILE_COMP, specified, specType, specValType, tileCompVal, tileDef
CUSTOM, W5X3, W9X7
Constructor and Description |
---|
ForwCompTransfSpec(int nt,
int nc,
byte type,
AnWTFilterSpec wfs,
J2KImageWriteParamJava wp,
String values)
Constructs a new 'ForwCompTransfSpec' for the specified number of
components and tiles and the arguments of optName
option.
|
Modifier and Type | Method and Description |
---|---|
private int |
getFilterType(int t,
AnWTFilterSpec wfs)
Get the filter type common to all component of a given tile.
|
isCompTransfUsed
clone, getCompDef, getCopy, getDefault, getSpec, getSpecValType, getTileCompVal, getTileDef, isCompSpecified, isTileCompSpecified, isTileSpecified, parseIdx, rotate90, setCompDef, setDefault, setTileCompVal, setTileDef
private String defaultValue
public ForwCompTransfSpec(int nt, int nc, byte type, AnWTFilterSpec wfs, J2KImageWriteParamJava wp, String values)
This constructor chose the component transformation type depending on the wavelet filters : RCT with w5x3 filter and ICT with w9x7 filter. Note: All filters must use the same data type.
nt
- The number of tilesnc
- The number of componentstype
- the type of the specification module i.e. tile specific,
component specific or both.wfs
- The wavelet filter specificationsprivate int getFilterType(int t, AnWTFilterSpec wfs)
t
- The tile indexwfs
- The analysis filters specificationsCopyright © 2016 Open Microscopy Environment