Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Integer » LerpIntegers

LerpIntegers


Linearly interpolates between two integers.

Name Type Range Description
inInteger0 Integer
inInteger1 Integer
inLambda Real - - Interpolation between the input integers where 0.0 value is equal to inInteger0 and 1.0 to inInteger1
outInteger Integer

Remarks

Please note that:
  • interpolation begins at inInteger0,
  • for positive inLambda values interpolation is performed in the direction of inInteger1 while for negative -inInteger1.

Complexity Level

This filter is available on Basic Complexity Level.