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

Change namespace to xobjdetect

This commit is contained in:
Vlad Shakhuro
2014-06-24 09:14:38 +04:00
parent ab9d2496c2
commit bb1008ec5e
6 changed files with 14 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ the use of this software, even if advised of the possibility of such damage.
namespace cv
{
namespace adas
namespace xobjdetect
{
/* Compute channel pyramid for acf features
@@ -227,7 +227,7 @@ public:
bool save(const std::string& filename);
};
} /* namespace adas */
} /* namespace xobjdetect */
} /* namespace cv */