struct CvPoint2D64f

#include <types_c.h>

struct CvPoint2D64f
{
    // fields

    double x;
    double y;
};