|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< T > MayaFlux::Kakshya::flatten_channels | ( | const std::vector< std::vector< T > > & | channel_data | ) |
Flatten a vector of channel data into a single vector.
| T | Data type. |
| channel_data | Vector of vectors, each representing a channel's data. |
This function concatenates the data from multiple channels into a single continuous vector. It is useful for operations that require planar data to be processed as a single array.
Definition at line 42 of file RegionUtils.hpp.
Referenced by extract_region_data().
Here is the caller graph for this function: