|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::Kinesis::Vision::scharr | ( | std::span< const float > | gray, |
| std::span< float > | dx, | ||
| std::span< float > | dy, | ||
| std::span< float > | tmp, | ||
| uint32_t | w, | ||
| uint32_t | h | ||
| ) |
Scharr gradient writing dx and dy into caller-supplied buffers.
Same contract as the void sobel overload.
Definition at line 99 of file Gradient.cpp.
References h, MayaFlux::Kinesis::Vision::Kernels::scharr_kx, and MayaFlux::Kinesis::Vision::Kernels::scharr_ky.
Referenced by MayaFlux::Kinesis::Vision::VisionExecutor::run(), and scharr().
Here is the caller graph for this function: