|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::interpolate_linear | ( | DataType & | input, |
| size_t | target_size, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Linear interpolation between data points using C++20 ranges (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| target_size | Target size after interpolation |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 657 of file MathematicalHelper.hpp.
References interpolate(), and interpolate_linear().
Here is the call graph for this function: