2D Filter
This function block applies a selected 2D filtering operation to an image, which can enhance features, detect edges, or apply special effects.
π₯ Inputs
Image Any
This input accepts any image data, which will be processed using the selected filter.
π€ Outputs
Image Gray
The output provides the filtered image in grayscale format.
πΉοΈ Controls
Filter Type
A dropdown menu that allows you to select from different pre-defined filtering methods.
π¨ Features
Multiple Filtering Options
The function block includes various kernel filters such as Emboss, Contour, Sharpen, and different edge detection methods (Sobel, Laplacian).
Dynamic Processing
The block dynamically processes images based on the selected filter by applying it directly to the input image.
π Usage Instructions
Input Image: Connect any image source to the input socket.
Select Filter: Choose a filter from the
Filter Type
dropdown to apply it to the image.Evaluate: Run the block to process the image with the selected filter.
π Evaluation
When executed, this function block processes the input image and applies the selected filter, returning the filtered grayscale image.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated
Was this helpful?