| Class | Description |
|---|---|
| AverageDownSampleOps |
Operations related to down sampling image by computing the average within square regions.
|
| ImplAverageDownSample |
* Overlays a rectangular grid on top of the src image and computes the average value within each cell
which is then written into the dst image.
|
| ImplAverageDownSample2 |
Implementation of
AverageDownSampleOps specialized for square regions of width 2. |
| ImplAverageDownSampleN |
Implementation of
AverageDownSampleOps specialized for square regions of width N. |