boost::gil::image_view::image_view
Constructors
Synopses
Declared in <boost/gil/image_view.hpp>
Default constructor
Copy constructor
image_view(image_view const& img_view);
Construct from View
template<typename View>
image_view(View const& view);
template<typename L2>
image_view(
point_t const& dims,
L2 const& loc);
template<typename L2>
image_view(
coord_t width,
coord_t height,
L2 const& loc);
Created with MrDocs