jj2000.j2k.wavelet
Interface FilterTypes


public interface FilterTypes

This interface defines the identifiers for the different types of filters that are supported.

The identifier values are the same as those used in the codestream syntax, for the filters that are defined in the standard.


Field Summary
static int CUSTOM
          User-defined filter: -1
static int W5X3
          W5x3 filter: 0x01
static int W9X7
          W7x9 filter: 0x00
 

Field Detail

W9X7

public static final int W9X7
W7x9 filter: 0x00

W5X3

public static final int W5X3
W5x3 filter: 0x01

CUSTOM

public static final int CUSTOM
User-defined filter: -1