#ifndef __UTIL_H__ #define __UTIL_H__ #include using namespace cv; float flopow(float b, float e); Mat circle_mat(int radius); #endif