|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
#include "UniversalSorter.hpp"#include "MayaFlux/Yantra/Analyzers/VisionAnalyzer.hpp"#include "MayaFlux/Yantra/Executors/ShaderExecutionContext.hpp"
Include dependency graph for VisionSorter.hpp:Go to the source code of this file.
Classes | |
| class | MayaFlux::Yantra::VisionSorter< InputType, OutputType > |
| Reorders detection results in a VisionAnalysis by a scalar key or callable. More... | |
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Yantra |
Typedefs | |
| using | MayaFlux::Yantra::DataVisionSorter = VisionSorter< std::vector< Kakshya::DataVariant >, std::vector< Kakshya::DataVariant > > |
| using | MayaFlux::Yantra::StandardVisionSorter = VisionSorter< std::shared_ptr< Kakshya::SignalSourceContainer >, std::shared_ptr< Kakshya::SignalSourceContainer > > |
Enumerations | |
| enum class | MayaFlux::Yantra::VisionSortKey : uint8_t { MayaFlux::Yantra::AREA , MayaFlux::Yantra::PERIMETER , MayaFlux::Yantra::CENTROID_X , MayaFlux::Yantra::CENTROID_Y , MayaFlux::Yantra::WIDTH , MayaFlux::Yantra::HEIGHT } |
| Named scalar attributes on vision detection results used as sort keys. More... | |