Morph UI

Select a color for the segment (different segments can have different colors):

Then, select two endpoints to draw a segment on the images.

Segment starts appear as circles, while segment ends appear as rectangles.

You may also:

vector<Segment> segsBefore;

vector<Segment> segsAfter;

(Fall 2017)
Improved UI Courtesy of
Czarina A Lao for the overall approach, color selection, highlighting segments and delete segment features
Ari Green for adding different segment start/end markers
TAs for combining the features and incorporating them to the assignment