cisst-saw
|
#include <oniPlaneSegmentation.h>
Public Member Functions | |
oniPlane () | |
virtual | ~oniPlane () |
void | Allocate (unsigned int width, unsigned int height) |
void | Release () |
void | CopyOf (const oniPlane &other) |
void | RandomizeColor () |
Public Attributes | |
int | ID |
int | Label |
bool | Used |
int | Frame |
int | First |
vctInt2 | CoW |
unsigned int | Area |
svlRect | Rect |
svlSampleImageMono8 * | Mask |
svlSampleImageMono16 * | Dist |
svlSampleImageMono32 * | Hist |
vctFloat4 | Plane |
int | GradX |
int | GradY |
unsigned int | Peak |
svlRGB | Color |
oniPlane::oniPlane | ( | ) |
|
virtual |
void oniPlane::Allocate | ( | unsigned int | width, |
unsigned int | height | ||
) |
void oniPlane::CopyOf | ( | const oniPlane & | other | ) |
void oniPlane::RandomizeColor | ( | ) |
void oniPlane::Release | ( | ) |
unsigned int oniPlane::Area |
svlRGB oniPlane::Color |
vctInt2 oniPlane::CoW |
svlSampleImageMono16* oniPlane::Dist |
int oniPlane::First |
int oniPlane::Frame |
int oniPlane::GradX |
int oniPlane::GradY |
svlSampleImageMono32* oniPlane::Hist |
int oniPlane::ID |
int oniPlane::Label |
svlSampleImageMono8* oniPlane::Mask |
unsigned int oniPlane::Peak |
vctFloat4 oniPlane::Plane |
svlRect oniPlane::Rect |
bool oniPlane::Used |