1 | initial version |
This specific error can be fixed by changing that line to:
obj.info()->addParam<FeatureDetector>(obj, "detector", obj.detector, false, 0, 0, "Detector algorithm.");
But there're a few other errors (and nasty internal compiler errors!) that have to be handled while building OpenCV in MSVC 2013. I uploaded the list of corrections to this fork of OpenCV in GitHub.
2 | No.2 Revision |
This specific error can be fixed by changing that line to:
obj.info()->addParam<FeatureDetector>(obj, "detector", obj.detector, false, 0, 0, "Detector algorithm.");
But there're a few other errors (and nasty internal compiler errors!) that have to be handled while building OpenCV in MSVC 2013. I uploaded the list of corrections to this fork of OpenCV in GitHub.. --> pull request
3 | No.3 Revision |
This specific error can be fixed by changing that line to:
obj.info()->addParam<FeatureDetector>(obj, "detector", obj.detector, false, 0, 0, "Detector algorithm.");
But there're a few other errors (and nasty internal compiler errors!) that have to be handled while building OpenCV in MSVC 2013. I uploaded the list of corrections to this fork of OpenCV in GitHub. --> pull request