Functions | |
point2d | ij2rc_1 (int i, int j, int ni_1, int nj_1) |
point2d | ij2rc_2 (int i, int j, int ni_1, int nj_1) |
point2d | ij2rc_3 (int i, int j, int ni_1, int nj_1) |
point2d | ij2rc_4 (int i, int j, int ni_1, int nj_1) |
point2d | ij2rc_5 (int i, int j, int ni_1, int nj_1) |
point2d | ij2rc_6 (int i, int j, int ni_1, int nj_1) |
point2d | ij2rc_7 (int i, int j, int ni_1, int nj_1) |
point2d | ij2rc_8 (int i, int j, int ni_1, int nj_1) |
template<typename I> | |
void | load_data_dispatch (I &ima, TIFF *file) |
template<typename I> | |
void | load_data_dispatch (const bool &, I &ima, TIFF *file) |
template<typename S, typename I> | |
void | load_data_dispatch (const value::Scalar< S > &, I &ima, TIFF *file) |
template<typename I> | |
void | load_data_dispatch (const value::rgb8 &, I &ima, TIFF *file) |
template<typename I> | |
void | load_data_rgb8 (I &ima, TIFF *file) |
template<typename I> | |
void | load_data_scalar (I &ima, TIFF *file) |
template<typename I> | |
I | load_header (TIFF *file) |
point2d mln::io::tiff::internal::ij2rc_1 | ( | int | i, | |
int | j, | |||
int | ni_1, | |||
int | nj_1 | |||
) | [inline] |
point2d mln::io::tiff::internal::ij2rc_2 | ( | int | i, | |
int | j, | |||
int | ni_1, | |||
int | nj_1 | |||
) | [inline] |
point2d mln::io::tiff::internal::ij2rc_3 | ( | int | i, | |
int | j, | |||
int | ni_1, | |||
int | nj_1 | |||
) | [inline] |
point2d mln::io::tiff::internal::ij2rc_4 | ( | int | i, | |
int | j, | |||
int | ni_1, | |||
int | nj_1 | |||
) | [inline] |
point2d mln::io::tiff::internal::ij2rc_5 | ( | int | i, | |
int | j, | |||
int | ni_1, | |||
int | nj_1 | |||
) | [inline] |
Definition at line 100 of file tiff/load.hh.
Referenced by load_data_rgb8(), and load_data_scalar().
point2d mln::io::tiff::internal::ij2rc_6 | ( | int | i, | |
int | j, | |||
int | ni_1, | |||
int | nj_1 | |||
) | [inline] |
Definition at line 107 of file tiff/load.hh.
Referenced by load_data_rgb8(), and load_data_scalar().
point2d mln::io::tiff::internal::ij2rc_7 | ( | int | i, | |
int | j, | |||
int | ni_1, | |||
int | nj_1 | |||
) | [inline] |
Definition at line 113 of file tiff/load.hh.
Referenced by load_data_rgb8(), and load_data_scalar().
point2d mln::io::tiff::internal::ij2rc_8 | ( | int | i, | |
int | j, | |||
int | ni_1, | |||
int | nj_1 | |||
) | [inline] |
Definition at line 120 of file tiff/load.hh.
Referenced by load_data_rgb8(), and load_data_scalar().
void mln::io::tiff::internal::load_data_dispatch | ( | I & | ima, | |
TIFF * | file | |||
) | [inline] |
void mln::io::tiff::internal::load_data_dispatch | ( | const bool & | , | |
I & | ima, | |||
TIFF * | file | |||
) | [inline] |
void mln::io::tiff::internal::load_data_dispatch | ( | const value::Scalar< S > & | , | |
I & | ima, | |||
TIFF * | file | |||
) | [inline] |
void mln::io::tiff::internal::load_data_dispatch | ( | const value::rgb8 & | , | |
I & | ima, | |||
TIFF * | file | |||
) | [inline] |
Definition at line 284 of file tiff/load.hh.
References load_data_rgb8().
Referenced by mln::io::tiff::load(), and load_data_dispatch().
void mln::io::tiff::internal::load_data_rgb8 | ( | I & | ima, | |
TIFF * | file | |||
) | [inline] |
Definition at line 146 of file tiff/load.hh.
References mln::value::rgb< n >::blue(), mln::value::rgb< n >::green(), ij2rc_1(), ij2rc_2(), ij2rc_3(), ij2rc_4(), ij2rc_5(), ij2rc_6(), ij2rc_7(), ij2rc_8(), and mln::value::rgb< n >::red().
Referenced by load_data_dispatch().
void mln::io::tiff::internal::load_data_scalar | ( | I & | ima, | |
TIFF * | file | |||
) | [inline] |
I mln::io::tiff::internal::load_header | ( | TIFF * | file | ) | [inline] |
Definition at line 131 of file tiff/load.hh.