Image Interpolation with 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 |
cwinterp.c | Contour stencil windowed interpolation |
cwinterp.h | Contour stencil windowed interpolation |
cwinterpcli.c | Image Interpolation with Contour Stencils command line program |
drawline.c | Draw a black antialiased line |
drawline.h | Draw a black antialiased line |
fitsten.c | Select the best-fitting contour stencils |
fitsten.h | Select the best-fitting contour stencils |
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 |