jcuda.jnpp
Class FilteringMethod

java.lang.Object
  extended by jcuda.jnpp.FilteringMethod

 class FilteringMethod
extends java.lang.Object

Filtering methods.


Field Summary
static int NPPI_INTER_CUBIC
          Cubic interpolation.
static int NPPI_INTER_LANCZOS
          Lanczos filtering.
static int NPPI_INTER_LINEAR
          Linear interpolation.
static int NPPI_INTER_NN
          Nearest neighbor filtering.
static int NPPI_INTER_SUPER
          ???
static int NPPI_SMOOTH_EDGE
          Smooth edge filtering.
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given FilteringMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NPPI_INTER_NN

public static final int NPPI_INTER_NN
Nearest neighbor filtering.

See Also:
Constant Field Values

NPPI_INTER_LINEAR

public static final int NPPI_INTER_LINEAR
Linear interpolation.

See Also:
Constant Field Values

NPPI_INTER_CUBIC

public static final int NPPI_INTER_CUBIC
Cubic interpolation.

See Also:
Constant Field Values

NPPI_INTER_SUPER

public static final int NPPI_INTER_SUPER
???

See Also:
Constant Field Values

NPPI_INTER_LANCZOS

public static final int NPPI_INTER_LANCZOS
Lanczos filtering.

See Also:
Constant Field Values

NPPI_SMOOTH_EDGE

public static final int NPPI_SMOOTH_EDGE
Smooth edge filtering.

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int m)
Returns the String identifying the given FilteringMethod

Parameters:
m - The FilteringMethod
Returns:
The String identifying the given FilteringMethod