CSJ2K.j2k.wavelet.Subband.Subband C# (CSharp) Method

Subband() public method

Creates a Subband element with all the default values. The dimensions are (0,0), the upper left corner is (0,0) and the upper-left corner with respect to the canvas is (0,0) too.
public Subband ( ) : System
return System
        public Subband()
        {
        }

Same methods

Subband::Subband ( int w, int h, int ulcx, int ulcy, int lvls, WaveletFilter hfilters, WaveletFilter vfilters ) : System