Package qupath.opencv.dnn
Class OpenCVDnnModelBuilder
java.lang.Object
qupath.opencv.dnn.OpenCVDnnModelBuilder
- All Implemented Interfaces:
- DnnModelBuilder
A 
DnnModelBuilder implementation that uses OpenCV's DNN module 
 to build a Net.- Since:
- v0.4.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuildModel(DnnModelParams params) Build aDnnModelif possible, or return null otherwise.
- 
Constructor Details- 
OpenCVDnnModelBuilderpublic OpenCVDnnModelBuilder()
 
- 
- 
Method Details- 
buildModelDescription copied from interface:DnnModelBuilderBuild aDnnModelif possible, or return null otherwise. This should return null quickly whenever it is known that the model cannot be built.- Specified by:
- buildModelin interface- DnnModelBuilder
- Parameters:
- params-
- Returns:
 
 
-