Internal namespace of pbm namespace. More...
Functions | |
template<typename I > | |
void | load_ascii (std::ifstream &file, I &ima) |
load_ascii. | |
template<typename I > | |
void | load_raw_2d (std::ifstream &file, I &ima) |
load_raw_2d. |
Internal namespace of pbm namespace.
void mln::io::pbm::internal::load_ascii | ( | std::ifstream & | file, | |
I & | ima | |||
) | [inline] |
load_ascii.
Referenced by mln::io::pbm::load().
void mln::io::pbm::internal::load_raw_2d | ( | std::ifstream & | file, | |
I & | ima | |||
) | [inline] |
load_raw_2d.
References mln::geom::max_col(), mln::geom::max_row(), mln::geom::min_col(), and mln::geom::min_row().
Referenced by mln::io::pbm::load().