Skip to content

Commit 495f27a

Browse files
committed
Move CompareImages to SEUtils
1 parent cb145ef commit 495f27a

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

SEFramework/tests/src/Image/FunctionalImage_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "SEFramework/Image/FunctionalImage.h"
99
#include "SEFramework/Image/VectorImage.h"
1010

11-
#include "CompareImages.h"
11+
#include "SEUtils/CompareImages.h"
1212

1313
using namespace SExtractor;
1414

SEFramework/tests/src/Image/MirrorImage_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "SEFramework/Image/MirrorImage.h"
99
#include "SEFramework/Image/VectorImage.h"
1010

11-
#include "CompareImages.h"
11+
#include "SEUtils/CompareImages.h"
1212

1313
using namespace SExtractor;
1414

SEFramework/tests/src/Image/PaddedImage_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "SEFramework/Image/PaddedImage.h"
99
#include "SEFramework/Image/VectorImage.h"
1010

11-
#include "CompareImages.h"
11+
#include "SEUtils/CompareImages.h"
1212

1313
using namespace SExtractor;
1414

SEFramework/tests/src/Image/RecenterImage_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "SEFramework/Image/RecenterImage.h"
1111
#include "SEFramework/Image/VectorImage.h"
1212

13-
#include "CompareImages.h"
13+
#include "SEUtils/CompareImages.h"
1414

1515
using namespace SExtractor;
1616

SEImplementation/tests/src/Segmentation/BackgroundConvolution_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <boost/mpl/list.hpp>
44
#include <random>
55

6-
#include "SEFramework/tests/src/Image/CompareImages.h"
6+
#include "SEUtils/CompareImages.h"
77

88
using namespace SExtractor;
99

File renamed without changes.

0 commit comments

Comments
 (0)