Metadata
- Source
- DECA-315
- Type
- Task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Jonathan Hung
- Created
2012-09-07T14:25:22.119-0400 - Updated
2012-10-31T10:54:47.988-0400 - Versions
- N/A
- Fixed Versions
-
- 0.7
- Component
- N/A
Description
Design a UI that accommodates stereo dewarping:
- consume capture archive
- single file upload (only 1 capture archive)
- export zip containing all the dewarped images
- image naming scheme (capture001_left.jpeg, capture001_right.jpeg)
- capture001 can be configurable as long as it's unique to a pair
- _left, _right are required to distinguish the left and right pages of a spread
- the image format may vary
- error handling
- missing images (i.e. the images aren't paired)
- invalid calibration data
- etc.