DIPlib Documentation - ©1995-2005 Pattern Recognition Group, Delft University of Technology.

Log2

arithmetic function

SYNOPSIS

#include "dip_math.h"

dip_Error dip_Log2 ( in, out )

DATATYPES

binary, integer, float

FUNCTION

Computes the base two logarithm of the input image values.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput
dip_ImageoutOutput

SEE ALSO

Sqrt, Exp, Exp2, Exp10, Ln, Log10

DIPlib on-line documentation | Function reference | Global function index