Image Interpolation with Geometric Contour Stencils
|
basic.c | Memory management, portable types, math constants, and timing |
basic.h | Memory management, portable types, math constants, and timing |
conv.c | Convolution functions |
conv.h | Convolution functions |
imageio.c | Implements ReadImage and WriteImage functions |
imageio.h | Implements ReadImage and WriteImage functions |
imcoarsen.c | Image coarsening utility program |
imdiff.c | Image difference calculator program |
invmat.c | Invert matrix through QR decomposition |
invmat.h | Invert matrix through QR decomposition |
nninterp.c | Nearest neighbor image interpolation |
nninterp.h | Nearest neighbor image interpolation |
nninterpcli.c | Nearest neighbor image interpolation utility |
pen.c | Vector drawing abstraction |
pen.h | Vector drawing abstraction |
sinterp.c | Contour stencil interpolation |
sinterp.h | Contour stencil interpolation |
sinterpcli.c | Contour stencil interpolation command line program |
sset.c | Contour stencil set construction |
sset.h | Contour stencil set construction |
svd2x2.c | Compute the singular value decomposition of a 2x2 matrix |
svd2x2.h | Compute the singular value decomposition of a 2x2 matrix |