Cleanup ImguiVisitor & image shaders interface

This commit is contained in:
brunoherbelin
2020-04-28 13:55:52 +02:00
parent 203ee4bea9
commit 091eceefe5
4 changed files with 10 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
#include "Shader.h"
class ImageProcessingShader : public Shader
{
public:
@@ -41,6 +42,7 @@ public:
// [5] 1 x convolution opening (denoising)
// [6 11] 6 x convolutions: erosion 3x3, 5x5, 7x7, dilation 3x3, 5x5, 7x7
int filterid;
static const char* filter_names[12];
};