20#ifndef PISM_LABEL_COMPONENTS_H
21#define PISM_LABEL_COMPONENTS_H
30namespace connected_components {
44void label_serial(
double *image,
int nrows,
int ncols,
bool mark_isolated_components,
int reachable,
55void label_serial(array::Scalar &mask,
bool mark_isolated_components,
int reachable);
67void label(array::Scalar1 &mask);
void label_isolated(array::Scalar1 &mask, int reachable)
void label(array::Scalar1 &mask)
void label_serial(double *image, int nrows, int ncols, bool mark_isolated_components, int reachable, int min_label)