_image_worker (filename, size) |
|
_timestamp_worker (filename, source) |
|
exif_timestamp (filename) |
Read timestamp from image in filename from EXIF tag. |
get_files (imagedir[, ext]) |
Return all file names with extension matching the regex ext from dir imagedir. |
get_image_data (imagedir[, model_kwds, …]) |
Convenience function to create images, fingerprints, timestamps. |
ic_base_dir |
str(object=’‘) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str |
read_images (imagedir, size[, ncores]) |
Load images from imagedir and resize to size. |
read_pk (filename) |
Read pickled data from filename. |
read_timestamps (imagedir[, source, ncores]) |
Read timestamps of all images in imagedir. |
stat_timestamp (filename) |
File timestamp from file stats (mtime). |
timestamp (filename[, source]) |
Read single timestamp for image in filename. |
write_pk (obj, filename) |
Write object obj pickled to filename. |