|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_normalize | ( | DataType & | input, |
| const std::pair< double, double > & | target_range, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Normalize transformation using existing infrastructure (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| target_range | Target range [min, max] |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 577 of file MathematicalHelper.hpp.
References transform_normalize().
Here is the call graph for this function: