Functions | |
template<class DestType, class I> | |
mute< I, DestType >::ret | create_minima_image_from_bin_ (const abstract::non_vectorial_image< I > &input) |
Create extremum image from another one. | |
template<class I> | |
mute< I, ntg::bin >::ret | ima_to_bin_ (const abstract::non_vectorial_image< I > &input) |
Create binary image from another one. |
mute<I, DestType>::ret oln::morpho::sure::internal::create_minima_image_from_bin_ | ( | const abstract::non_vectorial_image< I > & | input | ) |
Create extremum image from another one.
DestType | Type of data in the wanted image. | |
I | Exact type of the input image. |
Definition at line 81 of file extrema.hh.
mute<I, ntg::bin>::ret oln::morpho::sure::internal::ima_to_bin_ | ( | const abstract::non_vectorial_image< I > & | input | ) |
Create binary image from another one.
I | Exact type of the image. |
Definition at line 104 of file extrema.hh.