public class RecoverHoles
extends java.lang.Object
| Constructor and Description |
|---|
RecoverHoles() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addDate(Path dir) |
static void |
main(java.lang.String[] args) |
static void |
recoverInterpolationDir(Path dir)
Recover all images in the given directory by performing an interpolation
on each missing point from the two nearest points on each side on its
horizontal line (the nearest left and right points).
|
static void |
recoverNearest(Path dir)
Recover all images in the given dir.
|
public static void recoverNearest(Path dir)
throws java.io.IOException
dir - java.io.IOExceptionpublic static void recoverInterpolationDir(Path dir)
throws java.io.IOException
dir - java.io.IOExceptionpublic static void addDate(Path dir)
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
args - java.io.IOException