src.measure.read_roi module

module to ImageJ roi files

src.measure.read_roi.read_roi_file(fpath)[source]

read .roi from ImageJ

Parameters

fpath (str) – path to roi file

Returns

content of roi file

Return type

dict

src.measure.read_roi.read_roi_zip(zippath)[source]

read zip file(contain .roi from ImageJ)

wrapper for read_roi_file

Parameters

zippath (str) – path to zip file

Returns

content of zip file

Return type

OrderedDict