color_modelsΒΆ

Make a color model based on reference pixel color values.

Classes

BaseDistance

Base class for all color distance models.

GaussianMixtureModelDistance

A Gaussian Mixture Model from sklearn where the loglikelihood is converted to a distance with so output is similar til mahalanobis.

MahalanobisDistance

A multivariate normal distribution used to describe the color of a set of pixels.

ReferencePixels

A Class for handling the reference pixels for color models.