dataset_image
Module Contents
Classes
An object of this class represents one image |
- class dataset_image.Dataset_Image(name)
Bases:
pykkn.storage.Storage
An object of this class represents one 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_rig_1.jpg”
- property data(self)
- output_file(self)
this function is designed to export image