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

ImageCheckBooleanArray

Check a boolean array

SYNOPSIS

dip_Error dip_ImageCheckBooleanArray ( im, array, answer)

FUNCTION

This functions check whether the size of array is equal to the dimensionality of im. If answer is not zero, it will contain the result of the test, otherwise the DIP_E_ARRAY_ILLEGAL_SIZE will be set when the test has failed.

ARGUMENTS

Data typeNameDescription
dip_ImageimImage
dip_BooleanArrayarrayArray
dip_Boolean *answerAnswer

SEE ALSO

ImageCheckIntegerArray, ImageCheckFloatArray, ImageCheckComplexArray, ImageCheckBoundaryArray