fanxu / ffld2

Charles Dubout's Training of 2D and 3D Deformable Part Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot compile with FFLD_HOGPYRAMID_EXTRA_FEATURES enabled

manisoftwartist opened this issue · comments

On enabling the above flag, the build fails with the message

In static member function ‘static void FFLD::HOGPyramid::Hog(const FFLD::JPEGImage&, FFLD::HOGPyramid::Level&, int, int, int)’:
ffldv2/HOGPyramid.cpp:319:44: error: ‘xm’ was not declared in this scope
    const int lbp = (static_cast<int>(linem[xm * depth + (depth > 1)] >= g)     ) |