|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_matrix_multichannel | ( | DataType & | input, |
| const Eigen::MatrixXd & | transformation_matrix, | ||
| uint32_t | num_channels, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Multi-channel matrix transformation with error handling (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| transformation_matrix | Matrix to apply per channel |
| num_channels | Number of channels |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 519 of file MatrixHelper.hpp.
References MayaFlux::Yantra::OperationHelper::setup_operation_buffer().
Here is the call graph for this function: