SpatiumLib
imgproc.h
Go to the documentation of this file.
1 /*
2  * Program: Spatium Library
3  *
4  * Copyright (C) Martijn Koopman
5  * All Rights Reserved
6  *
7  * This software is distributed WITHOUT ANY WARRANTY; without even
8  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  * PURPOSE.
10  *
11  */
12 
13 #ifndef SPATIUMLIB_IMGPROC_H
14 #define SPATIUMLIB_IMGPROC_H
15 
16 #include "imgproc/IImageFilter.h"
18 #include "imgproc/Grayscale.h"
19 #include "imgproc/Sobel.h"
20 #include "imgproc/Blur.h"
21 
22 #endif // SPATIUMLIB_IMGPROC_H