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 AffineFeature
AffineFeature. __fromPtr__(long addr)
static AffineFeature
AffineFeature. create(Feature2D backend)
static AffineFeature
AffineFeature. create(Feature2D backend, int maxTilt)
static AffineFeature
AffineFeature. create(Feature2D backend, int maxTilt, int minTilt)
static AffineFeature
AffineFeature. create(Feature2D backend, int maxTilt, int minTilt, float tiltStep)
static AffineFeature
AffineFeature. create(Feature2D backend, int maxTilt, int minTilt, float tiltStep, float rotateStepBase)
-