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:
@@ -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
|
||||
|
Reference in New Issue
Block a user