mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 04:25:42 +08:00
Add namespaces
This commit is contained in:
@@ -45,7 +45,8 @@ the use of this software, even if advised of the possibility of such damage.
|
||||
|
||||
#include "precomp.hpp"
|
||||
|
||||
using namespace cv;
|
||||
namespace cv {
|
||||
namespace xobjdetect {
|
||||
|
||||
CvLBPFeatureParams::CvLBPFeatureParams()
|
||||
{
|
||||
@@ -122,3 +123,6 @@ void CvLBPEvaluator::Feature::write(FileStorage &fs) const
|
||||
{
|
||||
fs << CC_RECT << "[:" << rect.x << rect.y << rect.width << rect.height << "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user