com.anji.imaging
Interface RangeTranslator


public interface RangeTranslator

Used to translate variables with a certain range to variables with other ranges. For example, if an objetc is returning values in the range 0..1 and they need to be translated to a value between -1..1.

Author:
Philip Tucker

Method Summary
 double translate(double value)
           
 

Method Detail

translate

public double translate(double value)
Parameters:
value -
Returns:
translated value