Public Member Functions | |
Pixel () | |
Pixel (int i, int nrows, int j, int ncols) | |
Public Attributes | |
int | row |
int | col |
float | frow |
float | fcol |
std::vector< float > | data |
int | N |
float | dist_to_center |
w2img::VQSectorization< T >::Pixel::Pixel | ( | ) | [inline] |
w2img::VQSectorization< T >::Pixel::Pixel | ( | int | i, | |
int | nrows, | |||
int | j, | |||
int | ncols | |||
) | [inline] |
int w2img::VQSectorization< T >::Pixel::col |
std::vector<float> w2img::VQSectorization< T >::Pixel::data |
float w2img::VQSectorization< T >::Pixel::dist_to_center |
float w2img::VQSectorization< T >::Pixel::fcol |
float w2img::VQSectorization< T >::Pixel::frow |
int w2img::VQSectorization< T >::Pixel::N |
int w2img::VQSectorization< T >::Pixel::row |