Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 949 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 949 Bytes

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