Class SegmentationMask
java.lang.Object
com.codename1.ai.vision.SegmentationMask
Per-pixel foreground confidence mask.
-
Constructor Summary
ConstructorsConstructorDescriptionSegmentationMask(int width, int height, float[] confidence) SegmentationMask(int width, int height, float[] confidence, VisionMetadata metadata) -
Method Summary
-
Constructor Details
-
SegmentationMask
public SegmentationMask(int width, int height, float[] confidence) -
SegmentationMask
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getConfidence
public float[] getConfidence() -
getMetadata
-