|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Facemorph.Filter
public class Filter
A 1D image filter
Field Summary | |
---|---|
int |
bm
The border model to use 1= symmetric, -1=anti-symmetric |
float[] |
data
The coefficients of this filter |
int |
m
The midpoint of this filter |
Constructor Summary | |
---|---|
Filter()
Constructs an empty filter |
|
Filter(int M,
float[] vals)
Constructs a filter with the coefficeints and midpoint specified, the border model will be set to 1 |
|
Filter(int M,
int BM,
float[] vals)
Construct a Filter with the midpoint, coefficients and border model specified |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float[] data
public int m
public int bm
Constructor Detail |
---|
public Filter()
public Filter(int M, float[] vals)
M
- The midpoint of the filtervals
- The filter coeeficientspublic Filter(int M, int BM, float[] vals)
M
- The midpoint of this filterBM
- The border model to use (1=sym, -1=antisym)vals
- The filter coefficients
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |