jcuda.jnpp
Class NppiHaarBuffer

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

public class NppiHaarBuffer
extends java.lang.Object

TODO: Not implemented yet!


Field Summary
 java.nio.Buffer haarBuffer
          buffer
 int haarBufferSize
          size of the buffer
 
Constructor Summary
NppiHaarBuffer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

haarBufferSize

public int haarBufferSize
size of the buffer


haarBuffer

public java.nio.Buffer haarBuffer
buffer

Constructor Detail

NppiHaarBuffer

public NppiHaarBuffer()