#ifndef __COMMONDATATYPES_H__ #define __COMMONDATATYPES_H__ // CUDA code can't link to OpenCV, hence can't use the existing data struct struct Point2D { int x, y; }; #endif