|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_polynomial | ( | DataType & | input, |
| const std::vector< double > & | coefficients, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Polynomial transformation using existing Generator::Polynomial (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| coefficients | Polynomial coefficients [a0, a1, a2, ...] |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 158 of file MathematicalHelper.hpp.
References MayaFlux::Yantra::OperationHelper::setup_operation_buffer().
Here is the call graph for this function: