Convert a pixel table to a binary image
#include "dip_pixel_table.h"
dip_Error dip_PixelTableToBinaryImage ( table, im )
binary
Converts the pixel table table to a binary image. The size of the image is set to the size of the bounding box of the pixel table.
Data type | Name | Description |
dip_PixelTable * | table | Pixel table |
dip_Image | im | Binary image |