#ifndef _UTIL_H #define _UTIL_H #define VEC2POINT(x) cvPoint( (int)round((x)[0]), (int)round((x)[1]) ) #endif // _UTIL_H