what are the equivalent flags of SURF in opencv C++ to python SURF flags extended and upright ?
Is there a to do this similar operation in opencv C++ version of SURF function
FYI I am using opencv version 2.4.13
got it !
C++: SURF::SURF(double hessianThreshold, int nOctaves=4, int nOctaveLayers=2, bool extended=true, bool upright=false )