public static class DwOpticalFlow.Frame extends Object
Modifier and Type | Field and Description |
---|---|
DwPixelFlow |
context |
DwGLTexture |
frame |
DwGLTexture |
sobelH |
DwGLTexture |
sobelV |
DwGLTexture |
tmp |
DwGLTexture |
velocity |
Constructor and Description |
---|
Frame() |
Modifier and Type | Method and Description |
---|---|
void |
clear(float v) |
void |
release() |
void |
resize(DwPixelFlow context_,
int w,
int h,
boolean grayscale) |
public DwPixelFlow context
public DwGLTexture frame
public DwGLTexture sobelH
public DwGLTexture sobelV
public DwGLTexture velocity
public DwGLTexture tmp
public void release()
public void clear(float v)
public void resize(DwPixelFlow context_, int w, int h, boolean grayscale)
Processing library PixelFlow by Thomas Diewald. (c) 2017