Skip to content

CSE-333-Computer-Graphics-2022/Seam-Carving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seam-Carving

Liquid re-scaling of Images

Step 1: Install Visual Studio 2019 for windows from https://visualstudio.microsoft.com/vs/older-downloads/

Step 2: Download OpenCV from https://github.com/opencv/opencv/releases/tag/4.5.0 (opencv-4.5.0-vc14_vc15.exe) and extract it.

Step 3: Add bin path to environment variable ie (D:\opencv\build\x64\vc15\bin)

Step 4: Create new empty C++ Project image

Step 5: Set platform target to x64 image

Step 6: From top menu bar goto Project>Properties In configuration>general and linker>input make changes as shown. image

Reference: https://www.youtube.com/watch?v=2FYm3GOonhk&t=235s

About

Liquid Re-scaling of Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages