Blur
This function block is used to apply various types of blurring effects to an input image. You can choose the desired blur type and adjust the kernel size for the chosen effect.
📥 Inputs
Image Any
The image that will be processed and blurred.
📤 Outputs
Image Any
The output will be the blurred version of the input image.
🕹️ Controls
Blur Type
A dropdown menu to select the type of blur to apply:
Average Blur: A simple blur that calculates the average of neighboring pixel values.
Gaussian Blur: A weighted blur that gives more importance to the center pixels.
Median Blur: A blur that replaces each pixel's value with the median value of its neighboring pixels, effective in reducing noise.
Kernel Size
A slider that adjusts the size of the kernel used for the blurring effect. Larger kernel sizes result in more pronounced blurring.
🎨 Features
Multiple Blur Options
Users can choose between different types of blurs, allowing for flexibility in image processing.
Adjustable Blur Intensity
The kernel size slider provides a simple way to customize the intensity of the blur effect.
📝 Usage Instructions
Input Image: Connect any image you wish to blur to the input of this block.
Select Blur Type: Choose the desired blur effect from the
Blur Type
dropdown.Adjust Kernel Size: Use the
Kernel Size
slider to select the desired size for the blurring kernel.Evaluate: Run the block to apply the chosen blur to the input image.
📊 Evaluation
When executed, this function block will output the blurred version of the input image based on the selected blur type and kernel size.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated