| Package | Description |
|---|---|
| boofcv.alg.feature.color |
| Modifier and Type | Method and Description |
|---|---|
void |
FHistogramOps.histogram_RGB_to_HS_U8(MultiSpectral<ImageUInt8> image,
int x0,
int y0,
int x1,
int y1,
float minimumValue,
float[] hsv,
FHistogramNormalized output) |
void |
FHistogramOps.histogram_U8(ImageUInt8 image,
int maxPixelValue,
int x0,
int y0,
int x1,
int y1,
FHistogramNormalized output) |
void |
FHistogramOps.histogram_U8(MultiSpectral<ImageUInt8> image,
int maxPixelValue,
int x0,
int y0,
int x1,
int y1,
FHistogramNormalized output) |
Copyright © 2013. All Rights Reserved.