An ImageHistory object contiguously stores ImageRecord objects. More...
Public Member Functions | |
None | __init__ (self, *args) |
Creates an ImageHistory object. | |
![]() | |
str | __str__ (self) |
Converts an ImageRecord object to a string. | |
Additional Inherited Members | |
![]() | |
np.ndarray | original_image |
np.ndarray | warped_image |
np.ndarray | warped_gray |
int | x_warped |
int | y_warped |
np.ndarray | homography |
str | metadata |
dt.datetime | datetime |
An ImageHistory object contiguously stores ImageRecord objects.
None image_history.ImageHistory.__init__ | ( | self, | |
* | args ) |
Creates an ImageHistory object.
Reimplemented from image_record.ImageRecord.