HDK
|
#include <filter.h>
Public Attributes | |
const char * | name |
name of the filter More... | |
int | dim |
dimensionality: 1 or 2 More... | |
float | width |
Recommended width or window. More... | |
bool | fixedwidth |
Is the width the only one that makes sense? More... | |
bool | scalable |
Is it scalable (otherwise, the width is a window)? More... | |
bool | separable |
Is it separable? (only matters if dim==2) More... | |
bool FilterDesc::fixedwidth |
bool FilterDesc::scalable |
bool FilterDesc::separable |