Xmipp  v3.23.11-Nereus
Classes | Macros
transform_morphology.cpp File Reference
#include "core/xmipp_metadata_program.h"
#include "core/xmipp_image.h"
#include "data/morphology.h"
#include "data/filters.h"
Include dependency graph for transform_morphology.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProgMorphology
 

Macros

#define DILATION   1
 
#define EROSION   2
 
#define OPENING   3
 
#define CLOSING   4
 
#define SHARPENING   5
 
#define KEEPBIGGEST   6
 
#define REMOVESMALL   7
 

Macro Definition Documentation

◆ CLOSING

#define CLOSING   4

Definition at line 39 of file transform_morphology.cpp.

◆ DILATION

#define DILATION   1

Definition at line 36 of file transform_morphology.cpp.

◆ EROSION

#define EROSION   2

Definition at line 37 of file transform_morphology.cpp.

◆ KEEPBIGGEST

#define KEEPBIGGEST   6

Definition at line 41 of file transform_morphology.cpp.

◆ OPENING

#define OPENING   3

Definition at line 38 of file transform_morphology.cpp.

◆ REMOVESMALL

#define REMOVESMALL   7

Definition at line 42 of file transform_morphology.cpp.

◆ SHARPENING

#define SHARPENING   5

Definition at line 40 of file transform_morphology.cpp.