Metadata-Version: 2.1
Name: regionprops-to-df
Version: 0.0.1.post1
Summary: Converts output of skimage.measure.regionprops to Pandas df
Home-page: https://github.com/chigozienri/regionprops_to_df
Author: Chigozie Nri
Author-email: chigozie@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# regionprops_to_df
Takes list containing regionprops objects output by skimage.measure.regionprops,
returns Pandas DataFrame of all non-dunder, non-hidden scalar and tuple attributes.

#regionprops_to_df_testing
Creates a RegionProps object from a skimage.data stock photo, median filtered.
The RegionProps object is then converted to a Pandas DataFrame with regionprops_to_df.
The functions in the testing script create arrays from the RegionProps object and compares them to
the Pandas DataFrame arrays.


