template struct sophus::ImageTraitsΒΆ

#include <image_types.h>

template <class TT>
struct ImageTraits {
    // typedefs

    using TPixel = TT ;
    using ChannelT = TPixel ;

    // fields

    static const int kNumChannels = 1;
};