org.cyberlab.recognition.local
Class ImageFeatures

java.lang.Object
  extended by org.cyberlab.recognition.local.ImageFeatures

public class ImageFeatures
extends java.lang.Object

Data structure for holding the image features extracted from an image. keypoints: all the detected keypoints in the image descriptors: all the keypoint descriptors.

Author:
Mats-Gøran Karlsen

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

keypoints

public java.util.ArrayList<org.opencv.features2d.KeyPoint> keypoints

descriptors

public org.opencv.core.Mat descriptors
Constructor Detail

ImageFeatures

public ImageFeatures()