modules
core
include
ecvl
core.h
Go to the documentation of this file.
1
/*
2
* ECVL - European Computer Vision Library
3
* Version: 0.3.4
4
* copyright (c) 2021, Università degli Studi di Modena e Reggio Emilia (UNIMORE), AImageLab
5
* Authors:
6
* Costantino Grana (costantino.grana@unimore.it)
7
* Federico Bolelli (federico.bolelli@unimore.it)
8
* Michele Cancilla (michele.cancilla@unimore.it)
9
* Laura Canalini (laura.canalini@unimore.it)
10
* Stefano Allegretti (stefano.allegretti@unimore.it)
11
* All rights reserved.
12
*/
13
14
#ifndef ECVL_CORE_H_
15
#define ECVL_CORE_H_
16
17
#include "
core/arithmetic.h
"
18
#include "
core/datatype.h
"
19
#include "core/hal.h"
20
#include "
core/image.h
"
21
#include "
core/imgcodecs.h
"
22
#include "
core/imgproc.h
"
23
#include "
core/iterators.h
"
24
#include "
core/macros.h
"
25
#include "
core/support_opencv.h
"
26
#include "
core/support_nifti.h
"
27
28
#ifdef ECVL_WITH_DICOM
29
#include "
core/support_dcmtk.h
"
30
#endif
31
32
#ifdef ECVL_WITH_OPENSLIDE
33
#include "
core/support_openslide.h
"
34
#endif
35
36
#endif // ECVL_CORE_H_
datatype.h
support_dcmtk.h
imgcodecs.h
macros.h
iterators.h
image.h
arithmetic.h
imgproc.h
support_openslide.h
support_nifti.h
support_opencv.h
Generated by
1.8.15