Uses of Class
adams.core.base.BaseRectangle
-
Packages that use BaseRectangle Package Description adams.data.image.transformer.subimages -
-
Uses of BaseRectangle in adams.data.image.transformer.subimages
Fields in adams.data.image.transformer.subimages declared as BaseRectangle Modifier and Type Field Description protected BaseRectangle[]
Regions. m_Regions
the regions to use.Methods in adams.data.image.transformer.subimages that return BaseRectangle Modifier and Type Method Description BaseRectangle[]
Regions. getRegions()
Returns the regions to extract (x y w h, 0 or 1-based x/y).Methods in adams.data.image.transformer.subimages with parameters of type BaseRectangle Modifier and Type Method Description void
Regions. setRegions(BaseRectangle[] value)
Sets the regions to extract (x y w h, 0 or 1-based x/y).
-