Package qupath.opencv.dnn
Interface DnnModelBuilder
- All Known Implementing Classes:
- OpenCVDnnModelBuilder
public interface DnnModelBuilder
Builder to create a 
DnnModel from DnnModelParams.
 This exists to allow different implementations to be added via extensions.- Since:
- v0.4.0
- 
Method SummaryModifier and TypeMethodDescriptionbuildModel(DnnModelParams params) Build aDnnModelif possible, or return null otherwise.
- 
Method Details- 
buildModelBuild aDnnModelif possible, or return null otherwise. This should return null quickly whenever it is known that the model cannot be built.- Parameters:
- params-
- Returns:
 
 
-