// Description: An aggregate file for image morphology.
#ifndef PASTELGFX_IMAGE_MORPHOLOGY_H
#define PASTELGFX_IMAGE_MORPHOLOGY_H
#include "pastel/gfx/image_processing/image_dilation.h"
#include "pastel/gfx/image_processing/image_eroding.h"
#endif