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

◆ get_extraction_type()

template<ComputeData InputType = std::shared_ptr<Kakshya::SignalSourceContainer>, ComputeData OutputType = std::vector<Kakshya::DataVariant>>
ExtractionType MayaFlux::Yantra::VisionExtractor< InputType, OutputType >::get_extraction_type ( ) const
inlineoverridevirtual

Gets the extraction type category for this extractor.

Returns
ExtractionType enum value

Implements MayaFlux::Yantra::UniversalExtractor< InputType, OutputType >.

Definition at line 72 of file VisionExtractor.hpp.

73 {
75 }
@ REGION_BASED
Extract from spatial/temporal regions.

References MayaFlux::Yantra::REGION_BASED.