ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.analysis Namespace / CBlkWTDataFloat Class
Fields Properties Methods


In This Topic
    CBlkWTDataFloat Class Members
    In This Topic

    The following tables list the members exposed by CBlkWTDataFloat.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public FieldThe value by which the absolute value of the data has to be divided in order to get the real absolute value. This value is useful to obtain the complement of 2 representation of a coefficient that is currently using the sign-magnitude representation. (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe height of the code-block (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe vertical index of the code-block, within the subband (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe number of magnitude bits in the integer representation. This is only used for quantized wavelet data. (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe horizontal index of the code-block, within the subband (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldNumber of ROI magnitude bit-planes (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldNumber of ROI coefficients in the code-block (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe offset in the array of the top-left coefficient (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe subband in which this code-block is found (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe width of the scanlines used to store the data in the array (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe quantization step size of the code-block. The value is updated by the quantizer module (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe horizontal coordinate of the upper-left corner of the code-block (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe vertical coordinate of the upper left corner of the code-block (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe width of the code-block (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Public FieldThe WMSE scaling factor (multiplicative) to apply to the distortion measures of the data of this code-block. By default it is 1. (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Returns the array containing the data, or null if there is no data array. The returned array is a float array. Sets the data array to the specified one. The provided array must be a float array, otherwise a ClassCastException is thrown. The size of the array is not checked for consistency with the code-block dimensions.  
    Public PropertyReturns the array containing the data, or null if there is no data array. Sets the data array to the specified one. The size of the array is not checked for consistency with the code-block dimensions. This method is more efficient than 'setData()'.  
    Public PropertyOverridden. Returns the identifier of this data type, TYPE_FLOAT, as defined in DataBlk.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a string of informations about the DataBlk (Inherited from CSJ2K.j2k.wavelet.analysis.CBlkWTData)
    Top
    See Also