|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::vector< float > MayaFlux::Kinesis::Vision::threshold_otsu | ( | std::span< const float > | gray | ) |
Otsu threshold: finds the optimal global threshold by maximising inter-class variance, then applies it.
| gray | Single-channel float span, size must be w * h. |
Definition at line 346 of file PixelOps.cpp.
References threshold_otsu().
Here is the call graph for this function: