, including all inherited members.
avgActivate() | TomGine::tgImageProcessor | |
avgDeactivate() | TomGine::tgImageProcessor | |
avgGet(float *avg, int lvl=0) | TomGine::tgImageProcessor | |
avgGetResolution() | TomGine::tgImageProcessor | [inline] |
copy(const tgTexture &source, tgTexture &result) | TomGine::tgImageProcessor | |
drawQuad(float w, float h) | TomGine::tgImageProcessor | [private] |
drawQuadUpsideDown(float w, float h) | TomGine::tgImageProcessor | [private] |
fbo | TomGine::tgImageProcessor | [private] |
fbo_res | TomGine::tgImageProcessor | [private] |
fbo_stage | TomGine::tgImageProcessor | [private] |
fbo_tex | TomGine::tgImageProcessor | [private] |
fbo_tex_depth | TomGine::tgImageProcessor | [private] |
flipUpsideDown(const tgTexture &source, tgTexture &result) | TomGine::tgImageProcessor | |
gauss(const tgTexture &source, tgTexture &result) | TomGine::tgImageProcessor | |
getHeight() | TomGine::tgImageProcessor | [inline] |
getWidth() | TomGine::tgImageProcessor | [inline] |
init(unsigned width, unsigned height) | TomGine::tgImageProcessor | [private] |
initFBO(int res) | TomGine::tgImageProcessor | [private] |
initShader(float width, float height) | TomGine::tgImageProcessor | |
m_avg_init | TomGine::tgImageProcessor | [private] |
m_cam_ortho | TomGine::tgImageProcessor | [private] |
m_cam_ortho_fbo | TomGine::tgImageProcessor | [private] |
m_height | TomGine::tgImageProcessor | [private] |
m_shadeGauss | TomGine::tgImageProcessor | [private] |
m_shadeSobel | TomGine::tgImageProcessor | [private] |
m_shadeSpreading | TomGine::tgImageProcessor | [private] |
m_shadeThinning | TomGine::tgImageProcessor | [private] |
m_width | TomGine::tgImageProcessor | [private] |
render(const tgTexture &tex) | TomGine::tgImageProcessor | |
setCamOrtho() | TomGine::tgImageProcessor | |
sobel(const tgTexture &source, tgTexture &result, float threshold=0.01, bool normalise=false, bool binary=false) | TomGine::tgImageProcessor | |
sobel(const tgTexture &source, tgTexture &result, tgTexture &mask, float threshold=0.01, bool normalize=false, bool binary=false) | TomGine::tgImageProcessor | |
spreading(const tgTexture &source, tgTexture &result) | TomGine::tgImageProcessor | |
tgImageProcessor(const char *gauss_frag_file, const char *sobel_frag_file, const char *thinning_frag_file, const char *spreading_frag_file, unsigned img_width, unsigned img_height, int avg_resolution) | TomGine::tgImageProcessor | |
thinning(const tgTexture &source, tgTexture &result) | TomGine::tgImageProcessor | |
thinning(const tgTexture &source, tgTexture &result, tgTexture &mask) | TomGine::tgImageProcessor | |
transform(float i, float j, float *ix, float *iy) | TomGine::tgImageProcessor | [private] |
~tgImageProcessor() | TomGine::tgImageProcessor | |