public class ANHDFFeatureExtractor extends FeatureExtractor
| Constructor and Description |
|---|
ANHDFFeatureExtractor(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Double> |
extractFeatures(org.opencv.core.Mat whole,
org.opencv.core.Mat frame)
Extracts ANHDF features (dimensionality: 4*featAnhdfSegmentNum.
|
public ANHDFFeatureExtractor(Configuration conf)
public java.util.List<java.lang.Double> extractFeatures(org.opencv.core.Mat whole,
org.opencv.core.Mat frame)
frame
matrix stays the same.extractFeatures in class FeatureExtractorwhole - whole input frameframe - current frame from which to extract features