public static class ImgProc.ConvolveThread
extends java.lang.Thread
| Constructor and Description |
|---|
ConvolveThread(byte[][][] A,
float[][][] k,
int start,
int end) |
ConvolveThread(byte[][][] A,
float[][][] k,
int skipval,
int start,
int end) |
ConvolveThread(float[][][] A,
float[][][] k,
int start,
int end) |
ConvolveThread(int[][][] A,
float[][][] k,
int start,
int end) |
ConvolveThread(short[][][] A,
float[][][] k,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
byte[][][] |
getOutputByte() |
float[][][] |
getOutputFloat() |
int[][][] |
getOutputInt() |
short[][][] |
getOutputShort() |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic ConvolveThread(byte[][][] A,
float[][][] k,
int skipval,
int start,
int end)
public ConvolveThread(byte[][][] A,
float[][][] k,
int start,
int end)
public ConvolveThread(short[][][] A,
float[][][] k,
int start,
int end)
public ConvolveThread(int[][][] A,
float[][][] k,
int start,
int end)
public ConvolveThread(float[][][] A,
float[][][] k,
int start,
int end)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic byte[][][] getOutputByte()
public short[][][] getOutputShort()
public int[][][] getOutputInt()
public float[][][] getOutputFloat()