Skip to content

add functionality align fish

Compare
Choose a tag to compare
@thibaulttabarin thibaulttabarin released this 03 Aug 22:44
· 70 commits to main since this release
45052ee

New functionality to align the fish before we measure morphology information.
Split the code in Traits_class.py and create 3 classes:
1- for creating a segmented image object, align the fish and create masks dictionnary
2- for measurements, landmarks
3- for visualization tools

Updated the Morphology_main.py to match changes in the classes (contained in Traits_class)