Commit b9daaf14 authored by Dmitriy Anisimov's avatar Dmitriy Anisimov

minor changes

parent 7af368f7
...@@ -45,6 +45,11 @@ ...@@ -45,6 +45,11 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <cstdio>
#include <cstdlib> // atoi, atof
#include <fstream>
#include <opencv2/core.hpp> #include <opencv2/core.hpp>
namespace cv namespace cv
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/ar_hmdb.hpp" #include "opencv2/datasets/ar_hmdb.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS AR_hmdbImp : public AR_hmdb class AR_hmdbImp : public AR_hmdb
{ {
public: public:
AR_hmdbImp() {} AR_hmdbImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/ar_sports.hpp" #include "opencv2/datasets/ar_sports.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS AR_sportsImp : public AR_sports class AR_sportsImp : public AR_sports
{ {
public: public:
AR_sportsImp() {} AR_sportsImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/dataset.hpp" #include "opencv2/datasets/dataset.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/fr_adience.hpp" #include "opencv2/datasets/fr_adience.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS FR_adienceImp : public FR_adience class FR_adienceImp : public FR_adience
{ {
public: public:
FR_adienceImp() {} FR_adienceImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/fr_lfw.hpp" #include "opencv2/datasets/fr_lfw.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <map> #include <map>
...@@ -52,7 +51,7 @@ namespace datasets ...@@ -52,7 +51,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS FR_lfwImp : public FR_lfw class FR_lfwImp : public FR_lfw
{ {
public: public:
FR_lfwImp() {} FR_lfwImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/gr_chalearn.hpp" #include "opencv2/datasets/gr_chalearn.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS GR_chalearnImp : public GR_chalearn class GR_chalearnImp : public GR_chalearn
{ {
public: public:
GR_chalearnImp() {} GR_chalearnImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/gr_skig.hpp" #include "opencv2/datasets/gr_skig.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <cstring> #include <cstring>
...@@ -52,7 +51,7 @@ namespace datasets ...@@ -52,7 +51,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS GR_skigImp : public GR_skig class GR_skigImp : public GR_skig
{ {
public: public:
GR_skigImp() {} GR_skigImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/hpe_humaneva.hpp" #include "opencv2/datasets/hpe_humaneva.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <cstring> #include <cstring>
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/hpe_parse.hpp" #include "opencv2/datasets/hpe_parse.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS HPE_parseImp : public HPE_parse class HPE_parseImp : public HPE_parse
{ {
public: public:
HPE_parseImp() {} HPE_parseImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/ir_affine.hpp" #include "opencv2/datasets/ir_affine.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS IR_affineImp : public IR_affine class IR_affineImp : public IR_affine
{ {
public: public:
IR_affineImp() {} IR_affineImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/ir_robot.hpp" #include "opencv2/datasets/ir_robot.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS IR_robotImp : public IR_robot class IR_robotImp : public IR_robot
{ {
public: public:
IR_robotImp() {} IR_robotImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/is_bsds.hpp" #include "opencv2/datasets/is_bsds.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS IS_bsdsImp : public IS_bsds class IS_bsdsImp : public IS_bsds
{ {
public: public:
IS_bsdsImp() {} IS_bsdsImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/is_weizmann.hpp" #include "opencv2/datasets/is_weizmann.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS IS_weizmannImp : public IS_weizmann class IS_weizmannImp : public IS_weizmann
{ {
public: public:
IS_weizmannImp() {} IS_weizmannImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/msm_epfl.hpp" #include "opencv2/datasets/msm_epfl.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS MSM_epflImp : public MSM_epfl class MSM_epflImp : public MSM_epfl
{ {
public: public:
MSM_epflImp() {} MSM_epflImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/msm_middlebury.hpp" #include "opencv2/datasets/msm_middlebury.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS MSM_middleburyImp : public MSM_middlebury class MSM_middleburyImp : public MSM_middlebury
{ {
public: public:
MSM_middleburyImp() {} MSM_middleburyImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/or_imagenet.hpp" #include "opencv2/datasets/or_imagenet.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <map> #include <map>
...@@ -52,7 +51,7 @@ namespace datasets ...@@ -52,7 +51,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS OR_imagenetImp : public OR_imagenet class OR_imagenetImp : public OR_imagenet
{ {
public: public:
OR_imagenetImp() {} OR_imagenetImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/or_mnist.hpp" #include "opencv2/datasets/or_mnist.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS OR_mnistImp : public OR_mnist class OR_mnistImp : public OR_mnist
{ {
public: public:
OR_mnistImp() {} OR_mnistImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/or_sun.hpp" #include "opencv2/datasets/or_sun.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <map> #include <map>
...@@ -52,7 +51,7 @@ namespace datasets ...@@ -52,7 +51,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS OR_sunImp : public OR_sun class OR_sunImp : public OR_sun
{ {
public: public:
OR_sunImp() {} OR_sunImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/pd_caltech.hpp" #include "opencv2/datasets/pd_caltech.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS PD_caltechImp : public PD_caltech class PD_caltechImp : public PD_caltech
{ {
public: public:
PD_caltechImp() {} PD_caltechImp() {}
......
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// License Agreement
// For Open Source Computer Vision Library
//
// Copyright (C) 2014, Itseez Inc, all rights reserved.
// Third party copyrights are property of their respective owners.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistribution's of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistribution's in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * The name of the copyright holders may not be used to endorse or promote products
// derived from this software without specific prior written permission.
//
// This software is provided by the copyright holders and contributors "as is" and
// any express or implied warranties, including, but not limited to, the implied
// warranties of merchantability and fitness for a particular purpose are disclaimed.
// In no event shall the Itseez Inc or contributors be liable for any direct,
// indirect, incidental, special, exemplary, or consequential damages
// (including, but not limited to, procurement of substitute goods or services;
// loss of use, data, or profits; or business interruption) however caused
// and on any theory of liability, whether in contract, strict liability,
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#include <cstdio>
#include <cstdlib> // atoi, atof
#include <fstream>
#endif
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/slam_kitti.hpp" #include "opencv2/datasets/slam_kitti.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS SLAM_kittiImp : public SLAM_kitti class SLAM_kittiImp : public SLAM_kitti
{ {
public: public:
SLAM_kittiImp() {} SLAM_kittiImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/slam_tumindoor.hpp" #include "opencv2/datasets/slam_tumindoor.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <cstring> #include <cstring>
...@@ -52,7 +51,7 @@ namespace datasets ...@@ -52,7 +51,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS SLAM_tumindoorImp : public SLAM_tumindoor class SLAM_tumindoorImp : public SLAM_tumindoor
{ {
public: public:
SLAM_tumindoorImp() {} SLAM_tumindoorImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/tr_chars.hpp" #include "opencv2/datasets/tr_chars.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace cv namespace cv
{ {
...@@ -50,7 +49,7 @@ namespace datasets ...@@ -50,7 +49,7 @@ namespace datasets
using namespace std; using namespace std;
class CV_EXPORTS TR_charsImp : public TR_chars class TR_charsImp : public TR_chars
{ {
public: public:
TR_charsImp() {} TR_charsImp() {}
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include "opencv2/datasets/tr_svt.hpp" #include "opencv2/datasets/tr_svt.hpp"
#include "opencv2/datasets/util.hpp" #include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <opencv2/datasets/tinyxml2/tinyxml2.h> #include <opencv2/datasets/tinyxml2/tinyxml2.h>
...@@ -53,7 +52,7 @@ namespace datasets ...@@ -53,7 +52,7 @@ namespace datasets
using namespace std; using namespace std;
using namespace tinyxml2; using namespace tinyxml2;
class CV_EXPORTS TR_svtImp : public TR_svt class TR_svtImp : public TR_svt
{ {
public: public:
TR_svtImp() {} TR_svtImp() {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment