VisionCpp
0.0.1
|
Scales the pixel value of an image by a factor. More...
#include <OP_Scale.hpp>
Public Member Functions | |
template<typename T1 , typename T2 > | |
T1 | operator() (T1 t1, T2 f) |
Scales each pixel of an image by a factor. More... | |
Scales the pixel value of an image by a factor.
Definition at line 26 of file OP_Scale.hpp.
|
inline |
Scales each pixel of an image by a factor.
t1 | - Image of one channel |
f | - Scale factor |
Definition at line 32 of file OP_Scale.hpp.