public static class ComputeRegionMeanColor.U8 extends ComputeRegionMeanColor<boofcv.struct.image.GrayU8>
GrayU8ComputeRegionMeanColor.F32, ComputeRegionMeanColor.PL_F32, ComputeRegionMeanColor.PL_U8, ComputeRegionMeanColor.U8| Constructor and Description |
|---|
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.GrayU8>index - Pixel index in the image which is being readsum - Where the pixel's value is added to