Point Operation
#include "dip_point.h"
dip_Error dip_SelectValue ( in, out, value )
integer, float
This function returns a binary image with value 1 where in == value and value 0 elsewhere.
| Data type | Name | Description |
| dip_Image | in | Input image |
| dip_Image | out | Output image |
| dip_float | value | Value to select |