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 aDnnModelfromDnnModelParams.Parameters to build aDnnModel.Builder forDnnModelParams.Helper class for building new DnnModels.Initial implementation of a patch-basedObjectClassifierusing 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 ofModelsupported by OpenCV.ADnnModelBuilderimplementation that uses OpenCV's DNN module to build aNet.Initial implementation of a patch-basedObjectClassifierusing an OpenCV-compatible DNN.Prediction function, typically used with a deep learning framework.