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

◆ TransformationType

enum class MayaFlux::Yantra::TransformationType : uint8_t
strong

Categories of transformation operations for discovery and organization.

Enumerator
TEMPORAL 

Time-based transformations (time-stretch, reverse, delay)

SPECTRAL 

Frequency domain transformations (pitch-shift, spectral filtering)

MATHEMATICAL 

Mathematical transformations (polynomial mapping, matrix operations)

CROSS_MODAL 

Cross-modality transformations (audio-to-visual, pattern translation)

GENERATIVE 

AI/ML-driven or algorithmic generation-based transformations.

SPATIAL 

Multi-dimensional spatial transformations.

PATTERN_BASED 

Pattern recognition and transformation.

RECURSIVE 

Recursive/fractal transformations.

GRANULAR 

Granular synthesis and micro-temporal transformations.

CONVOLUTION 

Convolution-based transformations (impulse response, filters)

CUSTOM 

User-defined transformation types.

Definition at line 82 of file UniversalTransformer.hpp.

82 : uint8_t {
83 TEMPORAL, ///< Time-based transformations (time-stretch, reverse, delay)
84 SPECTRAL, ///< Frequency domain transformations (pitch-shift, spectral filtering)
85 MATHEMATICAL, ///< Mathematical transformations (polynomial mapping, matrix operations)
86 CROSS_MODAL, ///< Cross-modality transformations (audio-to-visual, pattern translation)
87 GENERATIVE, ///< AI/ML-driven or algorithmic generation-based transformations
88 SPATIAL, ///< Multi-dimensional spatial transformations
89 PATTERN_BASED, ///< Pattern recognition and transformation
90 RECURSIVE, ///< Recursive/fractal transformations
91 GRANULAR, ///< Granular synthesis and micro-temporal transformations
92 CONVOLUTION, ///< Convolution-based transformations (impulse response, filters)
93 CUSTOM ///< User-defined transformation types
94};
@ SPATIAL
Multi-dimensional geometric analysis.
@ SPECTRAL
Spectral energy (FFT-based)
@ PATTERN_BASED
Extract based on pattern recognition.
@ CONVOLUTION
Convolution-based operations.
@ CROSS_MODAL
Sort one modality by features of another.
@ GENERATIVE
AI/ML-driven or algorithmic generation-based transformations.
@ GRANULAR
Granular synthesis and micro-temporal transformations.
@ MATHEMATICAL
Mathematical transformations (polynomial mapping, matrix operations)