Read the plane number
dip_Error dip_ImageGetPlane( image, plane )
Read the dip_Image plane number. For binary images this is the number of the bit in which the data is stored. For other data types it is meaningless. The proper time to call this function is right after ImageGetData.
Data type | Name | Description |
dip_Image | image | An image |
dip_Int * | plane | Returns the plane number |