pyfibre.model.core.base_segment module¶
-
class
pyfibre.model.core.base_segment.BaseSegment(region=None)[source]¶ Bases:
pyfibre.model.core.base_pyfibre_object.BasePyFibreObjectContainer for a scikit-image regionprops object representing a segmented area of an image
-
classmethod
from_array(array, intensity_image=None)[source]¶ Deserialises numpy array to return an instance of the class
-
classmethod
from_json(data)[source]¶ Deserialises JSON data dictionary to return an instance of the class
-
generate_database(image_tag=None)[source]¶ Generates a Pandas database with all graph and segment metrics for assigned image
-
property
tag¶
-
classmethod