Merge pull request #413 from berak:master

pull/409/merge
Andrey Kamaev 12 years ago committed by OpenCV Buildbot
commit 5a767863bd
  1. 2
      modules/contrib/include/opencv2/contrib/contrib.hpp

@ -435,7 +435,7 @@ namespace cv
typedef bool (*BundleAdjustCallback)(int iteration, double norm_error, void* user_data);
class LevMarqSparse {
class CV_EXPORTS LevMarqSparse {
public:
LevMarqSparse();
LevMarqSparse(int npoints, // number of points

Loading…
Cancel
Save