Script execution
This commit is contained in:
@@ -14,7 +14,7 @@ def integrate_roi(source, x,y, w, h):
|
||||
if source.data is None:
|
||||
source.update()
|
||||
roi = source.data.getRoi(Rectangle(x,y, w, h))
|
||||
return sum(roi.integrateHorizontally(False))
|
||||
return roi.integrate(False)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user