|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_linear | ( | DataType & | input, |
| double | a, | ||
| double | b | ||
| ) |
Linear transformation y = ax + b using C++20 ranges (IN-PLACE)
| DataType | OperationReadyData type |
| input | Input data - WILL BE MODIFIED |
| a | Scale factor |
| b | Offset factor |
Definition at line 32 of file MathematicalHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_structured_double().
Referenced by MayaFlux::Yantra::MathematicalTransformer< InputType, OutputType >::transform_implementation().
Here is the call graph for this function:
Here is the caller graph for this function: