Table of Contents
Chapter 1 Introduction
Chapter 2 Core library
Chapter 3 Intègre: basic data types
3.1 Global overview
3.1.1 What is Intègre ?
3.1.2 Interactions with builtin types
3.1.3 Generic algorithms support
3.1.4 Available types
3.2 Using Intègre
3.2.1 Compilation
3.2.2 Namespace
3.2.3 Includes
3.3 Types properties
3.3.1 Naming scheme and conventions
3.3.2 Properties which are types
3.3.3 Properties which are values
3.3.4 Accessing types properties
3.4 Ensuring programs safety
3.4.1 Concept checking
3.4.2 Overflow checking
3.4.3 Behaviors
3.5 Types reference
3.5.1 Hierarchy
3.5.2
bin
3.5.3
cplx
3.5.4
cycle
3.5.5
float_d
3.5.6
float_s
3.5.7
int_s
3.5.8
int_u
3.5.9
range
3.5.10
vec
3.6 FAQ
Chapter 4 Processings
4.1 Morphological processings
4.1.1 morpho::area_closing
4.1.2 morpho::area_opening
4.1.3 morpho::beucher_gradient
4.1.4 morpho::black_top_hat
4.1.5 morpho::closing
4.1.6 morpho::dilation
4.1.7 morpho::erosion
4.1.8 morpho::external_gradient
4.1.9 morpho::fast_maxima_killer
4.1.10 morpho::fast_minima_killer
4.1.11 morpho::geodesic_dilation
4.1.12 morpho::geodesic_erosion
4.1.13 morpho::hit_or_miss
4.1.14 morpho::hit_or_miss_closing
4.1.15 morpho::hit_or_miss_closing_bg
4.1.16 morpho::hit_or_miss_opening
4.1.17 morpho::hit_or_miss_opening_bg
4.1.18 morpho::hybrid_geodesic_reconstruction_dilation
4.1.19 morpho::hybrid_geodesic_reconstruction_erosion
4.1.20 morpho::internal_gradient
4.1.21 morpho::laplacian
4.1.22 morpho::n_dilation
4.1.23 morpho::n_erosion
4.1.24 morpho::opening
4.1.25 morpho::self_complementary_top_hat
4.1.26 morpho::sequential_geodesic_reconstruction_dilation
4.1.27 morpho::sequential_geodesic_reconstruction_erosion
4.1.28 morpho::simple_geodesic_dilation
4.1.29 morpho::simple_geodesic_erosion
4.1.30 morpho::sure_geodesic_reconstruction_dilation
4.1.31 morpho::sure_geodesic_reconstruction_erosion
4.1.32 morpho::sure_maxima_killer
4.1.33 morpho::sure_minima_killer
4.1.34 morpho::top_hat_contrast_op
4.1.35 morpho::watershed_con
4.1.36 morpho::watershed_seg
4.1.37 morpho::watershed_seg_or
4.1.38 morpho::white_top_hat
4.2 Level processings
4.2.1 level::connected_component
4.2.2 level::frontp_connected_component