mapreader.utils.slice_parallel

Module Contents

Functions

slice_serial(path2images_dir[, slice_size, ...])

Slice images stored in path2images_dir

Attributes

parser

mapreader.utils.slice_parallel.slice_serial(path2images_dir, slice_size=100, slice_method='pixel', output_dirname='slice_100_100')

Slice images stored in path2images_dir This function is the serial version and will be run in parallel using parhugin

mapreader.utils.slice_parallel.parser