Public Member Functions | |
void | process (const code::Image< float > &inputImage, const code::Image< float > &bloomprob) |
Warning! The input image will be wrapped around in radials, so this input should really be a polar grid. | |
const code::Image< int > & | getLabels () const |
Labels corresponding to the last processed image. | |
Classes | |
struct | Center |
The center is based on the location of the maximum since the centroid could lie outside the actual blob coverage. More... |
const code::Image<int>& w2qcref::BlobSegmentation::getLabels | ( | ) | const [inline] |
Labels corresponding to the last processed image.
void w2qcref::BlobSegmentation::process | ( | const code::Image< float > & | inputImage, | |
const code::Image< float > & | bloomprob | |||
) |
Warning! The input image will be wrapped around in radials, so this input should really be a polar grid.
Bloomprob is not wrapped.