Some basic STL-style algorithms when applied to runtime type specified image views. More...
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::gil | |
boost::gil::detail | |
Functions | |
template<typename Types1 , typename View2 > | |
bool | boost::gil::equal_pixels (const any_image_view< Types1 > &src, const View2 &dst) |
template<typename View1 , typename Types2 > | |
bool | boost::gil::equal_pixels (const View1 &src, const any_image_view< Types2 > &dst) |
template<typename Types1 , typename Types2 > | |
bool | boost::gil::equal_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst) |
template<typename Types1 , typename View2 > | |
void | boost::gil::copy_pixels (const any_image_view< Types1 > &src, const View2 &dst) |
template<typename View1 , typename Types2 > | |
void | boost::gil::copy_pixels (const View1 &src, const any_image_view< Types2 > &dst) |
template<typename Types1 , typename Types2 > | |
void | boost::gil::copy_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst) |
template<typename Types1 , typename View2 , typename CC > | |
void | boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const View2 &dst, CC cc) |
template<typename Types1 , typename View2 > | |
void | boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const View2 &dst) |
template<typename View1 , typename Types2 , typename CC > | |
void | boost::gil::copy_and_convert_pixels (const View1 &src, const any_image_view< Types2 > &dst, CC cc) |
template<typename View1 , typename Types2 > | |
void | boost::gil::copy_and_convert_pixels (const View1 &src, const any_image_view< Types2 > &dst) |
template<typename Types1 , typename Types2 , typename CC > | |
void | boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst, CC cc) |
template<typename Types1 , typename Types2 > | |
void | boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst) |
template<typename Types , typename Value > | |
void | boost::gil::fill_pixels (const any_image_view< Types > &img_view, const Value &val) |
fill_pixels for any image view. More... | |
Some basic STL-style algorithms when applied to runtime type specified image views.