Package one.empty3.feature
Class LocalExtrema
java.lang.Object
one.empty3.feature.FilterMatPixM
one.empty3.feature.LocalExtrema
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
double
boolean
isSetMin()
void
setCompNo
(int compNo) void
setSetMin
(boolean b) void
setThreshold
(double threshold)
-
Field Details
-
sub
protected double[] sub
-
-
Constructor Details
-
LocalExtrema
public LocalExtrema() -
LocalExtrema
public LocalExtrema(int width, int height, int neighbourSize, int pointsCount)
-
-
Method Details
-
getCompNo
public int getCompNo() -
setCompNo
public void setCompNo(int compNo) -
searchForFeaturePlaces
-
filter
- Specified by:
filter
in classFilterMatPixM
-
element
- Specified by:
element
in classFilterMatPixM
-
norm
- 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)
-