![]() |
Community Core Vision 1.4
Cross platform, user friendly computer vision.
|
#include <GPUImageFilter.h>
Public Member Functions | |
| GPUImageFilter (const char *fname, int outputWidth, int outputHeight) | |
| GLuint | apply (GLuint inputTexture, GLuint inputTexture2=0) |
| void | drawOutputTexture (float x, float y, float w, float h) |
| void | setOutputSize (int x, int y) |
| virtual | ~GPUImageFilter () |
Public Attributes | |
| GLuint | output_buffer |
| GLuint | output_texture |
| std::map< std::string, FilterParameter * > | parameters |
Definition at line 35 of file GPUImageFilter.h.
| GPUImageFilter::GPUImageFilter | ( | const char * | fname, |
| int | outputWidth, | ||
| int | outputHeight | ||
| ) |
Definition at line 49 of file GPUImageFilter.cpp.
| GPUImageFilter::~GPUImageFilter | ( | ) | [virtual] |
Definition at line 242 of file GPUImageFilter.cpp.
| GLuint GPUImageFilter::apply | ( | GLuint | inputTexture, |
| GLuint | inputTexture2 = 0 |
||
| ) |
Definition at line 121 of file GPUImageFilter.cpp.
| void GPUImageFilter::drawOutputTexture | ( | float | x, |
| float | y, | ||
| float | w, | ||
| float | h | ||
| ) |
Definition at line 225 of file GPUImageFilter.cpp.
| void GPUImageFilter::setOutputSize | ( | int | x, |
| int | y | ||
| ) | [inline] |
Definition at line 61 of file GPUImageFilter.h.
Definition at line 51 of file GPUImageFilter.h.
Definition at line 52 of file GPUImageFilter.h.
| std::map<std::string, FilterParameter*> GPUImageFilter::parameters |
Definition at line 53 of file GPUImageFilter.h.
1.7.4