Package qupath.lib.classifiers.object
package qupath.lib.classifiers.object
Classes for object classification in QuPath.
-
ClassDescriptionAbstract class to help with the creation of object classifiers.Interface defining object classifiers, which assign PathClasses to PathObjects.Helper class for creating ObjectClassifiers.Builder to create a simple
ObjectClassifier
that assigns a classification based upon whether the measurement of an object is above, equal to or below a specified threshold.TypeAdapterFactory
to help with serializing ObjectClassifiers to and from JSON.