public abstract class FeatureExtractor
extends java.lang.Object
#extractFeatures()| Constructor and Description |
|---|
FeatureExtractor(Configuration conf)
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<java.lang.Double> |
extractFeatures(org.opencv.core.Mat whole,
org.opencv.core.Mat frame)
Extract features from the given frame.
|
public FeatureExtractor(Configuration conf)
conf - featExtract configurationpublic abstract java.util.List<java.lang.Double> extractFeatures(org.opencv.core.Mat whole,
org.opencv.core.Mat frame)
frame
matrix stays the same.whole - whole input frameframe - current frame from which to extract featuresjava.lang.NullPointerException - if frame is null