1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00

Removed 'namespace' for cv and plot.

This commit is contained in:
nmoutinho
2015-04-07 11:02:34 +01:00
parent c613254bc0
commit fcbe7a98f0

View File

@@ -47,14 +47,13 @@
#include "precomp.hpp"
using namespace cv;
using namespace cv::plot;
using namespace std;
namespace cv
{
namespace plot
{
using namespace std;
class Plot2dImpl : public Plot2d
{
public: