| Class | Description |
|---|---|
| ConvolveImageStandard |
Standard algorithms with no fancy optimization for convolving 1D and 2D kernels across an image.
|
| ConvolveImageStandardSparse |
General implementation of
ConvolveImageNoBorderSparse. |
| ConvolveImageUnrolled_F32_F32 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
| ConvolveImageUnrolled_S16_I16 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
| ConvolveImageUnrolled_S16_I16_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
| ConvolveImageUnrolled_S32_S32 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
| ConvolveImageUnrolled_S32_S32_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
| ConvolveImageUnrolled_U8_I16 |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
| ConvolveImageUnrolled_U8_I8_Div |
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
|
| ImplConvolveBox |
Convolves a box filter across an image.
|
| ImplConvolveMean |
Convolves a mean filter across the image.
|
Copyright © 2013. All Rights Reserved.