Closed qmphobby closed 8 years ago
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 ";"
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 ";"