Check a float array
dip_Error dip_ImageCheckFloatArray ( im, array, answer)
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.
Data type | Name | Description |
dip_Image | im | Image |
dip_FloatArray | array | Array |
dip_Boolean * | answer | Answer |
ImageCheckIntegerArray, ImageCheckFloatArray, ImageCheckComplexArray, ImageCheckBoundaryArray