_S happens to be a bad variable name for android
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
using namespace cv;
|
||||
using namespace std;
|
||||
|
||||
//for android ndk
|
||||
#undef _S
|
||||
static inline Point2f applyHomography( const Mat_<double>& H, const Point2f& pt )
|
||||
{
|
||||
double z = H(2,0)*pt.x + H(2,1)*pt.y + H(2,2);
|
||||
|
Reference in New Issue
Block a user