public class ConcavityFeatureExtractor extends FeatureExtractor
| Constructor and Description |
|---|
ConcavityFeatureExtractor(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)
Extract concavity features based on 3x3 masks as defined by
(Likforman-Sulem et. al., 2012).
|
public ConcavityFeatureExtractor(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