8 #include <boost/gil/gil_all.hpp> 10 #include <core/data/image/image_type.hpp> 12 #include <core/data/sframe/gl_sframe.hpp> 13 #include <toolkits/object_detection/one_shot_object_detection/util/parameter_sampler.hpp> 16 namespace one_shot_object_detection {
17 namespace data_augmentation {
20 const boost::gil::rgba8_image_t::const_view_t &starter_image_view,
21 const boost::gil::rgb8_image_t::const_view_t &background_view,
22 ParameterSampler ¶meter_sampler);