comparison UnitTestsSources/ImageToolboxTests.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 8a0a62189f46
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
16 * 16 *
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #include <Framework/Toolbox/ImageToolbox.h> 21 #include "../Framework/Toolbox/ImageToolbox.h"
22 22
23 // #include <boost/chrono.hpp> 23 // #include <boost/chrono.hpp>
24 // #include <boost/lexical_cast.hpp> 24 // #include <boost/lexical_cast.hpp>
25 25
26 #include <Core/Compatibility.h> 26 #include <Compatibility.h>
27 #include <Core/Images/Image.h> 27 #include <Images/Image.h>
28 #include <Core/Images/PixelTraits.h> 28 #include <Images/PixelTraits.h>
29 29
30 #include "stdint.h" 30 #include "stdint.h"
31 31
32 #include "gtest/gtest.h" 32 #include <gtest/gtest.h>
33 33
34 #include <cmath> 34 #include <cmath>
35 35
36 36
37 TEST(ImageToolbox, SimpleHisto_Grayscale8_BinSize1) 37 TEST(ImageToolbox, SimpleHisto_Grayscale8_BinSize1)