Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MultiImages.cpp #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions NISwGSP/Feature/MultiImages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -899,9 +899,9 @@ vector<pair<int, int> > MultiImages::getInitialFeaturePairs(const pair<int, int>
}
}
set<FeatureDistance>::const_iterator it = feature_distance_set.begin();
if(ratio_test) {
if(ratio_test && it != feature_distance_set.end()) {
const set<FeatureDistance>::const_iterator it2 = std::next(it, 1);
if(nearest_k == nearest_size &&
if(it2 != feature_distance_set.end() && nearest_k == nearest_size &&
it2->distance * FEATURE_RATIO_TEST_THRESHOLD > it->distance) {
continue;
}
Expand Down Expand Up @@ -1106,4 +1106,4 @@ void MultiImages::writeImageOfFeaturePairs(const string & _name,
images_data[_match_pair.second].file_name + "-" +
to_string(_pairs.size()) +
images_data[_match_pair.first ].file_extension, image_of_feauture_pairs);
}
}
Binary file added input-42-data/.DS_Store
Binary file not shown.
Binary file added input-42-data/AANAP-building/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions input-42-data/AANAP-building/AANAP-building-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{center_image_index | 0 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 2 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
Binary file added input-42-data/AANAP-building/building0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/AANAP-building/building1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{center_image_index | 1 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 4 | images count}
{matching_graph_image_edges-0 | 1,3 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2,3 | matching graph image edge 1}
Binary file added input-42-data/AANAP-roundabout/roundabout0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/AANAP-roundabout/roundabout1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/AANAP-roundabout/roundabout2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/AANAP-roundabout/roundabout3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions input-42-data/AANAP-skyline/AANAP-skyline-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{center_image_index | 3 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 4 | images count}
{matching_graph_image_edges-0 | 1,2 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2,3 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
Binary file added input-42-data/AANAP-skyline/skyline0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/AANAP-skyline/skyline1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/AANAP-skyline/skyline2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/AANAP-skyline/skyline3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions input-42-data/APAP-conssite/APAP-conssite-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{center_image_index | 2 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 5 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
Binary file added input-42-data/APAP-conssite/DSC03002.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-conssite/DSC03003.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-conssite/DSC03004.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-conssite/DSC03005.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-conssite/DSC03006.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions input-42-data/APAP-garden/APAP-garden-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{center_image_index | 2 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 5 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
Binary file added input-42-data/APAP-garden/DSC02930.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-garden/DSC02931.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-garden/DSC02932.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-garden/DSC02933.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-garden/DSC02934.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{center_image_index | 1 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 2 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
Binary file added input-42-data/APAP-railtracks/P1010517.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-railtracks/P1010520.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-train/.DS_Store
Binary file not shown.
Binary file added input-42-data/APAP-train/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-train/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-train/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input-42-data/APAP-train/3.png
Binary file added input-42-data/APAP-train/4.png
Binary file added input-42-data/APAP-train/5.png
Binary file added input-42-data/APAP-train/6.png
9 changes: 9 additions & 0 deletions input-42-data/APAP-train/APAP-train-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{center_image_index | 2 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 7 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6 | matching graph image edge 5}
Binary file added input-42-data/CAVE-atrium/00.jpg
Binary file added input-42-data/CAVE-atrium/01.jpg
Binary file added input-42-data/CAVE-atrium/02.jpg
Binary file added input-42-data/CAVE-atrium/03.jpg
Binary file added input-42-data/CAVE-atrium/04.jpg
Binary file added input-42-data/CAVE-atrium/05.jpg
Binary file added input-42-data/CAVE-atrium/06.jpg
Binary file added input-42-data/CAVE-atrium/07.jpg
Binary file added input-42-data/CAVE-atrium/08.jpg
Binary file added input-42-data/CAVE-atrium/09.jpg
Binary file added input-42-data/CAVE-atrium/10.jpg
Binary file added input-42-data/CAVE-atrium/11.jpg
Binary file added input-42-data/CAVE-atrium/12.jpg
Binary file added input-42-data/CAVE-atrium/13.jpg
Binary file added input-42-data/CAVE-atrium/14.jpg
Binary file added input-42-data/CAVE-atrium/15.jpg
Binary file added input-42-data/CAVE-atrium/16.jpg
Binary file added input-42-data/CAVE-atrium/17.jpg
Binary file added input-42-data/CAVE-atrium/18.jpg
Binary file added input-42-data/CAVE-atrium/19.jpg
Binary file added input-42-data/CAVE-atrium/20.jpg
Binary file added input-42-data/CAVE-atrium/21.jpg
Binary file added input-42-data/CAVE-atrium/22.jpg
Binary file added input-42-data/CAVE-atrium/23.jpg
Binary file added input-42-data/CAVE-atrium/24.jpg
Binary file added input-42-data/CAVE-atrium/25.jpg
Binary file added input-42-data/CAVE-atrium/26.jpg
Binary file added input-42-data/CAVE-atrium/27.jpg
Binary file added input-42-data/CAVE-atrium/28.jpg
Binary file added input-42-data/CAVE-atrium/29.jpg
Binary file added input-42-data/CAVE-atrium/30.jpg
Binary file added input-42-data/CAVE-atrium/31.jpg
Binary file added input-42-data/CAVE-atrium/32.jpg
Binary file added input-42-data/CAVE-atrium/33.jpg
Binary file added input-42-data/CAVE-atrium/34.jpg
37 changes: 37 additions & 0 deletions input-42-data/CAVE-atrium/CAVE-atrium-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{center_image_index | 18 | center image index}
{center_image_rotation_angle | -0.069813 | center image rotation angle}
{images_count | 35 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2,6 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3,5 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5,11 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6,9 | matching graph image edge 5}
{matching_graph_image_edges-6 | 7,8,9 | matching graph image edge 6}
{matching_graph_image_edges-7 | 8,9 | matching graph image edge 7}
{matching_graph_image_edges-8 | 9,15 | matching graph image edge 8}
{matching_graph_image_edges-9 | 10 | matching graph image edge 9}
{matching_graph_image_edges-10 | 11,13 | matching graph image edge 10}
{matching_graph_image_edges-11 | 12 | matching graph image edge 11}
{matching_graph_image_edges-12 | 13,19 | matching graph image edge 12}
{matching_graph_image_edges-13 | 14 | matching graph image edge 13}
{matching_graph_image_edges-14 | 15 | matching graph image edge 14}
{matching_graph_image_edges-15 | 16 | matching graph image edge 15}
{matching_graph_image_edges-16 | 17,24 | matching graph image edge 16}
{matching_graph_image_edges-17 | 18,23 | matching graph image edge 17}
{matching_graph_image_edges-18 | 19 | matching graph image edge 18}
{matching_graph_image_edges-19 | 20,21 | matching graph image edge 19}
{matching_graph_image_edges-20 | 21,29 | matching graph image edge 20}
{matching_graph_image_edges-21 | 22,29 | matching graph image edge 21}
{matching_graph_image_edges-22 | 23 | matching graph image edge 22}
{matching_graph_image_edges-23 | 24 | matching graph image edge 23}
{matching_graph_image_edges-24 | 25 | matching graph image edge 24}
{matching_graph_image_edges-25 | 26,34 | matching graph image edge 25}
{matching_graph_image_edges-26 | 27,33 | matching graph image edge 26}
{matching_graph_image_edges-27 | 28,32 | matching graph image edge 27}
{matching_graph_image_edges-28 | 29 | matching graph image edge 28}
{matching_graph_image_edges-29 | 30 | matching graph image edge 29}
{matching_graph_image_edges-30 | 31 | matching graph image edge 30}
{matching_graph_image_edges-31 | 32 | matching graph image edge 31}
{matching_graph_image_edges-32 | 33 | matching graph image edge 32}
{matching_graph_image_edges-33 | 34 | matching graph image edge 33}
Binary file added input-42-data/CAVE-church/00.jpg
Binary file added input-42-data/CAVE-church/01.jpg
Binary file added input-42-data/CAVE-church/02.jpg
Binary file added input-42-data/CAVE-church/03.jpg
Binary file added input-42-data/CAVE-church/04.jpg
Binary file added input-42-data/CAVE-church/05.jpg
Binary file added input-42-data/CAVE-church/06.jpg
Binary file added input-42-data/CAVE-church/07.jpg
Binary file added input-42-data/CAVE-church/08.jpg
Binary file added input-42-data/CAVE-church/09.jpg
Binary file added input-42-data/CAVE-church/10.jpg
Binary file added input-42-data/CAVE-church/11.jpg
Binary file added input-42-data/CAVE-church/12.jpg
Binary file added input-42-data/CAVE-church/13.jpg
Binary file added input-42-data/CAVE-church/14.jpg
Binary file added input-42-data/CAVE-church/15.jpg
Binary file added input-42-data/CAVE-church/16.jpg
Binary file added input-42-data/CAVE-church/17.jpg
Binary file added input-42-data/CAVE-church/18.jpg
Binary file added input-42-data/CAVE-church/19.jpg
Binary file added input-42-data/CAVE-church/20.jpg
Binary file added input-42-data/CAVE-church/21.jpg
Binary file added input-42-data/CAVE-church/22.jpg
Binary file added input-42-data/CAVE-church/23.jpg
Binary file added input-42-data/CAVE-church/24.jpg
Binary file added input-42-data/CAVE-church/25.jpg
Binary file added input-42-data/CAVE-church/26.jpg
Binary file added input-42-data/CAVE-church/27.jpg
Binary file added input-42-data/CAVE-church/28.jpg
Binary file added input-42-data/CAVE-church/29.jpg
Binary file added input-42-data/CAVE-church/30.jpg
Binary file added input-42-data/CAVE-church/31.jpg
Binary file added input-42-data/CAVE-church/32.jpg
34 changes: 34 additions & 0 deletions input-42-data/CAVE-church/CAVE-church-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{center_image_index | 2 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 33 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6 | matching graph image edge 5}
{matching_graph_image_edges-6 | 7,23 | matching graph image edge 6}
{matching_graph_image_edges-7 | 8,22 | matching graph image edge 7}
{matching_graph_image_edges-8 | 9 | matching graph image edge 8}
{matching_graph_image_edges-9 | 10 | matching graph image edge 9}
{matching_graph_image_edges-10 | 11 | matching graph image edge 10}
{matching_graph_image_edges-12 | 13 | matching graph image edge 12}
{matching_graph_image_edges-13 | 14 | matching graph image edge 13}
{matching_graph_image_edges-14 | 15 | matching graph image edge 14}
{matching_graph_image_edges-15 | 16,17 | matching graph image edge 15}
{matching_graph_image_edges-16 | 17 | matching graph image edge 16}
{matching_graph_image_edges-17 | 18 | matching graph image edge 17}
{matching_graph_image_edges-18 | 19 | matching graph image edge 18}
{matching_graph_image_edges-19 | 20 | matching graph image edge 19}
{matching_graph_image_edges-20 | 21 | matching graph image edge 20}
{matching_graph_image_edges-21 | 22 | matching graph image edge 21}
{matching_graph_image_edges-22 | 23 | matching graph image edge 22}
{matching_graph_image_edges-23 | 24 | matching graph image edge 23}
{matching_graph_image_edges-24 | 25 | matching graph image edge 24}
{matching_graph_image_edges-25 | 26 | matching graph image edge 25}
{matching_graph_image_edges-26 | 27 | matching graph image edge 26}
{matching_graph_image_edges-27 | 28 | matching graph image edge 27}
{matching_graph_image_edges-28 | 29 | matching graph image edge 28}
{matching_graph_image_edges-29 | 30 | matching graph image edge 29}
{matching_graph_image_edges-30 | 31 | matching graph image edge 30}
{matching_graph_image_edges-31 | 32 | matching graph image edge 31}
Binary file added input-42-data/CAVE-columbus_circle/00.jpg
Binary file added input-42-data/CAVE-columbus_circle/01.jpg
Binary file added input-42-data/CAVE-columbus_circle/02.jpg
Binary file added input-42-data/CAVE-columbus_circle/03.jpg
Binary file added input-42-data/CAVE-columbus_circle/04.jpg
Binary file added input-42-data/CAVE-columbus_circle/05.jpg
Binary file added input-42-data/CAVE-columbus_circle/06.jpg
Binary file added input-42-data/CAVE-columbus_circle/07.jpg
Binary file added input-42-data/CAVE-columbus_circle/08.jpg
Binary file added input-42-data/CAVE-columbus_circle/09.jpg
Binary file added input-42-data/CAVE-columbus_circle/10.jpg
Binary file added input-42-data/CAVE-columbus_circle/11.jpg
Binary file added input-42-data/CAVE-columbus_circle/12.jpg
Binary file added input-42-data/CAVE-columbus_circle/13.jpg
Binary file added input-42-data/CAVE-columbus_circle/14.jpg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{center_image_index | 6 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 15 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6 | matching graph image edge 5}
{matching_graph_image_edges-6 | 7,8 | matching graph image edge 6}
{matching_graph_image_edges-8 | 9 | matching graph image edge 8}
{matching_graph_image_edges-9 | 10 | matching graph image edge 9}
{matching_graph_image_edges-10 | 11 | matching graph image edge 10}
{matching_graph_image_edges-11 | 12 | matching graph image edge 11}
{matching_graph_image_edges-12 | 13 | matching graph image edge 12}
{matching_graph_image_edges-13 | 14 | matching graph image edge 13}
Binary file added input-42-data/CAVE-eitan_office/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{center_image_index | 2 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 6 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5 | matching graph image edge 4}
Binary file added input-42-data/CAVE-eitan_office/e-01.jpg
Binary file added input-42-data/CAVE-eitan_office/e-02.jpg
Binary file added input-42-data/CAVE-eitan_office/e-03.jpg
Binary file added input-42-data/CAVE-eitan_office/e-04.jpg
Binary file added input-42-data/CAVE-eitan_office/e-05.jpg
Binary file added input-42-data/CAVE-eitan_office/e-06.jpg
Binary file added input-42-data/CAVE-playroom-all/.DS_Store
Binary file not shown.
Binary file added input-42-data/CAVE-playroom-all/01.jpg
Binary file added input-42-data/CAVE-playroom-all/02.jpg
Binary file added input-42-data/CAVE-playroom-all/03.jpg
Binary file added input-42-data/CAVE-playroom-all/04.jpg
Binary file added input-42-data/CAVE-playroom-all/05.jpg
Binary file added input-42-data/CAVE-playroom-all/06.jpg
Binary file added input-42-data/CAVE-playroom-all/07.jpg
Binary file added input-42-data/CAVE-playroom-all/08.jpg
Binary file added input-42-data/CAVE-playroom-all/09.jpg
Binary file added input-42-data/CAVE-playroom-all/10.jpg
12 changes: 12 additions & 0 deletions input-42-data/CAVE-playroom-all/CAVE-playroom-all-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{center_image_index | 9 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 10 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6 | matching graph image edge 5}
{matching_graph_image_edges-6 | 7 | matching graph image edge 6}
{matching_graph_image_edges-7 | 8 | matching graph image edge 7}
{matching_graph_image_edges-8 | 9 | matching graph image edge 8}
Binary file added input-42-data/CAVE-seaport/.DS_Store
Binary file not shown.
Binary file added input-42-data/CAVE-seaport/00.jpg
Binary file added input-42-data/CAVE-seaport/01.jpg
Binary file added input-42-data/CAVE-seaport/02.jpg
Binary file added input-42-data/CAVE-seaport/03.jpg
Binary file added input-42-data/CAVE-seaport/04.jpg
Binary file added input-42-data/CAVE-seaport/05.jpg
Binary file added input-42-data/CAVE-seaport/06.jpg
Binary file added input-42-data/CAVE-seaport/07.jpg
Binary file added input-42-data/CAVE-seaport/08.jpg
Binary file added input-42-data/CAVE-seaport/09.jpg
Binary file added input-42-data/CAVE-seaport/10.jpg
Binary file added input-42-data/CAVE-seaport/11.jpg
Binary file added input-42-data/CAVE-seaport/12.jpg
Binary file added input-42-data/CAVE-seaport/13.jpg
Binary file added input-42-data/CAVE-seaport/14.jpg
15 changes: 15 additions & 0 deletions input-42-data/CAVE-seaport/CAVE-seaport-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{center_image_index | 2 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 15 | images count}
{matching_graph_image_edges-0 | 1,3,13 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2,4 | matching graph image edge 1}
{matching_graph_image_edges-2 | 5,8,12 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4,7,14 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6,8 | matching graph image edge 5}
{matching_graph_image_edges-6 | 7 | matching graph image edge 6}
{matching_graph_image_edges-8 | 9 | matching graph image edge 8}
{matching_graph_image_edges-9 | 10 | matching graph image edge 9}
{matching_graph_image_edges-10 | 11 | matching graph image edge 10}
{matching_graph_image_edges-11 | 12 | matching graph image edge 11}
{matching_graph_image_edges-13 | 14 | matching graph image edge 13}
Binary file added input-42-data/CAVE-times_square/00.jpg
Binary file added input-42-data/CAVE-times_square/01.jpg
Binary file added input-42-data/CAVE-times_square/02.jpg
Binary file added input-42-data/CAVE-times_square/03.jpg
Binary file added input-42-data/CAVE-times_square/04.jpg
Binary file added input-42-data/CAVE-times_square/05.jpg
Binary file added input-42-data/CAVE-times_square/06.jpg
Binary file added input-42-data/CAVE-times_square/07.jpg
Binary file added input-42-data/CAVE-times_square/08.jpg
Binary file added input-42-data/CAVE-times_square/09.jpg
Binary file added input-42-data/CAVE-times_square/10.jpg
Binary file added input-42-data/CAVE-times_square/11.jpg
Binary file added input-42-data/CAVE-times_square/12.jpg
Binary file added input-42-data/CAVE-times_square/13.jpg
Binary file added input-42-data/CAVE-times_square/14.jpg
Binary file added input-42-data/CAVE-times_square/15.jpg
Binary file added input-42-data/CAVE-times_square/16.jpg
Binary file added input-42-data/CAVE-times_square/17.jpg
Binary file added input-42-data/CAVE-times_square/18.jpg
Binary file added input-42-data/CAVE-times_square/19.jpg
Binary file added input-42-data/CAVE-times_square/20.jpg
21 changes: 21 additions & 0 deletions input-42-data/CAVE-times_square/CAVE-times_square-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{center_image_index | 4 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 21 | images count}
{matching_graph_image_edges-0 | 1,20 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3,14 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5,10 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6,15 | matching graph image edge 5}
{matching_graph_image_edges-6 | 7,15 | matching graph image edge 6}
{matching_graph_image_edges-7 | 8,9 | matching graph image edge 7}
{matching_graph_image_edges-8 | 9,18 | matching graph image edge 8}
{matching_graph_image_edges-10 | 11 | matching graph image edge 10}
{matching_graph_image_edges-11 | 12 | matching graph image edge 11}
{matching_graph_image_edges-12 | 13 | matching graph image edge 12}
{matching_graph_image_edges-13 | 14 | matching graph image edge 13}
{matching_graph_image_edges-15 | 16 | matching graph image edge 15}
{matching_graph_image_edges-16 | 17 | matching graph image edge 16}
{matching_graph_image_edges-17 | 18 | matching graph image edge 17}
{matching_graph_image_edges-18 | 19,20 | matching graph image edge 18}
{matching_graph_image_edges-19 | 20 | matching graph image edge 19}
Binary file added input-42-data/DHW-carpark/1.JPG
Binary file added input-42-data/DHW-carpark/2.JPG
Binary file added input-42-data/DHW-carpark/3.JPG
Binary file added input-42-data/DHW-carpark/4.JPG
Binary file added input-42-data/DHW-carpark/5.JPG
7 changes: 7 additions & 0 deletions input-42-data/DHW-carpark/DHW-carpark-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{center_image_index | 2 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 5 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
Binary file added input-42-data/DHW-forest/1.JPG
Binary file added input-42-data/DHW-forest/2.JPG
Binary file added input-42-data/DHW-forest/3.JPG
Binary file added input-42-data/DHW-forest/4.JPG
Binary file added input-42-data/DHW-forest/5.JPG
7 changes: 7 additions & 0 deletions input-42-data/DHW-forest/DHW-forest-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{center_image_index | 1 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 5 | images count}
{matching_graph_image_edges-0 | 1,4 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
Binary file added input-42-data/DHW-temple/.DS_Store
Binary file not shown.
Binary file added input-42-data/DHW-temple/4.jpg
Binary file added input-42-data/DHW-temple/5.jpg
4 changes: 4 additions & 0 deletions input-42-data/DHW-temple/DHW-temple-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{center_image_index | 0 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 2 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{center_image_index | 8 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 17 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6 | matching graph image edge 5}
{matching_graph_image_edges-6 | 7 | matching graph image edge 6}
{matching_graph_image_edges-7 | 8 | matching graph image edge 7}
{matching_graph_image_edges-8 | 9 | matching graph image edge 8}
{matching_graph_image_edges-9 | 10 | matching graph image edge 9}
{matching_graph_image_edges-10 | 11 | matching graph image edge 10}
{matching_graph_image_edges-11 | 12 | matching graph image edge 11}
{matching_graph_image_edges-12 | 13 | matching graph image edge 12}
{matching_graph_image_edges-13 | 14 | matching graph image edge 13}
{matching_graph_image_edges-14 | 15 | matching graph image edge 14}
{matching_graph_image_edges-15 | 16 | matching graph image edge 15}
Binary file added input-42-data/NISwGSP-02_Uffizi/.DS_Store
Binary file not shown.
Binary file added input-42-data/NISwGSP-02_Uffizi/01.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/02.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/03.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/04.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/05.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/06.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/07.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/08.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/09.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/10.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/11.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/12.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/13.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/14.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/15.jpg
Binary file added input-42-data/NISwGSP-02_Uffizi/16.jpg
18 changes: 18 additions & 0 deletions input-42-data/NISwGSP-02_Uffizi/NISwGSP-02_Uffizi-STITCH-GRAPH.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{center_image_index | 7 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 16 | images count}
{matching_graph_image_edges-0 | 1 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6 | matching graph image edge 5}
{matching_graph_image_edges-6 | 7 | matching graph image edge 6}
{matching_graph_image_edges-7 | 8 | matching graph image edge 7}
{matching_graph_image_edges-8 | 9 | matching graph image edge 8}
{matching_graph_image_edges-9 | 10 | matching graph image edge 9}
{matching_graph_image_edges-10 | 11 | matching graph image edge 10}
{matching_graph_image_edges-11 | 12 | matching graph image edge 11}
{matching_graph_image_edges-12 | 13 | matching graph image edge 12}
{matching_graph_image_edges-13 | 14 | matching graph image edge 13}
{matching_graph_image_edges-14 | 15 | matching graph image edge 14}
Binary file not shown.
Binary file added input-42-data/NISwGSP-03_SantaMaria-all/01.jpg
Binary file added input-42-data/NISwGSP-03_SantaMaria-all/02.jpg
Binary file added input-42-data/NISwGSP-03_SantaMaria-all/03.jpg
Binary file added input-42-data/NISwGSP-03_SantaMaria-all/04.jpg
Binary file added input-42-data/NISwGSP-03_SantaMaria-all/05.jpg
Binary file added input-42-data/NISwGSP-03_SantaMaria-all/06.jpg
Binary file added input-42-data/NISwGSP-03_SantaMaria-all/07.jpg
Binary file added input-42-data/NISwGSP-03_SantaMaria-all/08.jpg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{center_image_index | 4 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 8 | images count}
{matching_graph_image_edges-0 | 1,3 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2,3 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3,4,5 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5,7 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6,7 | matching graph image edge 5}
{matching_graph_image_edges-6 | 7 | matching graph image edge 6}
Binary file added input-42-data/NISwGSP-03_SantaMaria/.DS_Store
Binary file not shown.
Binary file added input-42-data/NISwGSP-03_SantaMaria/01.jpg
Binary file added input-42-data/NISwGSP-03_SantaMaria/02.jpg
Binary file added input-42-data/NISwGSP-03_SantaMaria/03.jpg
Binary file added input-42-data/NISwGSP-03_SantaMaria/04.jpg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{center_image_index | 1 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 4 | images count}
{matching_graph_image_edges-0 | 1,2,3 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2,3 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3 | matching graph image edge 2}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{center_image_index | 3 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 6 | images count}
{matching_graph_image_edges-0 | 1,2,3 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2,3 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3,5 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4,5 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5 | matching graph image edge 4}
Binary file added input-42-data/NISwGSP-04_SantaMaria2/image01.jpg
Binary file added input-42-data/NISwGSP-04_SantaMaria2/image02.jpg
Binary file added input-42-data/NISwGSP-04_SantaMaria2/image03.jpg
Binary file added input-42-data/NISwGSP-04_SantaMaria2/image05.jpg
Binary file added input-42-data/NISwGSP-04_SantaMaria2/image06.jpg
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{center_image_index | 2 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 6 | images count}
{matching_graph_image_edges-0 | 1,2,3 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2,3 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3,4,5 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4,5 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5 | matching graph image edge 4}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{center_image_index | 7 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 14 | images count}
{matching_graph_image_edges-0 | 1,2,3 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2,3 | matching graph image edge 1}
{matching_graph_image_edges-2 | 3,4,5 | matching graph image edge 2}
{matching_graph_image_edges-3 | 4,5 | matching graph image edge 3}
{matching_graph_image_edges-4 | 5,6,7 | matching graph image edge 4}
{matching_graph_image_edges-5 | 6,7 | matching graph image edge 5}
{matching_graph_image_edges-6 | 7,8,9 | matching graph image edge 6}
{matching_graph_image_edges-7 | 8,9 | matching graph image edge 7}
{matching_graph_image_edges-8 | 9,10,11 | matching graph image edge 8}
{matching_graph_image_edges-9 | 10,11 | matching graph image edge 9}
{matching_graph_image_edges-10 | 11,12,13 | matching graph image edge 10}
{matching_graph_image_edges-11 | 12,13 | matching graph image edge 11}
{matching_graph_image_edges-12 | 13 | matching graph image edge 12}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{center_image_index | 0 | center image index}
{center_image_rotation_angle | 0 | center image rotation angle}
{images_count | 3 | images count}
{matching_graph_image_edges-0 | 1,2 | matching graph image edge 0}
{matching_graph_image_edges-1 | 2 | matching graph image edge 1}
Binary file not shown.
Loading