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