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

◆ ExtractionType

enum class MayaFlux::Yantra::ExtractionType : uint8_t
strong

Categories of extraction operations for discovery and organization.

Enumerator
DIRECT 

Direct data type conversion/extraction.

REGION_BASED 

Extract from spatial/temporal regions.

FEATURE_GUIDED 

Extract based on feature analysis.

PATTERN_BASED 

Extract based on pattern recognition.

TRANSFORM 

Mathematical transformation during extraction.

RECURSIVE 

Recursive/nested extraction.

CUSTOM 

User-defined extraction types.

Definition at line 46 of file UniversalExtractor.hpp.

46 : uint8_t {
47 DIRECT, ///< Direct data type conversion/extraction
48 REGION_BASED, ///< Extract from spatial/temporal regions
49 FEATURE_GUIDED, ///< Extract based on feature analysis
50 PATTERN_BASED, ///< Extract based on pattern recognition
51 TRANSFORM, ///< Mathematical transformation during extraction
52 RECURSIVE, ///< Recursive/nested extraction
53 CUSTOM ///< User-defined extraction types
54};
@ TRANSFORM
Mathematical transformations.
@ FEATURE_GUIDED
Extract based on feature analysis.
@ PATTERN_BASED
Extract based on pattern recognition.
@ REGION_BASED
Extract from spatial/temporal regions.