OpenPathView / OPV_Tasks

GNU General Public License v3.0
0 stars 2 forks source link

Improve find nearest stitchable keypoints set #27

Closed Benvii closed 6 years ago

Benvii commented 7 years ago

Find nearest stitchable keypoints (or CP) should use these rules :

As panorama are gloabaly stitched by order, if one of the first images isn't stitchable we might not found stitchable images before this one. So we will set a flag in the database to be able to retry it when keypoints sets are generated.

This will involve a database migration to add this flag, the name should be nearestCpFound, and default value null.

Benvii commented 7 years ago