A syntax problem
Closed this issue · 0 comments
qmphobby commented
In the common.hpp, it's a error "error C2065,'i' Undeclared identifier"
the program is: template constexpr double norm(const SpacePoint& sp) {return cv::norm(sp.d);}
and also in front of "double" missed a ";"