SMIL  1.0.4
Segmentation by Minimum Surfaces

Segmentation by minimum surfaces (object label =2, background label = 3) More...

Detailed Description

Segmentation by minimum surfaces (object label =2, background label = 3)

Author
Jean Stawiaski
+ Collaboration diagram for Segmentation by Minimum Surfaces:

Functions

template<class T >
RES_T geoCutsMinSurfaces (const Image< T > &imIn, const Image< T > &imGrad, const Image< T > &imMarker, const StrElt &nl, Image< T > &imOut)
 Geo Cuts algorithm on a region adjacency graph, imMosaic is a mosaic, ImMarker is composed of three values 0 for unmarked pixels, 2 and 3 for object and background markers. More...
 

Function Documentation

◆ geoCutsMinSurfaces()

RES_T geoCutsMinSurfaces ( const Image< T > &  imIn,
const Image< T > &  imGrad,
const Image< T > &  imMarker,
const StrElt nl,
Image< T > &  imOut 
)

Geo Cuts algorithm on a region adjacency graph, imMosaic is a mosaic, ImMarker is composed of three values 0 for unmarked pixels, 2 and 3 for object and background markers.

Parameters
[in]imIn: Image<T> in
[in]imGrad: Image<T> with original values
[in]imMarker: Image<T> marker
[in]nl: StrElt nl
[out]imOut: Image<T> out