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

SelectValue

Point Operation

SYNOPSIS

#include "dip_point.h"

dip_Error dip_SelectValue ( in, out, value )

DATA TYPES

integer, float

FUNCTION

This function returns a binary image with value 1 where in == value and value 0 elsewhere.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput image
dip_ImageoutOutput image
dip_floatvalueValue to select

SEE ALSO

Threshold, NotZero, Compare, RangeThreshold