Package qupath.opencv.ml.objects.features


package qupath.opencv.ml.objects.features
Extract object features using OpenCV.
  • Class
    Description
    Interface for extracting features from PathObjects for the purpose of object classification.
    Helper class for extracting features from objects, used along with ObjectClassifiers.
    Class to help with simple feature normalization, by adding an offset and then multiplying by a scaling factor.
    Helper class for preprocessing input for machine learning algorithms using OpenCV Mats.
    Helper class to apply PCA projection.