From 6371a7921aeaf3f4b4f8a39c061d3a045787800f Mon Sep 17 00:00:00 2001 From: augustin64 Date: Thu, 20 Mar 2025 11:46:41 +0100 Subject: [PATCH] Add README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aefddc8 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Seam Carving + +## Refrences: +- [Seam carving for content-aware image resizing](https://perso.crans.org/frenoy/matlab2012/seamcarving.pdf) +- [By-example Synthesis of Architectural Textures](https://inria.hal.science/inria-00547754v1/file/paper.pdf)