|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFacemorph.multifilter.OptFilter
public class OptFilter
Optimal filter class (experimental + incomplete)
| Constructor Summary | |
|---|---|
OptFilter(FloatImage[] images)
Creates a new instance of Filter |
|
| Method Summary | |
|---|---|
void |
correct(int I,
float val,
int X,
int Y)
Correct a particular value |
FloatImage[] |
getImages()
Get the images |
void |
optimise(float tol)
Optimisation method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptFilter(FloatImage[] images)
images - the images to process| Method Detail |
|---|
public void correct(int I,
float val,
int X,
int Y)
I - the indexval - the valueX - x-coordY - y-coordpublic void optimise(float tol)
tol - the error tolerancepublic FloatImage[] getImages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||