Uses of Class
boofcv.alg.feature.color.Histogram_F64
-
Uses of Histogram_F64 in boofcv.alg.feature.color
Modifier and TypeMethodDescriptionHistogram_F64.copy()
Creates an exact copy of "this" histogramHistogram_F64.newInstance()
Creates a new instance of this histogram which has the same "shape" and min / max values.Modifier and TypeMethodDescriptionstatic void
GHistogramFeatureOps.histogram
(double[] colors, int length, Histogram_F64 histogram) Computes a coupled histogram from a list of colors.static <T extends ImageGray<T>>
voidGHistogramFeatureOps.histogram
(Planar<T> image, Histogram_F64 histogram) Computes a joint histogram for a planar image.static void
HistogramFeatureOps.histogram_F32
(Planar<GrayF32> image, Histogram_F64 histogram) static void
HistogramFeatureOps.histogram_U8
(Planar<GrayU8> image, Histogram_F64 histogram)