mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 19:29:58 +01:00
Remove (obsolete) filters from ImageProcessingShader
This shader is now only for Color correction
This commit is contained in:
@@ -31,13 +31,6 @@ public:
|
||||
// chroma key
|
||||
glm::vec4 chromakey;
|
||||
float chromadelta;
|
||||
// filter identifyer
|
||||
// [0] No filter
|
||||
// [1 4] 4 x kernel operations; Blur, Sharpen, Edge, Emboss
|
||||
// [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];
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user