PolygonalROI¶
-
class
glue.core.roi.PolygonalROI(vx=None, vy=None)[source]¶ Bases:
glue.core.roi.VertexROIBaseA class to define 2D polygonal regions-of-interest
Methods Summary
contains(self, x, y)Test whether a set of (x,y) points falls within the region of interest
move_to(self, xdelta, ydelta)Translate the ROI to a center of (x, y)
Methods Documentation