struct test_data::UndistortionTestCase

Overview

struct UndistortionTestCase
{
    // fields

    TPixelCoordf distortedPixel;
    TPixelCoordf expectedUndistortedPixel;
};