xmar / 360Transformations

68 stars 16 forks source link

A syntax problem #6

Closed qmphobby closed 8 years ago

qmphobby commented 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 ";"