Closed jpirnay closed 1 week ago
This PR adds a new contour generation feature to the image property panel. The implementation includes a new ContourPanel class that allows users to detect and generate contours from images with various parameters for customization. The panel provides real-time preview functionality and supports both polygon and bounding rectangle detection methods.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Added a new ContourPanel class for contour generation functionality |
|
meerk40t/gui/propertypanels/imageproperty.py |
Modified image contour detection functions to include area information |
|
meerk40t/image/imagetools.py |
Registered the new ContourPanel in the application |
|
meerk40t/gui/wxmeerk40t.py |
Add a contour generation tab to the image property panel. This panel will allow to generate contours identified within the image.
Summary by Sourcery
Add a contour generation feature to the image property panel, allowing users to generate and manage contours from images with various customization options.
New Features:
Enhancements: