components.dataset_image

Module Contents

Classes

Dataset_Image

An object of this class represents 1 image (Multiple images have not been considered or investigated yet).

class components.dataset_image.Dataset_Image(name)

Bases: Storage

An object of this class represents 1 image (Multiple images have not been considered or investigated yet).

The user only needs to provide the path of the image, this class will read it using the pillow lib

Parameters

name (str) – the name of the dataset

Examples

ataset1 = Dataset_Image(‘image_dataset_1’)

dataset1.data = “/test/test_rig_1.jpg”

property data(self)
output_file(self)

this function is designed to export image