DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

MaxFloat

arithmetic function

SYNOPSIS

dip_Error dip_MaxFloat ( in, out, constant )

DATA TYPES

binary, integer, float

FUNCTION

This function computes out = max(in , constant) on a pixel by pixel basis. The data types of the in1 image and constant may be of different types. See Information about dyadic operations for more information about what the type of the output will be.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput
dip_ImageoutOutput
dip_floatconstantConstant

SEE ALSO

Max, Min, MinFloat