|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_logarithmic | ( | DataType & | input, |
| double | a, | ||
| double | b, | ||
| double | c, | ||
| std::vector< std::vector< double > > & | working_buffer, | ||
| double | base = std::numbers::e |
||
| ) |
Logarithmic transformation y = a * log_base(b * x + c) (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| a | Scale factor |
| b | Input scale factor |
| c | Offset to ensure positive argument |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 282 of file MathematicalHelper.hpp.
References transform_logarithmic().
Here is the call graph for this function: