Move all image analysis related code to image_analysis/ directory
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include <catch2/catch.hpp>
|
||||
#include "../common/StrongPixelSet.h"
|
||||
#include "../image_analysis/StrongPixelSet.h"
|
||||
|
||||
TEST_CASE("DiffractionSpot_AddOperator","[StrongPixelSet]") {
|
||||
DiffractionSpot spot1(4,1,10), spot2(3,4,5);
|
||||
|
||||
Reference in New Issue
Block a user