HDK
|
#include <GU_Trace.h>
Public Attributes | |
IMG_Raster * | raster |
int | thresh |
bool | doResample |
float | stepsize |
bool | doSmooth |
float | cornerDelta |
bool | removeBorder |
int | borderWidth |
bool | firstPixelValueBoundary = true |
int | boundaryValue |
Definition at line 8 of file GU_Trace.h.
int GU_TraceParms::borderWidth |
Definition at line 22 of file GU_Trace.h.
int GU_TraceParms::boundaryValue |
Definition at line 28 of file GU_Trace.h.
float GU_TraceParms::cornerDelta |
Definition at line 19 of file GU_Trace.h.
bool GU_TraceParms::doResample |
Definition at line 15 of file GU_Trace.h.
bool GU_TraceParms::doSmooth |
Definition at line 18 of file GU_Trace.h.
bool GU_TraceParms::firstPixelValueBoundary = true |
Use pixel (0,0) as a boundary value NOTE: The true default is just for HDK backward compatibility. You probably want to set this to false and set boundaryValue to 0 or 255.
Definition at line 27 of file GU_Trace.h.
IMG_Raster* GU_TraceParms::raster |
Definition at line 12 of file GU_Trace.h.
bool GU_TraceParms::removeBorder |
Definition at line 21 of file GU_Trace.h.
float GU_TraceParms::stepsize |
Definition at line 16 of file GU_Trace.h.
int GU_TraceParms::thresh |
Definition at line 13 of file GU_Trace.h.