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

◆ get_extractor_name()

std::string MayaFlux::Yantra::Granular::SegmentOp::get_extractor_name ( ) const
inlineoverrideprotectedvirtual

Get extractor name.

Returns
"FeatureExtractor"

Reimplemented from MayaFlux::Yantra::FeatureExtractor< Kakshya::RegionGroup, Kakshya::RegionGroup >.

Definition at line 129 of file GranularWorkflow.hpp.

130 {
131 return "Granular::SegmentOp";
132 }