| Class | Description |
|---|---|
| AverageDownSampleOps |
Operations related to down sampling image by computing the average within square regions.
|
| ImplAverageDownSample2 |
Implementation of
AverageDownSampleOps specialized for square regions of width 2. |
| ImplAverageDownSampleN |
Implementation of
AverageDownSampleOps specialized for square regions of width N. |
| ImplAverageResample |
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.
|
Copyright © 2013. All Rights Reserved.