MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_available_methods()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = std::vector<Kakshya::DataVariant>>
std::vector< std::string > MayaFlux::Yantra::VisionAnalyzer< InputType, OutputType >::get_available_methods ( ) const
inlineoverridevirtual

Get available analysis methods for this analyzer.

Returns
Vector of method names supported by this analyzer

Reimplemented from MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >.

Definition at line 160 of file VisionAnalyzer.hpp.

161 {
162 return { "default" };
163 }