|
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 | ||
| ) |
Region-selective transformation using container-based extraction (IN-PLACE)
| DataType | OperationReadyData type |
| TransformFunc | Function type for transformation |
| input | Input data - WILL BE MODIFIED (serves as the target) |
| container | Signal source container |
| regions | Regions to transform and place back into input |
| transform_func | Transformation function |
Definition at line 33 of file MatrixHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_numeric_data(), and MayaFlux::Yantra::OperationHelper::extract_structured_double().
Here is the call graph for this function: