public class ByteKernel extends java.lang.Object
ByteKernel(int w, int h, byte[] data)
byte
get(int row, int col)
byte[]
getData()
int
getHeight()
getWidth()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteKernel(int w, int h, byte[] data)
w
h
data
public byte[] getData()
public int getWidth()
public int getHeight()
public byte get(int row, int col)
row
col