|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::Kinesis::Vision::gaussian_blur | ( | std::span< const float > | src, |
| std::span< float > | tmp, | ||
| std::span< float > | dst, | ||
| uint32_t | w, | ||
| uint32_t | h, | ||
| float | sigma | ||
| ) |
Gaussian blur writing into caller-supplied buffers.
| src | Input span, size w * h. |
| tmp | Scratch span for horizontal pass, size >= w * h. |
| dst | Output span, size >= w * h. |
| w | Image width in pixels. |
| h | Image height in pixels. |
| sigma | Standard deviation in pixels. Must be > 0. |
Definition at line 522 of file ImageFilter.cpp.
References filter_separable(), h, radius, and sigma.
Here is the call graph for this function: