|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfeatures.filterBanks.FilterBank
public abstract class FilterBank
| Field Summary | |
|---|---|
static int |
OPPONENCIES
|
| Constructor Summary | |
|---|---|
FilterBank(float[] scales)
Michael should also work with grayscale images, how do we do that? |
|
FilterBank(float[] scales,
int[] channels)
|
|
| Method Summary | |
|---|---|
abstract int |
getNumber()
Return the number of filters in this filter bank. |
abstract java.lang.String |
name(int filternumber,
java.lang.String preString)
Get the feature name for filternumber. |
static float[] |
scaleSet(int n)
Return a set of n good scales for scale space. |
static float[] |
thetaSet(int n)
Return a set of good filter orientations (thetas) for filters of order. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int OPPONENCIES
| Constructor Detail |
|---|
public FilterBank(float[] scales)
scales - float[]
public FilterBank(float[] scales,
int[] channels)
| Method Detail |
|---|
public abstract int getNumber()
public abstract java.lang.String name(int filternumber,
java.lang.String preString)
public static float[] thetaSet(int n)
public static float[] scaleSet(int n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||