public final class DefaultGridSampler extends GridSampler
Constructor and Description |
---|
DefaultGridSampler() |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
sampleGrid(BitMatrix image,
int dimensionX,
int dimensionY,
float p1ToX,
float p1ToY,
float p2ToX,
float p2ToY,
float p3ToX,
float p3ToY,
float p4ToX,
float p4ToY,
float p1FromX,
float p1FromY,
float p2FromX,
float p2FromY,
float p3FromX,
float p3FromY,
float p4FromX,
float p4FromY)
Samples an image for a rectangular matrix of bits of the given dimension.
|
BitMatrix |
sampleGrid(BitMatrix image,
int dimensionX,
int dimensionY,
PerspectiveTransform transform) |
checkAndNudgePoints, getInstance, setGridSampler
public BitMatrix sampleGrid(BitMatrix image, int dimensionX, int dimensionY, float p1ToX, float p1ToY, float p2ToX, float p2ToY, float p3ToX, float p3ToY, float p4ToX, float p4ToY, float p1FromX, float p1FromY, float p2FromX, float p2FromY, float p3FromX, float p3FromY, float p4FromX, float p4FromY) throws NotFoundException
GridSampler
sampleGrid
in class GridSampler
image
- image to sampledimensionX
- width of BitMatrix
to sample from imagedimensionY
- height of BitMatrix
to sample from imageBitMatrix
representing a grid of points sampled from the image within a region
defined by the "from" parametersNotFoundException
- if image can't be sampled, for example, if the transformation defined
by the given points is invalid or results in sampling outside the image boundariespublic BitMatrix sampleGrid(BitMatrix image, int dimensionX, int dimensionY, PerspectiveTransform transform) throws NotFoundException
sampleGrid
in class GridSampler
NotFoundException
Copyright © 2007-2014. All Rights Reserved.