public static class ComputeRegionMeanColor.MS_U8 extends ComputeRegionMeanColor<boofcv.struct.image.MultiSpectral<boofcv.struct.image.ImageUInt8>>
MultiSpectralComputeRegionMeanColor.F32, ComputeRegionMeanColor.MS_F32, ComputeRegionMeanColor.MS_U8, ComputeRegionMeanColor.U8| Constructor and Description |
|---|
ComputeRegionMeanColor.MS_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.MultiSpectral<boofcv.struct.image.ImageUInt8>>index - Pixel index in the image which is being readsum - Where the pixel's value is added to