0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

feat(image_roi_tree): gui roi manager for image widget

This commit is contained in:
2025-05-20 16:39:04 +02:00
committed by Jan Wyzula
parent 41b7ca8e64
commit a939c3b1c4
9 changed files with 830 additions and 23 deletions

View File

@ -36,7 +36,7 @@ def test_default_properties(bec_image_widget_with_roi):
assert roi.label.startswith("ROI")
assert roi.line_width == 10
assert roi.line_width == 5
# concrete subclass type
assert isinstance(roi, RectangularROI) if roi_type == "rect" else isinstance(roi, CircularROI)