8000 GitHub - balajeerc/BicubicImageSampler: Multithreaded Bicubic Image Sampler that I wrote as part of a small assignment
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

balajeerc/BicubicImageSampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published
0