progressive-x icon indicating copy to clipboard operation
progressive-x copied to clipboard

Error while compiling in Linux

Open suyz526 opened this issue 4 years ago • 0 comments

Hi,

thanks a lot for the work and contribution!

I met some errors here:

error: extra qualification 'gcransac::estimator::solver::HomographyFourPointSolver::' on member 'estimateNonMinimalModel' [-fpermissive]
     OLGA_INLINE bool HomographyFourPointSolver::estimateNonMinimalModel(

I fixed it by changing it to OLGA_INLINE bool estimateNonMinimalModel(). As well as the other functions defined in this class.

https://stackoverflow.com/questions/5642367/extra-qualification-error-in-c

suyz526 avatar Jul 17 '21 13:07 suyz526