Second commit of ROI method, not sure if the first one worked
This commit is contained in:
@@ -92,6 +92,7 @@ class ROI:
|
||||
@property
|
||||
def rows(self):
|
||||
return slice(self.bottom, self.top)
|
||||
|
||||
@property
|
||||
def LeftRightBottomTop(self):
|
||||
return [self.left, self.right, self.bottom, self.top]
|
||||
|
||||
Reference in New Issue
Block a user