RectangularROI¶
-
class
glue.core.roi.RectangularROI(xmin=None, xmax=None, ymin=None, ymax=None)[source]¶ Bases:
glue.core.roi.RoiA 2D rectangular region of interest.
Methods Summary
center()contains(x, y)Test whether a set of (x,y) points falls within corner()defined()height()move_to(x, y)reset()Reset the rectangular region. to_polygon()transpose([copy])update_limits(xmin, ymin, xmax, ymax)Update the limits of the rectangle width()Methods Documentation