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

◆ get_extractor_name()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
virtual std::string MayaFlux::Yantra::UniversalExtractor< InputType, OutputType >::get_extractor_name ( ) const
inlineprotectedvirtual

Get extractor-specific name (derived classes override this)

Returns
Extractor name string

Reimplemented in MayaFlux::Yantra::FeatureExtractor< Kakshya::RegionGroup, Kakshya::RegionGroup >, MayaFlux::Yantra::GpuExtractor< InputType, OutputType >, and MayaFlux::Yantra::Granular::SegmentOp.

Definition at line 241 of file UniversalExtractor.hpp.

241{ return "UniversalExtractor"; }