Uses of Class
org.opencv.features2d.AffineFeature
-
Packages that use AffineFeature Package Description org.opencv.features2d -
-
Uses of AffineFeature in org.opencv.features2d
Methods in org.opencv.features2d that return AffineFeature Modifier and Type Method Description static AffineFeatureAffineFeature. __fromPtr__(long addr)static AffineFeatureAffineFeature. create(Feature2D backend)static AffineFeatureAffineFeature. create(Feature2D backend, int maxTilt)static AffineFeatureAffineFeature. create(Feature2D backend, int maxTilt, int minTilt)static AffineFeatureAffineFeature. create(Feature2D backend, int maxTilt, int minTilt, float tiltStep)static AffineFeatureAffineFeature. create(Feature2D backend, int maxTilt, int minTilt, float tiltStep, float rotateStepBase)
-