|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< T > MayaFlux::Kakshya::extract_region | ( | const std::vector< T > & | data, |
| const Region & | region, | ||
| const std::vector< DataDimension > & | dimensions | ||
| ) |
Extract a region of data from a vector using a Region and dimension info.
| T | Data type. |
| data | Source data vector. |
| region | Region to extract. |
| dimensions | Dimension descriptors. |
Definition at line 255 of file RegionUtils.hpp.
References extract_region_data().
Here is the call graph for this function: