|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cyberlab.recognition.local.extractor.LocalFeaturesExtractor
org.cyberlab.recognition.local.extractor.device.DeviceLocalFeaturesExtractor
public class DeviceLocalFeaturesExtractor
Features extractor for local image recognition that runs locally on the Android device. The extractor supports all feature detectors and descriptor extractors in OpenCV. For more information about these and their features refer to official OpenCV documentation.
Field Summary |
---|
Fields inherited from class org.cyberlab.recognition.local.extractor.LocalFeaturesExtractor |
---|
descriptorType, featureType, type |
Constructor Summary | |
---|---|
DeviceLocalFeaturesExtractor()
|
|
DeviceLocalFeaturesExtractor(int featureType,
int descriptorType)
|
Method Summary | |
---|---|
ImageFeatures |
getFeatures(Bitmap image)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeviceLocalFeaturesExtractor()
public DeviceLocalFeaturesExtractor(int featureType, int descriptorType)
Method Detail |
---|
public ImageFeatures getFeatures(Bitmap image)
getFeatures
in class LocalFeaturesExtractor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |