PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Classes | Functions
connected_components.cc File Reference
#include <vector>
#include <algorithm>

Go to the source code of this file.

Classes

struct  Run
 

Functions

int resolve_label (const std::vector< int > &labels, int provisional_label)
 
void label_connected_components (double *image, int nrows, int ncols, bool identify_icebergs, int mask_grounded, int first_label)