#include <rvcfilt.h>
Inheritance diagram for RVCFILTINFO:

Public Member Functions | |
| RVCFILTINFO () | |
| RVCFILTINFO (const RVCGENINFO &ginfo) | |
| RVCFILTINFO & | operator= (const RVCGENINFO &ginfo) |
| void | Clear () |
Public Attributes | |
| DOUBLE | scale |
| DOUBLE | offset |
| DOUBLE | mininputthresh |
| DOUBLE | maxinputthresh |
| DOUBLE | minoutputthresh |
| DOUBLE | maxoutputthresh |
| UINT8 | filttype |
| UINT8 | numfilters |
| UINT16 | filtflags |
| INT16 | filtlins [16] |
| INT16 | filtcols [16] |
| INT16 | centlin [16] |
| INT16 | centcol [16] |
| UINT8 | version |
| UINT8 | spare [3] |
| DOUBLE | boost |
Definition at line 44 of file rvcfilt.h.
|
|
|
|
|
|
|
|
Reimplemented from RVCGENINFO. |
|
|
|
|
|
|
|
|
Column number of focus for filter #1 - #16.
|
|
|
Line number of focus for filter #1 - #16.
|
|
|
Column lengths for filter #1 - #16.
|
|
|
|
|
|
Line lengths for filter #1 - #16.
|
|
|
Type: 0-user-def, 1-grad, 2-median, 3-modal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Number of filter matrices stored (max 16).
|
|
|
|
|
|
|
|
|
Pack structure to a multiple of 8 bytes.
|
|
|
|
1.3.4-20031026