Collection of tools for recurring tasks
- get_edt()
Compute Euclidean distance tranform (edt) for binary or labelled masks stored in ndarrays.
- nan_filt()
Filter ndarrays ignoring NaN values. Mean, median and standard deviation filters are implemented. - nan_replace()
Replace NaN values in ndarrays based on surrounding pixels.
- norm_gcn()
- norm_pct()
- extract_patches()
- merge_patches()
- pix_conn()
- lab_conn()
- flow functions
- nanreplace : avoid error if no nan to replace (with iterations = "inf")