Corner Detector
This function block specializes in detecting corner patterns within images. Utilizing well-known algorithms, it provides an efficient means to identify significant points of interest that can be useful in various image processing tasks.
π₯ Inputs
Image Any
This input accepts any image data for corner detection.
π€ Outputs
Detected Corners
The output shows the original image with detected corners highlighted.
Number of Corners
This output indicates the total number of corners detected in the input image.
Locations
This output provides the exact locations of detected corners as coordinate points.
πΉοΈ Controls
Detector Type
A dropdown menu that allows you to select the corner detection algorithm to be used, either "HARRIS CORNER" or "SHI-THOMAS CORNER".
Threshold
A slider to adjust the sensitivity of corner detection. Higher values may yield fewer corners, while lower values may return more corners.
π¨ Features
Multiple Detection Methods
Users can choose between different corner detection algorithms based on their specific needs.
Visual Output
Corners are displayed on the image using colored circles, providing clear visual feedback on the detected features.
π Usage Instructions
Connect Input Image: Link an image to the
Image Any
input for analysis.Select Detector Type: Choose the desired corner detection algorithm from the
Detector Type
dropdown.Adjust Threshold: Use the
Threshold
slider to set the sensitivity of the corner detection process.Run the Block: Evaluate the block to perform corner detection. The output will include the image with detected corners, the count of corners, and their respective locations.
π Evaluation
When executed, this function block will process the input image, highlight detected corners, and provide relevant numerical and coordinate data on the output.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated