-
Notifications
You must be signed in to change notification settings - Fork 0
balajeerc/BicubicImageSampler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Bicubic Interpolator (Multithreaded) Pre-requisites: --------------- a) An x86 processor running Linux b) OpenGL development headers (GL/gl.h) in /usr/include (SOIL library used for image loading has OpenGL dependencies despite this program not using any OpenGL) c) Posix threads (pThreads) Building: --------- Simply run 'make' Running: -------- Usage: ./BicubicInterpolator inputImagePath newWidth newHeight Example: ./BicubicInterpolator inputImage.png 1230 820 NOTE: Use only absolute paths for images or images in the same directory as executable.
About
Multithreaded Bicubic Image Sampler that I wrote as part of a small assignment
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published