Package qupath.opencv.dnn
package qupath.opencv.dnn
QuPath classes to use OpenCV's DNN module.
-
ClassDescriptionWrapper for a deep learning model in a pipeline using OpenCV.BlobFunction<T>Convert OpenCV Mats into blobs (tensors) for use with a deep learning framework.General interface for implementing a deep learning model in a pipeline using OpenCV.Builder to create a
DnnModel
fromDnnModelParams
.Parameters to build aDnnModel
.Builder forDnnModelParams
.Helper class for building new DnnModels.Initial implementation of a patch-basedObjectClassifier
using an OpenCV-compatible DNN.Helper class to represent input and output shapes associated withPredictionFunction
.Tools for working with OpenCV's DNN module.Helper class to summarize a DNN layer.Wrapper for an OpenCV Net, including essential metadata about how it should be used.Helper class to build anOpenCVDnn
.Enum representing different classes ofModel
supported by OpenCV.ADnnModelBuilder
implementation that uses OpenCV's DNN module to build aNet
.Initial implementation of a patch-basedObjectClassifier
using an OpenCV-compatible DNN.Prediction function, typically used with a deep learning framework.