|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| auto MayaFlux::Kakshya::extract_region_data | ( | const std::vector< std::span< const T > > & | source_spans, |
| const Region & | region, | ||
| const std::vector< DataDimension > & | dimensions, | ||
| OrganizationStrategy | organization | ||
| ) |
Extract a region of data with organization strategy.
| T | Data type. |
| source_spans | Vector of source data spans (one per channel). |
| region | Region to extract. |
| dimensions | Dimension descriptors. |
| organization | Storage organization strategy. |
Definition at line 298 of file RegionUtils.hpp.
References extract_region_data(), and INTERLEAVED.
Here is the call graph for this function: