1.1.0
CCC
 
EMorpho.hpp File Reference
#include "Enum/AEnum.hpp"

Macros

#define ENUM_MORPHO
 

Macro Definition Documentation

#define ENUM_MORPHO
Value:
EMorpho, UNKNOWN,\
UNKNOWN, 0, "Idle", \
THRESH, 1, "Convert the Input Variable into Binary Image", \
NEGATION, 2, "Invert of the Binary Image", \
EROSION, 3, "Erosion on the Binary Image", \
DILATION, 4, "Dilation on the Binary Image", \
OPEN, 5, "Opening (erosion then dilation) on the Binary Image", \
CLOSE, 6, "Closing (dilation then erosion) on the Binary Image", \
CC, 7, "Connected components (cells assigned Rank of CC)", \
CCSIZE, 8, "Connected components (cells assigned Volume of CC)", \
DISTANCE, 9, "Distance to the pore edge", \
ANGLE, 10, "Angle of the tangent to isovalues of a coloured image", \
GRADIENT, 11, "Gradient components"