Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
b9daaf14
Commit
b9daaf14
authored
Oct 30, 2014
by
Dmitriy Anisimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
7af368f7
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
26 additions
and
94 deletions
+26
-94
util.hpp
modules/datasets/include/opencv2/datasets/util.hpp
+5
-0
ar_hmdb.cpp
modules/datasets/src/ar_hmdb.cpp
+1
-2
ar_sports.cpp
modules/datasets/src/ar_sports.cpp
+1
-2
dataset.cpp
modules/datasets/src/dataset.cpp
+0
-1
fr_adience.cpp
modules/datasets/src/fr_adience.cpp
+1
-2
fr_lfw.cpp
modules/datasets/src/fr_lfw.cpp
+1
-2
gr_chalearn.cpp
modules/datasets/src/gr_chalearn.cpp
+1
-2
gr_skig.cpp
modules/datasets/src/gr_skig.cpp
+1
-2
hpe_humaneva.cpp
modules/datasets/src/hpe_humaneva.cpp
+0
-1
hpe_parse.cpp
modules/datasets/src/hpe_parse.cpp
+1
-2
ir_affine.cpp
modules/datasets/src/ir_affine.cpp
+1
-2
ir_robot.cpp
modules/datasets/src/ir_robot.cpp
+1
-2
is_bsds.cpp
modules/datasets/src/is_bsds.cpp
+1
-2
is_weizmann.cpp
modules/datasets/src/is_weizmann.cpp
+1
-2
msm_epfl.cpp
modules/datasets/src/msm_epfl.cpp
+1
-2
msm_middlebury.cpp
modules/datasets/src/msm_middlebury.cpp
+1
-2
or_imagenet.cpp
modules/datasets/src/or_imagenet.cpp
+1
-2
or_mnist.cpp
modules/datasets/src/or_mnist.cpp
+1
-2
or_sun.cpp
modules/datasets/src/or_sun.cpp
+1
-2
pd_caltech.cpp
modules/datasets/src/pd_caltech.cpp
+1
-2
precomp.hpp
modules/datasets/src/precomp.hpp
+0
-50
slam_kitti.cpp
modules/datasets/src/slam_kitti.cpp
+1
-2
slam_tumindoor.cpp
modules/datasets/src/slam_tumindoor.cpp
+1
-2
tr_chars.cpp
modules/datasets/src/tr_chars.cpp
+1
-2
tr_svt.cpp
modules/datasets/src/tr_svt.cpp
+1
-2
No files found.
modules/datasets/include/opencv2/datasets/util.hpp
View file @
b9daaf14
...
...
@@ -45,6 +45,11 @@
#include <string>
#include <vector>
#include <cstdio>
#include <cstdlib> // atoi, atof
#include <fstream>
#include <opencv2/core.hpp>
namespace
cv
...
...
modules/datasets/src/ar_hmdb.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/ar_hmdb.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
AR_hmdbImp
:
public
AR_hmdb
class
AR_hmdbImp
:
public
AR_hmdb
{
public
:
AR_hmdbImp
()
{}
...
...
modules/datasets/src/ar_sports.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/ar_sports.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
AR_sportsImp
:
public
AR_sports
class
AR_sportsImp
:
public
AR_sports
{
public
:
AR_sportsImp
()
{}
...
...
modules/datasets/src/dataset.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/dataset.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
modules/datasets/src/fr_adience.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/fr_adience.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
FR_adienceImp
:
public
FR_adience
class
FR_adienceImp
:
public
FR_adience
{
public
:
FR_adienceImp
()
{}
...
...
modules/datasets/src/fr_lfw.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/fr_lfw.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <map>
...
...
@@ -52,7 +51,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
FR_lfwImp
:
public
FR_lfw
class
FR_lfwImp
:
public
FR_lfw
{
public
:
FR_lfwImp
()
{}
...
...
modules/datasets/src/gr_chalearn.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/gr_chalearn.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
GR_chalearnImp
:
public
GR_chalearn
class
GR_chalearnImp
:
public
GR_chalearn
{
public
:
GR_chalearnImp
()
{}
...
...
modules/datasets/src/gr_skig.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/gr_skig.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <cstring>
...
...
@@ -52,7 +51,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
GR_skigImp
:
public
GR_skig
class
GR_skigImp
:
public
GR_skig
{
public
:
GR_skigImp
()
{}
...
...
modules/datasets/src/hpe_humaneva.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/hpe_humaneva.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <cstring>
...
...
modules/datasets/src/hpe_parse.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/hpe_parse.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
HPE_parseImp
:
public
HPE_parse
class
HPE_parseImp
:
public
HPE_parse
{
public
:
HPE_parseImp
()
{}
...
...
modules/datasets/src/ir_affine.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/ir_affine.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
IR_affineImp
:
public
IR_affine
class
IR_affineImp
:
public
IR_affine
{
public
:
IR_affineImp
()
{}
...
...
modules/datasets/src/ir_robot.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/ir_robot.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
IR_robotImp
:
public
IR_robot
class
IR_robotImp
:
public
IR_robot
{
public
:
IR_robotImp
()
{}
...
...
modules/datasets/src/is_bsds.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/is_bsds.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
IS_bsdsImp
:
public
IS_bsds
class
IS_bsdsImp
:
public
IS_bsds
{
public
:
IS_bsdsImp
()
{}
...
...
modules/datasets/src/is_weizmann.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/is_weizmann.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
IS_weizmannImp
:
public
IS_weizmann
class
IS_weizmannImp
:
public
IS_weizmann
{
public
:
IS_weizmannImp
()
{}
...
...
modules/datasets/src/msm_epfl.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/msm_epfl.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
MSM_epflImp
:
public
MSM_epfl
class
MSM_epflImp
:
public
MSM_epfl
{
public
:
MSM_epflImp
()
{}
...
...
modules/datasets/src/msm_middlebury.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/msm_middlebury.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
MSM_middleburyImp
:
public
MSM_middlebury
class
MSM_middleburyImp
:
public
MSM_middlebury
{
public
:
MSM_middleburyImp
()
{}
...
...
modules/datasets/src/or_imagenet.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/or_imagenet.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <map>
...
...
@@ -52,7 +51,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
OR_imagenetImp
:
public
OR_imagenet
class
OR_imagenetImp
:
public
OR_imagenet
{
public
:
OR_imagenetImp
()
{}
...
...
modules/datasets/src/or_mnist.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/or_mnist.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
OR_mnistImp
:
public
OR_mnist
class
OR_mnistImp
:
public
OR_mnist
{
public
:
OR_mnistImp
()
{}
...
...
modules/datasets/src/or_sun.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/or_sun.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <map>
...
...
@@ -52,7 +51,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
OR_sunImp
:
public
OR_sun
class
OR_sunImp
:
public
OR_sun
{
public
:
OR_sunImp
()
{}
...
...
modules/datasets/src/pd_caltech.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/pd_caltech.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
PD_caltechImp
:
public
PD_caltech
class
PD_caltechImp
:
public
PD_caltech
{
public
:
PD_caltechImp
()
{}
...
...
modules/datasets/src/precomp.hpp
deleted
100644 → 0
View file @
7af368f7
/*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
modules/datasets/src/slam_kitti.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/slam_kitti.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
SLAM_kittiImp
:
public
SLAM_kitti
class
SLAM_kittiImp
:
public
SLAM_kitti
{
public
:
SLAM_kittiImp
()
{}
...
...
modules/datasets/src/slam_tumindoor.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/slam_tumindoor.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <cstring>
...
...
@@ -52,7 +51,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
SLAM_tumindoorImp
:
public
SLAM_tumindoor
class
SLAM_tumindoorImp
:
public
SLAM_tumindoor
{
public
:
SLAM_tumindoorImp
()
{}
...
...
modules/datasets/src/tr_chars.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/tr_chars.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
namespace
cv
{
...
...
@@ -50,7 +49,7 @@ namespace datasets
using
namespace
std
;
class
CV_EXPORTS
TR_charsImp
:
public
TR_chars
class
TR_charsImp
:
public
TR_chars
{
public
:
TR_charsImp
()
{}
...
...
modules/datasets/src/tr_svt.cpp
View file @
b9daaf14
...
...
@@ -41,7 +41,6 @@
#include "opencv2/datasets/tr_svt.hpp"
#include "opencv2/datasets/util.hpp"
#include "precomp.hpp"
#include <opencv2/datasets/tinyxml2/tinyxml2.h>
...
...
@@ -53,7 +52,7 @@ namespace datasets
using
namespace
std
;
using
namespace
tinyxml2
;
class
CV_EXPORTS
TR_svtImp
:
public
TR_svt
class
TR_svtImp
:
public
TR_svt
{
public
:
TR_svtImp
()
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment