mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-21 23:01:45 +08:00
Add namespaces
This commit is contained in:
@@ -44,8 +44,8 @@ the use of this software, even if advised of the possibility of such damage.
|
||||
|
||||
#include "precomp.hpp"
|
||||
|
||||
namespace cv
|
||||
{
|
||||
namespace cv {
|
||||
namespace xobjdetect {
|
||||
|
||||
static void compute_cdf(const Mat1b& data,
|
||||
const Mat1f& weights,
|
||||
@@ -395,4 +395,5 @@ WaldBoost::~WaldBoost()
|
||||
{
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user