Image Interpolation with Contour Stencils
|
basic.c [code] | Memory management, portable types, math constants, and timing |
basic.h [code] | Memory management, portable types, math constants, and timing |
conv.c [code] | Convolution functions |
conv.h [code] | Convolution functions |
cwinterp.c [code] | Contour stencil windowed interpolation |
cwinterp.h [code] | Contour stencil windowed interpolation |
cwinterpcli.c [code] | Image Interpolation with Contour Stencils command line program |
drawline.c [code] | Draw a black antialiased line |
drawline.h [code] | Draw a black antialiased line |
fitsten.c [code] | Select the best-fitting contour stencils |
fitsten.h [code] | Select the best-fitting contour stencils |
imageio.c [code] | Implements ReadImage and WriteImage functions |
imageio.h [code] | Implements ReadImage and WriteImage functions |
imcoarsen.c [code] | Image coarsening utility program |
imdiff.c [code] | Image difference calculator program |
invmat.c [code] | Invert matrix through QR decomposition |
invmat.h [code] | Invert matrix through QR decomposition |
nninterp.c [code] | Nearest neighbor image interpolation |
nninterp.h [code] | Nearest neighbor image interpolation |
nninterpcli.c [code] | Nearest neighbor image interpolation utility |