// I get the input imagesAbstractStereoMatcher::input_image_view_tinput_left_view(video_input_p->get_left_image()),input_right_view(video_input_p->get_right_image());AbstractVideoInput::input_image_trectified_left_view(input_left_view._dynamic_cast<AbstractVideoInput::input_image_t>()),rectified_right_view(input_right_view._dynamic_cast<AbstractVideoInput::input_image_t>());homography_rectifier_p->run(input_left_view, 0, boost::gil::view(rectified_left_view));
// The ouput of the compiler is the following:/home/nestor/Dropbox/KULeuven/projects/doppia/src/applications/stixel_world_improved/StixelWorldApplication.cpp:296:102: required from here/home/nestor/Dropbox/KULeuven/projects/doppia/libs/boost/gil/image_view.hpp:101:143: error: ‘const class boost::gil::any_image_view<boost::mpl::v_item<boost::gil::image_view<boost::gil::memory_based_2d_locator<boost::gil::memory_based_step_iterator<const boost::gil::pixel<unsigned char, boost::gil::layout<boost::mpl::vector3<boost::gil::red_t, boost::gil::green_t, boost::gil::blue_t> > >*> > >, boost::mpl::v_item<boost::gil::image_view<boost::gil::memory_based_2d_locator<boost::gil::memory_based_step_iterator<const boost::gil::pixel<unsigned char, boost::gil::layout<boost::mpl::vector1<boost::gil::gray_color_t> > >*> > >, boost::mpl::vector0<mpl_::na>, 0>, 0> >’ has no member named ‘pixels’make[2]: *** [CMakeFiles/stixel_world.dir/StixelWorldApplication.cpp.o] Error 1
I hope somebody can help me with that. As I said, I'm new on using Boost Generic Image Library and it is driving me crazy.