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