You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.
It is required to implement application which creates interactive panoramas image.
Work in your private repository created in previous task.
Application shall support panorama building mode:
Handle "space" key to enter panoramas mode.
In panorama mode only two windows shall be shown:
Current window showing image from web camera.
Panoramic window showing merged images.
Once "space" key pressed again the current image shall be captured and used for panorama building.
When the first image was captured then just find feature points (don't visualize them).
When next image was captured then find all feature points, find intersections, add rest points into database of features related to all captured images.
Handle "Ctrl + Space" to exit from panorama mode.
Find best parameters for detectors and matchers to solve the problem.
Check-list
Code is compiling in debug and release configuration without any errors and warnings in your code.
All files passes cpplint check.
All methods, classes, structures have comments.
Debugging text is satisfy requirements.
Windows and theirs elements (trackbars) are satisfy requirements.
Windows handles user interaction correctly (mouse and keyboard actions).
The text was updated successfully, but these errors were encountered:
Preparing
Follow recommendations from previous task.
Task
This is 3nd part of the Feature Points topic:
It is required to implement application which creates interactive panoramas image.
Work in your private repository created in previous task.
Application shall support panorama building mode:
Find best parameters for detectors and matchers to solve the problem.
Check-list
The text was updated successfully, but these errors were encountered: