performance improvements
This commit is contained in:
@@ -25,6 +25,7 @@ class AnnotationRect:
|
||||
self.x2 *= factor
|
||||
self.y1 *= factor
|
||||
self.y2 *= factor
|
||||
return self
|
||||
|
||||
@staticmethod
|
||||
def fromarray(arr: np.ndarray):
|
||||
|
||||
Reference in New Issue
Block a user