Uses of Class
org.anchoranalysis.plugin.opencv.bean.feature.HOGParameters
Packages that use HOGParameters
-
Uses of HOGParameters in org.anchoranalysis.plugin.opencv.bean.feature
Methods in org.anchoranalysis.plugin.opencv.bean.feature that return HOGParametersModifier and TypeMethodDescriptionHOGDescriptor.getParameters()Parameters used for calculating HOGHOGFeature.getParameters()Parameters used for calculating HOG.Methods in org.anchoranalysis.plugin.opencv.bean.feature with parameters of type HOGParametersModifier and TypeMethodDescriptionvoidHOGDescriptor.setParameters(HOGParameters parameters) Parameters used for calculating HOGvoidHOGFeature.setParameters(HOGParameters parameters) Parameters used for calculating HOG.