Opening a project should:
- Reopen the reference and moving images that were saved
- Remember any registrations computed for image pairs
- Remember landmark color selections
- Remember landmark locations for each image
Opening a project should not be allowed unless the user answers "Yes" to a "Do you understand this will clear all current unsaved work" prompt.
Saving will just create the file needed for opening, so can work backwards.
JSON dumping/reading is probably a good way to handle this.
Opening a project should:
Opening a project should not be allowed unless the user answers "Yes" to a "Do you understand this will clear all current unsaved work" prompt.
Saving will just create the file needed for opening, so can work backwards.
JSON dumping/reading is probably a good way to handle this.