CSJ2K.j2k.roi.encoder.ROIScaler.getAnSubbandTree C# (CSharp) Метод

getAnSubbandTree() публичный Метод

Returns a reference to the subband tree structure representing the subband decomposition for the specified tile-component.
public getAnSubbandTree ( int t, int c ) : SubbandAn
t int The index of the tile. /// ///
c int The index of the component. /// ///
Результат CSJ2K.j2k.wavelet.analysis.SubbandAn
        public virtual SubbandAn getAnSubbandTree(int t, int c)
        {
            return src.getAnSubbandTree(t, c);
        }