public static class ComputeRegionMeanColor.PL_U8 extends ComputeRegionMeanColor<boofcv.struct.image.Planar<boofcv.struct.image.GrayU8>>
PlanarComputeRegionMeanColor.F32, ComputeRegionMeanColor.PL_F32, ComputeRegionMeanColor.PL_U8, ComputeRegionMeanColor.U8| Constructor and Description |
|---|
PL_U8(int numBands) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPixelValue(int index,
float[] sum)
Image type specific implementation.
|
processprotected void addPixelValue(int index,
float[] sum)
ComputeRegionMeanColoraddPixelValue in class ComputeRegionMeanColor<boofcv.struct.image.Planar<boofcv.struct.image.GrayU8>>index - Pixel index in the image which is being readsum - Where the pixel's value is added to