Images retrieved from the tracker. More...
Public Member Functions | |
| __init__ (self, c_images) | |
| __eq__ (self, other) | |
Public Attributes | |
| list | width = c_images.width |
| Integer describing width of the images. | |
| height = c_images.height | |
| Integer describing height of the images. | |
| list | images = [] |
| List containing greyscale images. | |
Images retrieved from the tracker.
This class contains grayscale images retrieved from the cameras inside the PST Tracker.
| pstech.pstsdk.image.Image.__init__ | ( | self, | |
| c_images ) |
| pstech.pstsdk.image.Image.__eq__ | ( | self, | |
| other ) |
| pstech.pstsdk.image.Image.height = c_images.height |
Integer describing height of the images.
| list pstech.pstsdk.image.Image.images = [] |
List containing greyscale images.
An image is an array without memory alignment and consists of values of either numpy.ubyte or ctypes.c_ubyte.
| list pstech.pstsdk.image.Image.width = c_images.width |
Integer describing width of the images.