Uses of Class
adams.core.base.LabeledRectangle
-
Packages that use LabeledRectangle Package Description adams.data.image.transformer.subimages -
-
Uses of LabeledRectangle in adams.data.image.transformer.subimages
Fields in adams.data.image.transformer.subimages declared as LabeledRectangle Modifier and Type Field Description protected LabeledRectangle[]LabeledRegions. m_Regionsthe regions to use.Methods in adams.data.image.transformer.subimages that return LabeledRectangle Modifier and Type Method Description LabeledRectangle[]LabeledRegions. 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 LabeledRectangle Modifier and Type Method Description voidLabeledRegions. setRegions(LabeledRectangle[] value)Sets the regions to extract (x y w h, 0 or 1-based x/y).
-