Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BIAS::ImageCalc< StorageType > Member List

This is the complete list of members for BIAS::ImageCalc< StorageType >, including all inherited members.

Abs(const Image< StorageType > &in, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
Add(const Image< StorageType > &in1, const Image< StorageType > &in2, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
AddScalar(const Image< StorageType > &in, StorageType scalar, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
And(const Image< StorageType > &in1, const Image< StorageType > &in2, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
Divide(const Image< StorageType > &in1, const Image< StorageType > &in2, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
DivideScalar(const Image< StorageType > &in, StorageType scalar, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
Log(const Image< StorageType > &in, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
Log10(const Image< StorageType > &in, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
Multiply(const Image< StorageType > &in1, const Image< StorageType > &in2, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
MultiplyScalar(const Image< StorageType > &in, StorageType scalar, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
Nand(const Image< StorageType > &in1, const Image< StorageType > &in2, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
Nor(const Image< StorageType > &in1, const Image< StorageType > &in2, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
Or(const Image< StorageType > &in1, const Image< StorageType > &in2, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
Subtract(const Image< StorageType > &in1, const Image< StorageType > &in2, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
SubtractScalar(const Image< StorageType > &in, StorageType scalar, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static
Xor(const Image< StorageType > &in1, const Image< StorageType > &in2, Image< StorageType > &out)BIAS::ImageCalc< StorageType >static