|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
extraction_traits_d for any Eigen matrix type. More...
#include <DataSpec.hpp>
Collaboration diagram for MayaFlux::Yantra::extraction_traits_d< T >:Public Types | |
| using | result_type = std::vector< std::span< double > > |
| using | variant_result_type = std::vector< Kakshya::DataVariant > |
Static Public Attributes | |
| static constexpr bool | is_multi_variant = true |
| static constexpr bool | is_region_like = false |
| static constexpr bool | requires_container = false |
extraction_traits_d for any Eigen matrix type.
Covers MatrixXd, MatrixXf, VectorXf, Matrix3f, etc. result_type remains vector<span<double>> because Kinesis algorithms require double input; widening from T::Scalar happens at the extraction site.
Definition at line 206 of file DataSpec.hpp.