bioprocessing
5.1.2
|
A flow map is a mapping of the vertices of a graph to a value. More...
#include <bioprocessing/watershed/coustyflowmap.h>
A flow map is a mapping of the vertices of a graph to a value.
In Cousty's watershed, it represents the watershed segmentation of the image. It can be implemented using an actual map (and this should be the default implementation, pending), but a specialized implementation for point vertices (PointVertexRef) uses an underlying volume. This allows better memory allocation, and the expected result of those flow maps are an image so it makes sense.
CoustyFlowMapRef are the entry point to manipulate CoustyFlowMap objects.
Definition at line 48 of file coustyflowmap.h.