|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::Kinesis::Vision::morph_gradient | ( | std::span< const float > | mask, |
| std::span< float > | tmp, | ||
| std::span< float > | dst, | ||
| uint32_t | w, | ||
| uint32_t | h, | ||
| uint32_t | radius | ||
| ) |
Morphological gradient (dilate - erode) writing into dst.
tmp used for the dilate intermediate. Eigen subtraction for final step.
Definition at line 141 of file Morphology.cpp.
References dilate(), erode(), h, and radius.
Referenced by morph_gradient(), and MayaFlux::Kinesis::Vision::VisionExecutor::run().
Here is the call graph for this function:
Here is the caller graph for this function: