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

◆ method_to_string()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = std::vector<std::vector<double>>>
static std::string MayaFlux::Yantra::FeatureExtractor< InputType, OutputType >::method_to_string ( ExtractionMethod  method)
inlinestatic

Convert extraction method enum to string.

Parameters
methodExtractionMethod value
Returns
Lowercase string representation

Definition at line 169 of file FeatureExtractor.hpp.

170 {
172 }
std::string enum_to_lowercase_string(EnumType value) noexcept
Universal enum to lowercase string converter using magic_enum.

References MayaFlux::Reflect::enum_to_lowercase_string().

Referenced by MayaFlux::Yantra::FeatureExtractor< InputType, OutputType >::extract_implementation(), MayaFlux::Yantra::FeatureExtractor< InputType, OutputType >::get_extraction_parameter(), and MayaFlux::Yantra::FeatureExtractor< InputType, OutputType >::set_extraction_method().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: