Padding.h
Go to the documentation of this file.
1#ifndef SHARK_CORE_IMAGE_PADDING_H
2#define SHARK_CORE_IMAGE_PADDING_H
3
4#include <shark/LinAlg/Base.h>
5namespace shark{
6enum class Padding{
7 Valid,
10};
11
12}
13
14#endif