[][src]Module aperature::img

Image module representing the input image to be inferenced.

Structs

GenericImage

Represents generic image data. width and height are the width and height of the image and pixel_buffer is the raw pixel information of the image.

ImageDimension

Dimensions (width and height) of an image

Traits

DetectionImage

Image data to be passed to the input tensor. Provides handles to the dimensions of the image and the raw pixels of the image.