Skip to content

Commit 8083191

Browse files
committed
moved imageset files to ImageSet folder
1 parent 4afc0d4 commit 8083191

File tree

15 files changed

+20
-21
lines changed

15 files changed

+20
-21
lines changed

source/annotatorlib/include/AnnotatorLib/Camera.h renamed to source/annotatorlib/include/AnnotatorLib/ImageSet/Camera.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <AnnotatorLib/AnnotatorLibDatastructs.h>
1616
#include <AnnotatorLib/annotatorlib_api.h>
1717

18-
#include "AnnotatorLib/ImageSet.h"
18+
#include "AnnotatorLib/ImageSet/ImageSet.h"
1919

2020
namespace AnnotatorLib {
2121

source/annotatorlib/include/AnnotatorLib/ImageFTP.h renamed to source/annotatorlib/include/AnnotatorLib/ImageSet/ImageFTP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
************************************************************/
88

99
#include <AnnotatorLib/AnnotatorLibDatastructs.h>
10-
#include <AnnotatorLib/ImageSet.h>
10+
#include <AnnotatorLib/ImageSet/ImageSet.h>
1111
#include <AnnotatorLib/annotatorlib_api.h>
1212

1313
#include <string>

source/annotatorlib/include/AnnotatorLib/ImageFolder.h renamed to source/annotatorlib/include/AnnotatorLib/ImageSet/ImageFolder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
************************************************************/
88

99
#include <AnnotatorLib/AnnotatorLibDatastructs.h>
10-
#include <AnnotatorLib/ImageSet.h>
10+
#include <AnnotatorLib/ImageSet/ImageSet.h>
1111
#include <AnnotatorLib/annotatorlib_api.h>
1212

1313
#include <string>

source/annotatorlib/include/AnnotatorLib/ImageSet.h renamed to source/annotatorlib/include/AnnotatorLib/ImageSet/ImageSet.h

File renamed without changes.

source/annotatorlib/include/AnnotatorLib/ImageSetFactory.h renamed to source/annotatorlib/include/AnnotatorLib/ImageSet/ImageSetFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <AnnotatorLib/AnnotatorLibDatastructs.h>
1010
#include <AnnotatorLib/annotatorlib_api.h>
1111

12-
#include <AnnotatorLib/ImageSet.h>
12+
#include <AnnotatorLib/ImageSet/ImageSet.h>
1313

1414
namespace AnnotatorLib {
1515

source/annotatorlib/include/AnnotatorLib/Video.h renamed to source/annotatorlib/include/AnnotatorLib/ImageSet/Video.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
************************************************************/
88

99
#include <AnnotatorLib/AnnotatorLibDatastructs.h>
10-
#include <AnnotatorLib/ImageSet.h>
10+
#include <AnnotatorLib/ImageSet/ImageSet.h>
1111
#include <AnnotatorLib/annotatorlib_api.h>
1212

1313
#include <string>

source/annotatorlib/include/AnnotatorLib/Project.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Project class header
77
************************************************************/
88
#include <AnnotatorLib/AnnotatorLibDatastructs.h>
9-
#include <AnnotatorLib/ImageSet.h>
9+
#include <AnnotatorLib/ImageSet/ImageSet.h>
1010
#include <AnnotatorLib/Session.h>
1111
#include <AnnotatorLib/annotatorlib_api.h>
1212

File renamed without changes.

source/annotatorlib/source/ImageFTP.cpp renamed to source/annotatorlib/source/ImageSet/ImageFTP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <Poco/StreamCopier.h>
1717
#include <Poco/URI.h>
1818

19-
#include "AnnotatorLib/ImageFTP.h"
19+
#include "AnnotatorLib/ImageSet/ImageFTP.h"
2020

2121
// Derived includes directives
2222

source/annotatorlib/source/ImageFolder.cpp renamed to source/annotatorlib/source/ImageSet/ImageFolder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// include associated header file
1010

11-
#include "AnnotatorLib/ImageFolder.h"
11+
#include "AnnotatorLib/ImageSet/ImageFolder.h"
1212

1313
#include <set>
1414
#include <stdexcept>

0 commit comments

Comments
 (0)