performance improvements

This commit is contained in:
franksim
2025-11-11 10:52:27 +01:00
parent a00ddedb23
commit 7245042b54
26 changed files with 84 additions and 32 deletions

View File

@@ -25,6 +25,7 @@ class AnnotationRect:
self.x2 *= factor
self.y1 *= factor
self.y2 *= factor
return self
@staticmethod
def fromarray(arr: np.ndarray):