![]() |
PST SDK
5.2.0.0-0eac0f6
|
Images retrieved from the tracker. More...
Public Member Functions | |
def | __init__ (self, c_images) |
def | __eq__ (self, other) |
Public Attributes | |
width | |
Integer describing width of the images. More... | |
height | |
Integer describing height of the images. More... | |
images | |
List containing greyscale images. More... | |
Images retrieved from the tracker.
This class contains grayscale images retrieved from the cameras inside the PST Tracker.
def pstech.pstsdk.image.Image.__init__ | ( | self, | |
c_images | |||
) |
def pstech.pstsdk.image.Image.__eq__ | ( | self, | |
other | |||
) |
pstech.pstsdk.image.Image.height |
Integer describing height of the images.
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.
pstech.pstsdk.image.Image.width |
Integer describing width of the images.