summaryrefslogtreecommitdiffstats
path: root/SD-VBS/benchmarks/sift/data
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2020-10-19 23:09:30 -0400
committerleochanj105 <leochanj@live.unc.edu>2020-10-20 02:40:39 -0400
commitf618466c25d43f3bae9e40920273bf77de1e1149 (patch)
tree460e739e2165b8a9c37a9c7ab1b60f5874903543 /SD-VBS/benchmarks/sift/data
parent47ced4e96bbb782b9e780e8f2cfc637b2c21ff44 (diff)
initial sd-vbs
initial sd-vbs add sd-vbs sd-vbs
Diffstat (limited to 'SD-VBS/benchmarks/sift/data')
-rw-r--r--SD-VBS/benchmarks/sift/data/Makefile3
-rw-r--r--SD-VBS/benchmarks/sift/data/cif/1.bmpbin0 -> 248886 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/cif/Makefile7
-rw-r--r--SD-VBS/benchmarks/sift/data/cif/expected.m3
-rwxr-xr-xSD-VBS/benchmarks/sift/data/cif/siftbin0 -> 61616 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/fullhd/1.bmpbin0 -> 3499254 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/fullhd/Makefile7
-rw-r--r--SD-VBS/benchmarks/sift/data/fullhd/expected.m3
-rw-r--r--SD-VBS/benchmarks/sift/data/fullhd/out22344
-rwxr-xr-xSD-VBS/benchmarks/sift/data/fullhd/siftbin0 -> 52352 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/qcif/1.bmpbin0 -> 62262 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/qcif/Makefile8
-rwxr-xr-xSD-VBS/benchmarks/sift/data/qcif/VBS_Ver1bin0 -> 97049 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/qcif/expected.m3
-rwxr-xr-xSD-VBS/benchmarks/sift/data/qcif/im1_qcif.tifbin0 -> 76338 bytes
-rwxr-xr-xSD-VBS/benchmarks/sift/data/qcif/siftbin0 -> 52328 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/sim/1.bmpbin0 -> 3126 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/sim/Makefile7
-rw-r--r--SD-VBS/benchmarks/sift/data/sim/expected.m3
-rw-r--r--SD-VBS/benchmarks/sift/data/sim/out64
-rw-r--r--SD-VBS/benchmarks/sift/data/sim/outpt3
-rwxr-xr-xSD-VBS/benchmarks/sift/data/sim/siftbin0 -> 52328 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/sim_fast/1.bmpbin0 -> 822 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/sim_fast/Makefile7
-rw-r--r--SD-VBS/benchmarks/sift/data/sim_fast/expected.m3
-rwxr-xr-xSD-VBS/benchmarks/sift/data/sim_fast/siftbin0 -> 52328 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/sqcif/1.bmpbin0 -> 27702 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/sqcif/Makefile7
-rw-r--r--SD-VBS/benchmarks/sift/data/sqcif/expected.m3
-rwxr-xr-xSD-VBS/benchmarks/sift/data/sqcif/siftbin0 -> 52328 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/test/1.bmpbin0 -> 246 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/test/Makefile6
-rw-r--r--SD-VBS/benchmarks/sift/data/test/expected.m0
-rwxr-xr-xSD-VBS/benchmarks/sift/data/test/siftbin0 -> 52328 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/vga/1.bmpbin0 -> 691254 bytes
-rw-r--r--SD-VBS/benchmarks/sift/data/vga/Makefile7
-rw-r--r--SD-VBS/benchmarks/sift/data/vga/expected.m3
-rwxr-xr-xSD-VBS/benchmarks/sift/data/vga/siftbin0 -> 52328 bytes
38 files changed, 22491 insertions, 0 deletions
diff --git a/SD-VBS/benchmarks/sift/data/Makefile b/SD-VBS/benchmarks/sift/data/Makefile
new file mode 100644
index 0000000..ba33d35
--- /dev/null
+++ b/SD-VBS/benchmarks/sift/data/Makefile
@@ -0,0 +1,3 @@
1include ../../../common/makefiles/Makefile.include
2include $(MAKEFILE_COMMON_DIR)/Makefile.recurse
3
diff --git a/SD-VBS/benchmarks/sift/data/cif/1.bmp b/SD-VBS/benchmarks/sift/data/cif/1.bmp
new file mode 100644
index 0000000..510ee1e
--- /dev/null
+++ b/SD-VBS/benchmarks/sift/data/cif/1.bmp
Binary files differ
diff --git a/SD-VBS/benchmarks/sift/data/cif/Makefile b/SD-VBS/benchmarks/sift/data/cif/Makefile
new file mode 100644
index 0000000..f9f69ad
--- /dev/null
+++ b/SD-VBS/benchmarks/sift/data/cif/Makefile
@@ -0,0 +1,7 @@
1INPUT=cif
2include ../../../../common/makefiles/Makefile.include
3
4BMARK=sift
5include $(MAKEFILE_COMMON_DIR)/Makefile.common
6
7
diff --git a/SD-VBS/benchmarks/sift/data/cif/expected.m b/SD-VBS/benchmarks/sift/data/cif/expected.m
new file mode 100644
index 0000000..af2bf0d
--- /dev/null
+++ b/SD-VBS/benchmarks/sift/data/cif/expected.m
@@ -0,0 +1,3 @@
1136.999167 77.000720 83.999729 112.000277 121.000620 39.000176 51.001094 43.999857 61.998244 13.999880 25.000228 47.997497 33.001164 55.999991 20.001724 54.000010 3.999342 5.000423 20.000317 43.000814 14.996794 15.002251 26.996749 19.002418
2112.999914 76.000321 129.999754 130.999869 109.999693 139.999571 14.999954 8.999146 17.000011 60.999649 13.999972 50.998759 37.000079 49.999613 52.000721 20.998285 4.001589 67.002178 28.000061 31.999063 14.997124 26.998721 15.996770 21.000680
30.000541 2.000809 2.000690 1.999219 1.999901 1.999766 -0.000501 1.001493 0.997885 2.002503 2.001009 2.000486 0.000857 0.000447 0.999257 1.001282 1.999210 2.004933 1.998901 2.002017 0.000844 0.002754 0.003280 0.999702
diff --git a/SD-VBS/benchmarks/sift/data/cif/sift b/SD-VBS/benchmarks/sift/data/cif/sift
new file mode 100755
index 0000000..bb1cb68
--- /dev/null
+++ b/SD-VBS/benchmarks/sift/data/cif/sift
Binary files differ
diff --git a/SD-VBS/benchmarks/sift/data/fullhd/1.bmp b/SD-VBS/benchmarks/sift/data/fullhd/1.bmp
new file mode 100644
index 0000000..a9113a9
--- /dev/null
+++ b/SD-VBS/benchmarks/sift/data/fullhd/1.bmp
Binary files differ
diff --git a/SD-VBS/benchmarks/sift/data/fullhd/Makefile b/SD-VBS/benchmarks/sift/data/fullhd/Makefile
new file mode 100644
index 0000000..0a2f146
--- /dev/null
+++ b/SD-VBS/benchmarks/sift/data/fullhd/Makefile
@@ -0,0 +1,7 @@
1INPUT=fullhd
2include ../../../../common/makefiles/Makefile.include
3
4BMARK=sift
5include $(MAKEFILE_COMMON_DIR)/Makefile.common
6
7
diff --git a/SD-VBS/benchmarks/sift/data/fullhd/expected.m b/SD-VBS/benchmarks/sift/data/fullhd/expected.m
new file mode 100644
index 0000000..186fa90
--- /dev/null
+++ b/SD-VBS/benchmarks/sift/data/fullhd/expected.m
@@ -0,0 +1,3 @@
1414.999928 4.000992 4.001288 123.000042 71.999940 78.999870 104.999905 112.999724 48.002433 12.999701 42.000432 59.002691 23.000113 28.000855 46.001861 31.000996 52.998290 19.001083 50.999850 3.998759 4.998837 18.999829 40.999310 24.995970 18.001268
22156.000398 535.996659 265.997001 73.999950 70.999681 121.999948 123.000221 104.000345 13.999844 58.000118 8.999411 14.999927 14.000431 51.000060 47.999387 35.000137 46.000387 49.000452 19.002464 4.001419 62.999499 26.000252 29.000954 16.000873 19.999109
31.000357 1.997461 1.997128 0.999547 2.002183 2.002401 2.001073 2.000907 0.000804 0.997062 1.001759 1.000496 2.001831 1.997246 2.000260 0.000086 -0.000249 0.998226 0.997202 1.998000 2.001326 1.997402 2.001034 0.002951 0.995889
diff --git a/SD-VBS/benchmarks/sift/data/fullhd/out b/SD-VBS/benchmarks/sift/data/fullhd/out
new file mode 100644
index 0000000..39c7bad
--- /dev/null
+++ b/SD-VBS/benchmarks/sift/data/fullhd/out
@@ -0,0 +1,22344 @@
1
2Benchmark - sift
3Data set - fullhd
4 BEFORE OFRAMES PRINT = 3 20369 3840 2160
530 5.000000 9905.000000
631 5.000000 9943.000000
732 5.000000 9951.000000
833 5.000000 9954.000000
934 5.000000 9969.000000
1035 5.000000 9981.000000
1136 5.000000 9985.000000
1237 5.000000 10001.000000
1338 5.000000 10005.000000
1439 5.000000 10081.000000
1540 5.000000 11404.000000
1641 5.000000 11423.000000
1742 5.000000 11425.000000
1843 5.000000 11430.000000
1944 5.000000 11452.000000
2045 5.000000 11462.000000
2146 5.000000 11467.000000
2247 5.000000 11471.000000
2348 5.000000 11481.000000
2449 5.000000 11486.000000
2550 5.000000 11500.000000
2651 5.000000 11502.000000
2752 5.000000 11506.000000
2853 5.000000 11509.000000
2954 5.000000 11519.000000
3055 5.000000 11524.000000
3156 5.000000 11530.000000
3257 5.000000 11534.000000
3358 5.000000 11540.000000
3459 5.000000 11544.000000
3560 5.000000 11549.000000
3661 5.000000 11567.000000
3762 5.000000 11569.000000
3863 5.000000 11574.000000
3964 5.000000 11582.000000
4065 5.000000 11585.000000
4166 5.000000 11587.000000
4267 5.000000 11592.000000
4368 5.000000 11596.000000
4469 5.000000 11599.000000
4570 5.000000 11604.000000
4671 5.000000 11606.000000
4772 5.000000 11631.000000
4873 5.000000 11636.000000
4974 5.000000 11642.000000
5075 5.000000 11655.000000
5176 6.000000 11541.000000
5277 6.000000 11545.000000
5378 6.000000 11550.000000
5479 6.000000 11560.000000
5580 6.000000 11567.000000
5681 6.000000 11573.000000
5782 6.000000 11583.000000
5883 6.000000 11592.000000
5984 6.000000 11598.000000
6085 6.000000 11607.000000
6186 6.000000 11613.000000
6287 6.000000 11617.000000
6388 6.000000 11637.000000
6489 6.000000 11753.000000
6590 6.000000 11807.000000
6691 6.000000 11809.000000
6792 6.000000 13055.000000
6893 6.000000 13080.000000
6994 6.000000 13138.000000
7095 6.000000 13172.000000
7196 6.000000 13176.000000
7297 6.000000 13196.000000
7398 6.000000 13238.000000
7499 6.000000 13243.000000
75100 6.000000 13292.000000
76101 6.000000 13300.000000
77102 6.000000 13302.000000
78103 6.000000 13306.000000
79104 7.000000 13235.000000
80105 7.000000 13249.000000
81106 8.000000 16078.000000
82107 9.000000 16642.000000
83108 10.000000 18298.000000
84109 10.000000 18319.000000
85110 10.000000 19424.000000
86111 10.000000 19462.000000
87112 10.000000 19598.000000
88113 11.000000 19959.000000
89114 11.000000 19972.000000
90115 11.000000 19975.000000
91116 11.000000 19983.000000
92117 11.000000 19996.000000
93118 12.000000 21627.000000
94119 12.000000 21631.000000
95120 12.000000 21707.000000
96121 14.000000 26132.000000
97122 14.000000 26135.000000