#include <ipPlugin.h>
Inheritance diagram for ipPlugin:
Public Methods | |
ipPlugin (const char *plugin_file) | |
Constructor. More... | |
~ipPlugin () | |
Destructor. More... | |
pluginReturnType | processId (int id, Picture **in, Picture *out, float *params, void *result) |
Process image using operation referenced by Id. More... | |
void | printInfo (void) |
Print plugin information to stdout. More... |
|
Constructor.
|
|
Destructor. Deletes the instance of the class. |
|
Print plugin information to stdout.
Implements Plugin. |
|
Process image using operation referenced by Id.
Implements Plugin. |