bioprocessing  5.1.2
bio::CoustyFlowMap< V, L > Class Template Reference

A flow map is a mapping of the vertices of a graph to a value. More...

#include <bioprocessing/watershed/coustyflowmap.h>

Inheritance diagram for bio::CoustyFlowMap< V, L >:
Collaboration diagram for bio::CoustyFlowMap< V, L >:

Detailed Description

template<typename V, typename L>
class bio::CoustyFlowMap< V, L >

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.


The documentation for this class was generated from the following file: