|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_regions | ( | DataType & | input, |
| const std::shared_ptr< Kakshya::SignalSourceContainer > & | container, | ||
| const std::vector< Kakshya::Region > & | regions, | ||
| TransformFunc | transform_func, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Region-selective transformation using container-based extraction (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| TransformFunc | Function type for transformation |
| input | Input data - will NOT be modified |
| container | Signal source container |
| regions | Regions to transform and place back into copy |
| transform_func | Transformation function |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 88 of file MatrixHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_numeric_data(), and MayaFlux::Yantra::OperationHelper::setup_operation_buffer().
Here is the call graph for this function: