Image to Description Table (Image Processing)
Synopsis
Extracts properties of the image and returns it as a tableDescription
This operator takes an image and extracts the type, channels, height, width and the number of sub images into a table. The sub images are the number of bounding boxes an image contains. The Type is the underlying data structure from opencv while Channels describes the number of 'colors'.Description
This operator also calculates a hash of the image which can be used to compare images with each other.Description
If enable macros is set to true all values except the hash are also added as macros.Input
- img
The image as an ImageIOObject
Output
- exa
The table with the information on the image.
- ori
The image which came in passed through.