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
- Author:
- Pete Bankhead
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildModel
(DnnModelParams params) Build aDnnModel
if possible, or return null otherwise.
-
Constructor Details
-
OpenCVDnnModelBuilder
public OpenCVDnnModelBuilder()
-
-
Method Details
-
buildModel
Description copied from interface:DnnModelBuilder
Build aDnnModel
if possible, or return null otherwise. This should return null quickly whenever it is known that the model cannot be built.- Specified by:
buildModel
in interfaceDnnModelBuilder
- Parameters:
params
-- Returns:
-