struct test_data::FisheyeDistortion

Overview

struct FisheyeDistortion
{
    // fields

    static constexpr double k1 = 0.1;
    static constexpr double k2 = 0.01;
    static constexpr double k3 = 0.001;
    static constexpr double k4 = 0.0001;
};