de.unihalle.informatik.MiToBo.apps.singleCellTracking2D
Class LabelAreasToRegions
java.lang.Object
de.unihalle.informatik.MiToBo.apps.singleCellTracking2D.LabelAreasToRegions
public class LabelAreasToRegions
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LabelAreasToRegions
public LabelAreasToRegions()
getRegions
public static MTBRegion2DSet getRegions(MTBImage frame,
int bgLabel)
- Parameters:
frame
- frame from which the regions should be extractedbgLabel
- label assigned to the background
- Returns:
- region set of all regions except the background region
getRegions
public static MTBRegion2DSet getRegions(MTBImage frame)
- Parameters:
frame
-
- Returns:
- region set of all regions (possibly including the background region)
getBackground
public static MTBRegion2D getBackground(MTBImage frame,
int bgLabel)
- Parameters:
frame
- bgLabel
- label assigned to the background
- Returns:
- background region
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.