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