Uses of Class
com.google.zxing.common.PerspectiveTransform
Packages that use PerspectiveTransform
-
Uses of PerspectiveTransform in com.google.zxing.common
Methods in com.google.zxing.common that return PerspectiveTransformModifier and TypeMethodDescription(package private) PerspectiveTransformPerspectiveTransform.buildAdjoint()static PerspectiveTransformPerspectiveTransform.quadrilateralToQuadrilateral(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, float x0p, float y0p, float x1p, float y1p, float x2p, float y2p, float x3p, float y3p) static PerspectiveTransformPerspectiveTransform.quadrilateralToSquare(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) static PerspectiveTransformPerspectiveTransform.squareToQuadrilateral(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) (package private) PerspectiveTransformPerspectiveTransform.times(PerspectiveTransform other) Methods in com.google.zxing.common with parameters of type PerspectiveTransformModifier and TypeMethodDescriptionDefaultGridSampler.sampleGrid(BitMatrix image, int dimensionX, int dimensionY, PerspectiveTransform transform) abstract BitMatrixGridSampler.sampleGrid(BitMatrix image, int dimensionX, int dimensionY, PerspectiveTransform transform) (package private) PerspectiveTransformPerspectiveTransform.times(PerspectiveTransform other) -
Uses of PerspectiveTransform in com.google.zxing.qrcode.detector
Methods in com.google.zxing.qrcode.detector that return PerspectiveTransformModifier and TypeMethodDescriptionprivate static PerspectiveTransformDetector.createTransform(ResultPoint topLeft, ResultPoint topRight, ResultPoint bottomLeft, ResultPoint alignmentPattern, int dimension) Methods in com.google.zxing.qrcode.detector with parameters of type PerspectiveTransformModifier and TypeMethodDescriptionprivate static BitMatrixDetector.sampleGrid(BitMatrix image, PerspectiveTransform transform, int dimension)