From f618466c25d43f3bae9e40920273bf77de1e1149 Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Mon, 19 Oct 2020 23:09:30 -0400 Subject: initial sd-vbs initial sd-vbs add sd-vbs sd-vbs --- .../texture_synthesis/data/fullhd/.expected_C.txt.swp | Bin 0 -> 4096 bytes SD-VBS/benchmarks/texture_synthesis/data/fullhd/1.bmp | Bin 0 -> 6966 bytes .../benchmarks/texture_synthesis/data/fullhd/Makefile | 7 +++++++ .../texture_synthesis/data/fullhd/texture_synthesis | Bin 0 -> 48368 bytes 4 files changed, 7 insertions(+) create mode 100644 SD-VBS/benchmarks/texture_synthesis/data/fullhd/.expected_C.txt.swp create mode 100644 SD-VBS/benchmarks/texture_synthesis/data/fullhd/1.bmp create mode 100644 SD-VBS/benchmarks/texture_synthesis/data/fullhd/Makefile create mode 100755 SD-VBS/benchmarks/texture_synthesis/data/fullhd/texture_synthesis (limited to 'SD-VBS/benchmarks/texture_synthesis/data/fullhd') diff --git a/SD-VBS/benchmarks/texture_synthesis/data/fullhd/.expected_C.txt.swp b/SD-VBS/benchmarks/texture_synthesis/data/fullhd/.expected_C.txt.swp new file mode 100644 index 0000000..0120cee Binary files /dev/null and b/SD-VBS/benchmarks/texture_synthesis/data/fullhd/.expected_C.txt.swp differ diff --git a/SD-VBS/benchmarks/texture_synthesis/data/fullhd/1.bmp b/SD-VBS/benchmarks/texture_synthesis/data/fullhd/1.bmp new file mode 100644 index 0000000..74918c4 Binary files /dev/null and b/SD-VBS/benchmarks/texture_synthesis/data/fullhd/1.bmp differ diff --git a/SD-VBS/benchmarks/texture_synthesis/data/fullhd/Makefile b/SD-VBS/benchmarks/texture_synthesis/data/fullhd/Makefile new file mode 100644 index 0000000..33ec187 --- /dev/null +++ b/SD-VBS/benchmarks/texture_synthesis/data/fullhd/Makefile @@ -0,0 +1,7 @@ +INPUT=fullhd +include ../../../../common/makefiles/Makefile.include + +BMARK=texture_synthesis +include $(MAKEFILE_COMMON_DIR)/Makefile.common + + diff --git a/SD-VBS/benchmarks/texture_synthesis/data/fullhd/texture_synthesis b/SD-VBS/benchmarks/texture_synthesis/data/fullhd/texture_synthesis new file mode 100755 index 0000000..009b9ae Binary files /dev/null and b/SD-VBS/benchmarks/texture_synthesis/data/fullhd/texture_synthesis differ -- cgit v1.2.2