Minimum Rectangle
This function block identifies and outputs the minimum enclosing rectangle around a specified contour in an image. It visually marks the identified rectangle and provides additional geometric information for analysis.
π₯ Inputs
Image Any
The input image where the contour is located.
Contour
The contour data that defines the shape for which the minimum enclosing rectangle will be calculated.
π€ Outputs
Image
The output image with the minimum rectangle drawn around the specified contour.
Center
The center point of the identified rectangle.
Width
The width of the rectangle.
Height
The height of the rectangle.
Rectangle
The shape data representing the rectangle.
πΉοΈ Controls
This block does not have any additional controls. It operates primarily on the inputs provided.
π¨ Features
Visual Output
The block draws the identified rectangle directly on the input image for immediate visual feedback.
Geometric Information
Outputs essential measurements such as the rectangle's center, width, and height.
π Usage Instructions
Connect Input Image: Link an image containing the contour to the
Image Any
input.Provide Contour: Connect the contour data to the
Contour
input.Evaluate the Block: Run the block to retrieve an image with the minimum enclosing rectangle drawn around the contour, along with its center point, width, and height.
π Evaluation
When executed, this function block processes the input image and the contour data to return the annotated image and geometric properties of the minimum enclosing rectangle.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated