File: groups.h

package info (click to toggle)
camitk 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 389,496 kB
  • sloc: cpp: 103,476; sh: 2,448; python: 1,618; xml: 984; makefile: 128; perl: 84; sed: 20
file content (47 lines) | stat: -rw-r--r-- 1,843 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// Doxygen SDK groups creation
/**
 * @defgroup group_cepimaging CEP Imaging
 * The CEP Imaging gathers CamiTK image processing extensions.
 * It requires ITK in order to work.
 * @note
 * By default, this CEP is not configured using CMake, please select it at the configuration step if you wish to compile it.
 *
 *
 * @defgroup group_cepimaging_actions Actions
 * @ingroup group_cepimaging
 * Image processing actions.
 * The CEP Imaging actions are based on ITK.
 *
 *
 * @defgroup group_cepimaging_actions_itkfilters ITK Filters
 * @ingroup group_cepimaging_actions
 * ITK filters based actions.
 * Those actions works on volumic images, i.e. @ref camitk::ImageComponent "ImageComponent".
 *
 * \image html actions/itkfilters.png "The ITK filters actions contextual menu."
 *
 *
 * @defgroup group_cepimaging_actions_itksegmentation ITK Segmentation
 * @ingroup group_cepimaging_actions
 * ITK segmentation filters based actions.
 * Those actions works on volumic images, i.e. @ref camitk::ImageComponent "ImageComponent".
 *
 * \image html actions/itksegmentation.png "The ITK segmentation filters actions contextual menu."
 *
 *
 * @defgroup group_cepimaging_components Components
 * @ingroup group_cepimaging
 * Specific @ref camitk::ImageComponent "ImageComponent"
 * The following @ref camitk::ImageComponent "ImageComponent" are derived classes, useful to handle specific type of volumic image.
 *
 * @defgroup group_cepimaging_components_dicom DICOM
 * @ingroup group_cepimaging_components
 * Old DICOM @ref camitk::Component "Component" to handle DICOM image opened from a directory using GDCM.
 *
 *
 * @defgroup group_cepimaging_components_itkimage ITK Image
 * @ingroup group_cepimaging_components
 * This @ref camitk::Component "Component" uses ITK to handle several volumic image (i.e @ref camitk::ImageComponent).
 *
 *
 **/