jcuda.jnpp
Class NppiColorConvMode

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

public class NppiColorConvMode
extends java.lang.Object

Color Conversion Modes


Field Summary
static int NPPI_FROM_RGB_TO_YCBCR
           
static int NPPI_FROM_YCBCR_TO_RGB
           
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given NppiColorConvMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NPPI_FROM_RGB_TO_YCBCR

public static final int NPPI_FROM_RGB_TO_YCBCR
See Also:
Constant Field Values

NPPI_FROM_YCBCR_TO_RGB

public static final int NPPI_FROM_YCBCR_TO_RGB
See Also:
Constant Field Values
Method Detail

stringFor

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

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