|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PerspectiveTransform | |
|---|---|
| com.google.zxing.common | |
| com.google.zxing.qrcode.detector | |
| Uses of PerspectiveTransform in com.google.zxing.common |
|---|
| Methods in com.google.zxing.common that return PerspectiveTransform | |
|---|---|
static PerspectiveTransform |
PerspectiveTransform.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 PerspectiveTransform |
PerspectiveTransform.quadrilateralToSquare(float x0,
float y0,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3)
|
static PerspectiveTransform |
PerspectiveTransform.squareToQuadrilateral(float x0,
float y0,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3)
|
| Methods in com.google.zxing.common with parameters of type PerspectiveTransform | |
|---|---|
abstract BitMatrix |
GridSampler.sampleGrid(BitMatrix image,
int dimensionX,
int dimensionY,
PerspectiveTransform transform)
|
BitMatrix |
DefaultGridSampler.sampleGrid(BitMatrix image,
int dimensionX,
int dimensionY,
PerspectiveTransform transform)
|
| Uses of PerspectiveTransform in com.google.zxing.qrcode.detector |
|---|
| Methods in com.google.zxing.qrcode.detector that return PerspectiveTransform | |
|---|---|
static PerspectiveTransform |
Detector.createTransform(ResultPoint topLeft,
ResultPoint topRight,
ResultPoint bottomLeft,
ResultPoint alignmentPattern,
int dimension)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||