Public Member Functions | |
ClusterTableRegion (const std::vector< PixelRow > &p, w2img::Ellipse ell_, double ux_, double uy_, double peakval_) | |
WARNING! This doesn't copy over the pixels, just maintains a pointer to the vector of pixels passed in. | |
ClusterTableRegion () | |
size_t | computeNumPixels () const |
Public Attributes | |
const std::vector< PixelRow > * | pixels |
w2img::Ellipse | ellipse |
double | ux |
double | uy |
double | peakval |
w2kmeans::ClusterTableRegion::ClusterTableRegion | ( | const std::vector< PixelRow > & | p, | |
w2img::Ellipse | ell_, | |||
double | ux_, | |||
double | uy_, | |||
double | peakval_ | |||
) | [inline] |
WARNING! This doesn't copy over the pixels, just maintains a pointer to the vector of pixels passed in.
w2kmeans::ClusterTableRegion::ClusterTableRegion | ( | ) | [inline] |
size_t w2kmeans::ClusterTableRegion::computeNumPixels | ( | ) | const [inline] |
const std::vector<PixelRow>* w2kmeans::ClusterTableRegion::pixels |