SMIL  1.0.4
AreaOpen/Close

Area Open / Close / Path Open. More...

Detailed Description

Area Open / Close / Path Open.

Let's talk about Area Open / Close / Path Open...

+ Collaboration diagram for AreaOpen/Close:

Functions

template<typename T >
RES_T areaOpening (const Image< T > &imIn, size_t size, Image< T > &imOut, StrElt &se=DEFAULT_SE, const string method="unionfind")
 areaOpening() - More...
 
template<typename T >
RES_T areaClosing (const Image< T > &imIn, size_t size, Image< T > &imOut, StrElt &se=DEFAULT_SE, const string method="unionfind")
 areaClosing() - More...
 

Function Documentation

◆ areaOpening()

RES_T smil::areaOpening ( const Image< T > &  imIn,
size_t  size,
Image< T > &  imOut,
StrElt se = DEFAULT_SE,
const string  method = "unionfind" 
)

areaOpening() -

Parameters
[in]imIn: input image
[in]size: area threshold to stop
[out]imOut: output image
[in]sestructuring element
[in]method: algorithm. Nowadays, only "unionfind" is available

◆ areaClosing()

RES_T smil::areaClosing ( const Image< T > &  imIn,
size_t  size,
Image< T > &  imOut,
StrElt se = DEFAULT_SE,
const string  method = "unionfind" 
)

areaClosing() -

Parameters
[in]imIn: input image
[in]size: area threshold to stop
[out]imOut: output image
[in]sestructuring element
[in]method: algorithm. Nowadays, only "unionfind" is available