|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cyberlab.local.recognition.ImageFeatures
public class ImageFeatures
Data structure for holding the image features extracted from an image. keypoints: all the detected keypoints in the image descriptors: all the keypoint descriptors.
Field Summary | |
---|---|
org.opencv.core.Mat |
descriptors
|
java.util.ArrayList<org.opencv.features2d.KeyPoint> |
keypoints
|
Constructor Summary | |
---|---|
ImageFeatures()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.ArrayList<org.opencv.features2d.KeyPoint> keypoints
public org.opencv.core.Mat descriptors
Constructor Detail |
---|
public ImageFeatures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |