add functionality align fish
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)