Uses of Class
org.anchoranalysis.plugin.opencv.bean.feature.HOGParameters
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.opencv.bean.feature |
Extracting features using OpenCV.
|
-
Uses of HOGParameters in org.anchoranalysis.plugin.opencv.bean.feature
Methods in org.anchoranalysis.plugin.opencv.bean.feature that return HOGParameters Modifier and Type Method Description HOGParametersHOGDescriptor. getParameters()Parameters used for calculating HOGHOGParametersHOGFeature. getParameters()Parameters used for calculating HOG.Methods in org.anchoranalysis.plugin.opencv.bean.feature with parameters of type HOGParameters Modifier and Type Method Description voidHOGDescriptor. setParameters(HOGParameters parameters)Parameters used for calculating HOGvoidHOGFeature. setParameters(HOGParameters parameters)Parameters used for calculating HOG.