stereomatching 17 Posting Whiz in Training
template<typename View>
struct pixel_traits;

template<>
struct pixel_traits<gray8c_view_t>
{
  typedef gray8c_pixel_t type;
}

Could I find something like this from gil?Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.