// Description: An aggregate file for image processing.
#ifndef PASTELGFX_IMAGE_PROCESSING_H
#define PASTELGFX_IMAGE_PROCESSING_H
#include "pastel/gfx/image_processing/branching_number.h"
#include "pastel/gfx/image_processing/convolution.h"
#include "pastel/gfx/image_processing/labeling.h"
#include "pastel/gfx/image_processing/image_morphology.h"
#include "pastel/gfx/image_processing/structuring_elements.h"
#endif