Image to Table (Image Processing)
Synopsis
Converts an image into a table.Description
This operator converts an image into a table. An image can have different number of channels. Typically you encounter images with one channel (grey scale) or three channels (bgr images).Description
This operator converts the image to one or more table. If the image has only one channel the result of the operator is a single table holding the brightness of each pixel. If the image has more channels you get a collection of tables, where each table holds the intensity in the given channel.Input
- img
The image as an ImageIOObject
Output
- exa
In case of a grey scale image a single example set with the intensities. In case of a colored image an collection of example sets with the respective intensities of the given channels.
- ori
The image which came in passed through.