|
SMIL 1.1.2
|
Collaboration diagram for Regional Minima and Maxima:Functions | |
| template<class T > | |
| RES_T | minima (const Image< T > &imIn, Image< T > &imOut, const StrElt &se=DEFAULT_SE) |
| minima() - Minima | |
| template<class T > | |
| RES_T | maxima (const Image< T > &imIn, Image< T > &imOut, const StrElt &se=DEFAULT_SE) |
| maxima() - Maxima | |
| template<class T1 , class T2 > | |
| RES_T | minimaLabeled (const Image< T1 > &imIn, Image< T2 > &imOut, const StrElt &se=DEFAULT_SE) |
| minimaLabeled() - Calculate the minima and labelize them | |
| template<class T1 , class T2 > | |
| RES_T | maximaLabeled (const Image< T1 > &imIn, Image< T2 > &imOut, const StrElt &se=DEFAULT_SE) |
| maximaLabeled() - Calculate the maxima and labelize them | |
| template<class T > | |
| RES_T | hMinima (const Image< T > &imIn, const T &height, Image< T > &imOut, const StrElt &se=DEFAULT_SE) |
| hMinima() - h-Minima | |
| template<class T1 , class T2 > | |
| RES_T | hMinimaLabeled (const Image< T1 > &imIn, const T1 &height, Image< T2 > &imOut, const StrElt &se=DEFAULT_SE) |
| hMinimaLabeled() - Calculate the h-minima and labelize them | |
| template<class T > | |
| RES_T | hMaxima (const Image< T > &imIn, const T &height, Image< T > &imOut, const StrElt &se=DEFAULT_SE) |
| hMaxima() - h-Maxima | |
| template<class T1 , class T2 > | |
| RES_T | hMaximaLabeled (const Image< T1 > &imIn, const T1 &height, Image< T2 > &imOut, const StrElt &se=DEFAULT_SE) |
| hMaximaLabeled() - Calculate the h-maxima and labelize them | |
| template<class T > | |
| RES_T | fastMinima (const Image< T > &imIn, Image< T > &imOut, const StrElt &se) |
| fastMinima() - Regional minima computation based on arrowing graphs | |
| template<class T > | |
| RES_T | fastMaxima (const Image< T > &imIn, Image< T > &imOut, const StrElt &se) |
| fastMaxima() - Regional maxima computation based on arrowing graphs | |
| RES_T minima | ( | const Image< T > & | imIn, |
| Image< T > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
minima() - Minima
| [in] | imIn | : input image |
| [out] | imOut | : output image |
| [in] | se | : structuring element |
| RES_T maxima | ( | const Image< T > & | imIn, |
| Image< T > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
maxima() - Maxima
| [in] | imIn | : input image |
| [out] | imOut | : output image |
| [in] | se | : structuring element |
| RES_T minimaLabeled | ( | const Image< T1 > & | imIn, |
| Image< T2 > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
minimaLabeled() - Calculate the minima and labelize them
| [in] | imIn | : input image |
| [out] | imOut | : output image |
| [in] | se | : structuring element |
| RES_T maximaLabeled | ( | const Image< T1 > & | imIn, |
| Image< T2 > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
maximaLabeled() - Calculate the maxima and labelize them
| [in] | imIn | : input image |
| [out] | imOut | : output image |
| [in] | se | : structuring element |
| RES_T hMinima | ( | const Image< T > & | imIn, |
| const T & | height, | ||
| Image< T > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
hMinima() - h-Minima
| [in] | imIn | : input image |
| [in] | height | : |
| [out] | imOut | : output image |
| [in] | se | : structuring element |
| RES_T hMinimaLabeled | ( | const Image< T1 > & | imIn, |
| const T1 & | height, | ||
| Image< T2 > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
hMinimaLabeled() - Calculate the h-minima and labelize them
| [in] | imIn | : input image |
| [in] | height | : |
| [out] | imOut | : output image |
| [in] | se | : structuring element |
| RES_T hMaxima | ( | const Image< T > & | imIn, |
| const T & | height, | ||
| Image< T > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
hMaxima() - h-Maxima
| [in] | imIn | : input image |
| [in] | height | : |
| [out] | imOut | : output image |
| [in] | se | : structuring element |
| RES_T hMaximaLabeled | ( | const Image< T1 > & | imIn, |
| const T1 & | height, | ||
| Image< T2 > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
hMaximaLabeled() - Calculate the h-maxima and labelize them
| [in] | imIn | : input image |
| [in] | height | : |
| [out] | imOut | : output image |
| [in] | se | : structuring element |
|
inline |
fastMinima() - Regional minima computation based on arrowing graphs
| [in] | imIn | : input image |
| [out] | imOut | : output image |
| [in] | se | : structuring element |
|
inline |
fastMaxima() - Regional maxima computation based on arrowing graphs
| [in] | imIn | : input image |
| [out] | imOut | : output image |
| [in] | se | : structuring element |