template struct mrpt::vision::TKeyPointTraits<TKeyPoint>ΒΆ

#include <mrpt/vision/TKeyPoint.h>

template <>
struct TKeyPointTraits<TKeyPoint>
{
    // typedefs

    typedef int coord_t;

    //
methods

    static coord_t f2coord(float f);
};