MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
get_available_extraction_methods()
std::vector< std::string > MayaFlux::Yantra::get_available_extraction_methods
(
)
Get available extraction methods.
Returns
Vector of method names
Definition at line
447
of file
ExtractionHelper.cpp
.
448
{
449
return
{
450
"high_energy_data"
,
451
"peak_data"
,
452
"outlier_data"
,
453
"high_spectral_data"
,
454
"above_mean_data"
,
455
"overlapping_windows"
,
456
"data_from_regions"
457
};
458
}
MayaFlux
Yantra
Generated by
1.9.8