public static class
InteractiveSegmenter.RegionOfInterest
The Region-Of-Interest (ROI) to interact with.
Public Methods
| static InteractiveSegmenter.RegionOfInterest |
create(List<NormalizedKeypoint> scribble)
Creates a
InteractiveSegmenter.RegionOfInterest instance representing scribbles over the object that the
user wants to segment. |
| static InteractiveSegmenter.RegionOfInterest |
create(NormalizedKeypoint keypoint)
Creates a
InteractiveSegmenter.RegionOfInterest instance representing a single point pointing to the
object that the user wants to segment. |
Inherited Methods
Public Methods
public static InteractiveSegmenter.RegionOfInterest create (List<NormalizedKeypoint> scribble)
Creates a InteractiveSegmenter.RegionOfInterest instance representing scribbles over the object that the
user wants to segment.
Parameters
| scribble |
|---|
public static InteractiveSegmenter.RegionOfInterest create (NormalizedKeypoint keypoint)
Creates a InteractiveSegmenter.RegionOfInterest instance representing a single point pointing to the
object that the user wants to segment.
Parameters
| keypoint |
|---|