Blender V4.3
morphological_blur.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::realtime_compositor
 

Functions

static const char * blender::realtime_compositor::get_shader (MorphologicalBlurOperation operation)
 
static void blender::realtime_compositor::apply_morphological_operator (Context &context, Result &input, Result &blurred_input, MorphologicalBlurOperation operation)
 
void blender::realtime_compositor::morphological_blur (Context &context, Result &input, Result &output, float2 radius, MorphologicalBlurOperation operation=MorphologicalBlurOperation::Erode, int filter_type=R_FILTER_GAUSS)