Class SegmentationModel

java.lang.Object
org.opencv.dnn.Model
org.opencv.dnn.SegmentationModel

public class SegmentationModel
extends Model
This class represents high-level API for segmentation models SegmentationModel allows to set params for preprocessing input image. SegmentationModel creates net from file with trained weights and config, sets preprocessing input, runs forward pass and returns the class prediction for each pixel.