Skip to content

Bilineal Interpolation and Nearest neighbor interpolation applied for image scaling in C++ using the CImg library

Notifications You must be signed in to change notification settings

amh28/Bilineal-Interpolation-and-Nearest-neighbor-interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bilineal-Interpolation-and-Nearest-neighbor-interpolation

Para poder ejecutar el codigo correr el siguiente comando en linux:

g++ interp.cpp -lm -lpthread -lX11 -std=c++11

About

Bilineal Interpolation and Nearest neighbor interpolation applied for image scaling in C++ using the CImg library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages