Convert a binary image to a pixel table
#include "dip_pixel_table.h"
dip_Error dip_BinaryImageToPixelTable ( im, table, resources )
binary
This functions converts a binary image to a newly allocated pixel table table.
| Data type | Name | Description |
| dip_Image | im | Binary image |
| dip_PixelTable * | table | Pixel table |
| dip_Resources | resources | Resources tracking structure. See ResourcesNew |
Description of DIPlib's pixel tables
PixelTableCreateFilter, GreyValuesInPixelTable, PixelTableToBinaryImage