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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user