Edge Filter
This function block applies the Canny edge detection algorithm to the input image, highlighting the edges based on specified thresholds. It allows for dynamic adjustment of the edge detection sensitivity using a slider.
📥 Inputs
Image Any
This input expects an image, typically in grayscale, upon which edge detection will be performed.
📤 Outputs
Image Gray
The output is a grayscale image that contains the detected edges.
🕹️ Controls
Filter Coefficient
This slider allows you to adjust the sensitivity of edge detection. Moving the slider will change the thresholds used in the Canny edge detection algorithm.
🎨 Features
Dynamic Threshold Adjustment
The edge detection thresholds can be modified in real time using the slider for immediate feedback.
Robust Edge Detection
Utilizes the Canny algorithm, well-known for its accuracy in edge detection, making this an effective tool for identifying object boundaries.
📝 Usage Instructions
Input Image: Connect a grayscale image to the input. If the image is in color, it may be necessary to convert it to grayscale before input.
Adjust Threshold: Use the
Filter Coefficient
slider to modify the sensitivity of edge detection.Evaluate: Run the block to perform edge detection, and view the resulting output image highlighting the detected edges.
📊 Evaluation
When executed, this function block produces an output image where the edges detected in the input are marked, allowing you to easily visualize the object's contours.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated