1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00

Enclose code in ccalib namespace. Switch defines to consts.

This commit is contained in:
Daniel Angelov
2014-09-05 15:38:35 +03:00
parent 9fb1a6dbc4
commit c5b57d0c58
2 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@
#include <vector>
namespace cv{
namespace cv{ namespace ccalib{
class CV_EXPORTS CustomPattern : public Algorithm
{
@@ -144,6 +144,6 @@ private:
void refineKeypointsPos(const Mat& img, std::vector<KeyPoint>& kp);
};
} // cv
}} // namespace ccalib, cv
#endif