|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::interpolate_linear | ( | DataType & | input, |
| size_t | target_size | ||
| ) |
Linear interpolation between data points using C++20 ranges (IN-PLACE)
| DataType | OperationReadyData type |
| input | Input data - WILL BE MODIFIED/RESIZED |
| target_size | Target size after interpolation |
Definition at line 629 of file MathematicalHelper.hpp.
References interpolate(), and interpolate_linear().
Referenced by interpolate_linear(), interpolate_linear(), and MayaFlux::Yantra::TemporalTransformer< InputType, OutputType >::transform_implementation().
Here is the call graph for this function:
Here is the caller graph for this function: