initial commit

This commit is contained in:
Tzu-Mao Li
2020-09-03 22:30:30 -04:00
commit 413a3e5cee
148 changed files with 138536 additions and 0 deletions

10
apps/Makefile Normal file
View File

@@ -0,0 +1,10 @@
SEAM_IMAGES=seaside2 sunset2 hokusai cat ice_cream
SEAM_OUT=results/seam_carving
SEAM_RESULTS=$(addsuffix /out.mp4,$(addprefix $(SEAM_OUT)/,$(SEAM_IMAGES)))
all: $(SEAM_RESULTS)
echo $(SEAM_RESULTS)
$(SEAM_OUT)/%/out.mp4: imgs/seamcarving/%.svg
python seam_carving.py --svg $^