Package one.empty3.feature
Class FeatureDetector
- java.lang.Object
-
- one.empty3.feature.FeatureDetector
-
public class FeatureDetector extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FeatureDetector(Representable r, FeatureDescriptor feature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
detect(Region region)
Representable
getWanted()
-
-
-
Constructor Detail
-
FeatureDetector
public FeatureDetector(Representable r, FeatureDescriptor feature)
-
-
Method Detail
-
getWanted
public Representable getWanted()
-
detect
public void detect(Region region)
-
-