Om  1.0.0
A universal framework for multimedia simulation
Namespaces | Functions
omResample.h File Reference
#include "omMathConfig.h"

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::math
 A namespace containing classes and functions that do fast math operations.
 

Functions

template<typename T , typename U >
Bool om::math::resample (const T *input, Size inputSize, T *output, U factor, Size filterWidth, U filterFactor=U(0.499))
 Resample the input data by the given factor and put the result in the output. More...