0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

refactor(image_roi): glowing handles for Rectangle roi

This commit is contained in:
2025-05-20 21:11:14 +02:00
committed by Jan Wyzula
parent a020f2dc7e
commit 7a531c17d6
3 changed files with 6 additions and 4 deletions

View File

@ -3,9 +3,7 @@ from __future__ import annotations
from typing import Literal
import numpy as np
import pyqtgraph as pg
import pytest
from qtpy.QtCore import QPointF
from bec_widgets.widgets.plots.image.image import Image
from bec_widgets.widgets.plots.roi.image_roi import CircularROI, RectangularROI, ROIController