public class SegmentationModel extends Model
Modifier | Constructor and Description |
---|---|
protected |
SegmentationModel(long addr) |
|
SegmentationModel(Net network)
Create model from deep learning network.
|
|
SegmentationModel(String model)
Create segmentation model from network represented in one of the supported formats.
|
|
SegmentationModel(String model,
String config)
Create segmentation model from network represented in one of the supported formats.
|
Modifier and Type | Method and Description |
---|---|
static SegmentationModel |
__fromPtr__(long addr) |
protected void |
finalize() |
void |
segment(Mat frame,
Mat mask)
Given the
input frame, create input blob, run net |
predict, setInputCrop, setInputMean, setInputParams, setInputParams, setInputParams, setInputParams, setInputParams, setInputParams, setInputScale, setInputSize, setInputSize, setInputSwapRB
connect, dump, dumpToFile, empty, enableFusion, forward, forward, forward, forward, forward, getFLOPS, getFLOPS, getFLOPS, getFLOPS, getLayer, getLayerId, getLayerNames, getLayersCount, getLayerTypes, getMemoryConsumption, getMemoryConsumption, getMemoryConsumption, getNativeObjAddr, getParam, getParam, getPerfProfile, getUnconnectedOutLayers, getUnconnectedOutLayersNames, readFromModelOptimizer, setHalideScheduler, setInput, setInput, setInput, setInput, setInputsNames, setParam, setPreferableBackend, setPreferableTarget
protected SegmentationModel(long addr)
public SegmentationModel(Net network)
network
- Net object.public SegmentationModel(String model, String config)
model
and config
arguments does not matter.model
- Binary file contains trained weights.config
- Text file contains network configuration.public SegmentationModel(String model)
model
and config
arguments does not matter.model
- Binary file contains trained weights.public static SegmentationModel __fromPtr__(long addr)
public void segment(Mat frame, Mat mask)
input
frame, create input blob, run netmask
- Allocated class prediction for each pixelframe
- automatically generatedGenerated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2