|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::Kinesis::Vision::open | ( | std::span< const float > | mask, |
| std::span< float > | tmp, | ||
| std::span< float > | dst, | ||
| uint32_t | w, | ||
| uint32_t | h, | ||
| uint32_t | radius | ||
| ) |
Morphological opening writing into dst.
tmp is used for the intermediate erode result. Size >= w * h, must not alias mask or dst.
Definition at line 111 of file Morphology.cpp.
References dilate(), erode(), h, and radius.
Referenced by open(), and MayaFlux::Kinesis::Vision::VisionExecutor::run().
Here is the call graph for this function:
Here is the caller graph for this function: