public class RawFeatureExtractor extends FeatureExtractor
Constructor and Description |
---|
RawFeatureExtractor(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)
Splits the input frame into cells with frame width and featRawCellHeight
height.
|
public RawFeatureExtractor(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 FeatureExtractor
whole
- whole input frameframe
- current frame from which to extract features