boost::gil::image_view::operator()
Function call operators
Synopses
Declared in <boost/gil/image_view.hpp>
reference
operator()(point_t const& p) const;
reference
operator()(
x_coord_t x,
y_coord_t y) const;
Created with MrDocs