|
SMIL 1.1.2
|
Collaboration diagram for Distance Function:| RES_T distance | ( | const Image< T1 > & | imIn, |
| Image< T2 > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
distance() - Distance function
| [in] | imIn | : Binary input image |
| [out] | imOut | : Output image |
| [in] | se | : Structuring Element |
| RES_T distanceEuclidean | ( | const Image< T1 > & | imIn, |
| Image< T2 > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
distanceEuclidean() - Euclidean distance function.
| [in] | imIn | : Binary input image |
| [out] | imOut | : Output image |
| [in] | se | : Structuring Element |
| RES_T distanceGeodesic | ( | const Image< T1 > & | imIn, |
| const Image< T1 > & | imMask, | ||
| Image< T2 > & | imOut, | ||
| const StrElt & | se = DEFAULT_SE |
||
| ) |
distanceGeodesic() - Geodesic distance function
| [in] | imIn | : Binary input image |
| [in] | imMask | : Binary mask image |
| [out] | imOut | : Output image |
| [in] | se | : Structuring Element |
Example