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
Step 5: Set platform target to x64
Step 6: From top menu bar goto Project>Properties In configuration>general and linker>input make changes as shown.
Reference: https://www.youtube.com/watch?v=2FYm3GOonhk&t=235s