Package one.empty3.feature
Class LocalExtrema
- java.lang.Object
-
- one.empty3.feature.FilterMatPixM
-
- one.empty3.feature.LocalExtrema
-
public class LocalExtrema extends FilterMatPixM
-
-
Field Summary
Fields Modifier and Type Field Description protected double[]
sub
-
Constructor Summary
Constructors Constructor Description LocalExtrema()
LocalExtrema(int width, int height, int neighbourSize, int pointsCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
element(M3 source, M3 copy, int i, int j, int ii, int ij)
M3
filter(M3 original)
int
getCompNo()
double
getThreshold()
boolean
isSetMin()
M3
norm(M3 m3, M3 copy)
java.util.ArrayList<AreaDescriptor>
searchForFeaturePlaces()
void
setCompNo(int compNo)
void
setSetMin(boolean b)
void
setThreshold(double threshold)
-
-
-
Method Detail
-
getCompNo
public int getCompNo()
-
setCompNo
public void setCompNo(int compNo)
-
searchForFeaturePlaces
public java.util.ArrayList<AreaDescriptor> searchForFeaturePlaces()
-
filter
public M3 filter(M3 original)
- Specified by:
filter
in classFilterMatPixM
-
element
public void element(M3 source, M3 copy, int i, int j, int ii, int ij)
- Specified by:
element
in classFilterMatPixM
-
norm
public M3 norm(M3 m3, M3 copy)
- Specified by:
norm
in classFilterMatPixM
-
getThreshold
public double getThreshold()
-
setThreshold
public void setThreshold(double threshold)
-
isSetMin
public boolean isSetMin()
-
setSetMin
public void setSetMin(boolean b)
-
-