1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 23:01:45 +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

@@ -52,7 +52,7 @@ using std::vector;
namespace cv
{
namespace adas
namespace xobjdetect
{
WaldBoost::WaldBoost(const WaldBoostParams& params): params_(params)
@@ -161,5 +161,5 @@ float WaldBoost::predict(const Ptr<ACFFeatureEvaluator>& feature_evaluator)
return trace;
}
} /* namespace adas */
} /* namespace xobjdetect */
} /* namespace cv */