HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FilterDesc Class Reference

#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...
 

Detailed Description

Quick structure that describes a filter.

Definition at line 17 of file filter.h.

Member Data Documentation

int FilterDesc::dim

dimensionality: 1 or 2

Definition at line 20 of file filter.h.

bool FilterDesc::fixedwidth

Is the width the only one that makes sense?

Definition at line 22 of file filter.h.

const char* FilterDesc::name

name of the filter

Definition at line 19 of file filter.h.

bool FilterDesc::scalable

Is it scalable (otherwise, the width is a window)?

Definition at line 23 of file filter.h.

bool FilterDesc::separable

Is it separable? (only matters if dim==2)

Definition at line 24 of file filter.h.

float FilterDesc::width

Recommended width or window.

Definition at line 21 of file filter.h.


The documentation for this class was generated from the following file: