pyopia.process#
Module containing tools for processing particle image data
Functions
|
Cleans up particles which are too small and particles touching the border |
|
Check saturation level of the sample volume by comparing area of particles with settings.Process.max_coverage |
|
Expand a bounding box by a fraction of its width and height, clamped to image bounds. |
|
Extracts the particles to build stats and export particle rois to HDF5 files |
|
Given a full image and bounding box, this will return the roi image from within the bounding box |
|
Extracts the spine length of particles from a binary particle image (imbw is a binary roi) |
|
Converts corrected image (im_corrected) to a binary image using greythresh as the threshold value (some auto-scaling of greythresh is done) |
|
Converts an image (input_image) to a binary image using greythresh as the threshold value (fixed scaling of greythresh is done) |
|
Measures properties of particles |
|
Adds rois to an open hdf file if export_outputpath is not None. |
|
Create a binary image from a background-corrected image. |
|
Extracts statistics of particles in a binary images (imbw) |
Classes
PyOpia pipline-compatible class for collecting whole-image statistics |
|
|
PyOpia pipline-compatible class for calling statextract |
|
PyOpia pipline-compatible class for calling segment |