Functions |
template<typename I , typename G , typename F > |
void | draw_graph (Image< I > &ima, const p_vertices< G, F > &pv, typename I::value vcolor, typename I::value ecolor) |
template<typename I , typename G , typename F , typename V , typename E > |
void | draw_graph (Image< I > &ima, const p_vertices< G, F > &pv, const Function< V > &vcolor_f, const Function< E > &ecolor_f, unsigned vwidth) |
template<typename I , typename G , typename F , typename V , typename E > |
void | draw_graph (Image< I > &ima_, const p_vertices< G, F > &pv, const Function< V > &vcolor_f_, const Function< E > &ecolor_f_) |
template<typename I , typename G , typename F , typename V , typename E > |
void | draw_graph (Image< I > &ima, const p_vertices< util::line_graph< G >, F > &pv, const Function< V > &vcolor_f, const Function< E > &ecolor_f) |
std::string | filename (const std::string &filename, int id) |
template<typename T > |
const T & | format (const T &v) |
char | format (bool v) |
signed short | format (signed char v) |
unsigned short | format (unsigned char v) |
template<typename T > |
void | histo (const mln::histo::array< T > &h, const std::string &filename) |
template<typename I > |
void | iota (Image< I > &input, unsigned base_index) |
template<typename I > |
mln::trait::concrete< I >::ret | mosaic (const util::array< I > &input, unsigned n_horizontal, const typename I::value &bg) |
template<typename I > |
void | println (const Image< I > &input) |
template<typename I > |
void | println (const std::string &msg, const Image< I > &input) |
template<typename I > |
void | println_with_border (const Image< I > &input) |
void | put_word (image2d< char > &inout, const point2d &word_start, const std::string &word) |
template<typename I > |
image2d< typename I::value > | slices_2d (const Image< I > &input, unsigned n_horizontal, unsigned n_vertical, const typename I::value &bg) |
template<typename I > |
image2d< typename I::value > | slices_2d (const Image< I > &input, float ratio_hv, const typename I::value &bg) |
template<typename I , typename J > |
mln::trait::ch_value< I,
value::rgb8 >::ret | superpose (const Image< I > &input_, const Image< J > &object_, const value::rgb8 &object_color) |
template<typename I , typename J > |
mln::trait::ch_value< I,
value::rgb8 >::ret | superpose (const Image< I > &input, const Image< J > &object) |
template<typename I > |
void | z_order (Image< I > &input) |
Namespace of routines that help to debug.
template<typename I , typename G , typename F , typename V , typename E >
void mln::debug::draw_graph |
( |
Image< I > & |
ima_, |
|
|
const p_vertices< G, F > & |
pv, |
|
|
const Function< V > & |
vcolor_f_, |
|
|
const Function< E > & |
ecolor_f_ |
|
) |
| |
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.