DefaultGridSampler class
@author Sean Owen
- Inheritance
-
- Object
- GridSampler
- DefaultGridSampler
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sampleGrid(
BitMatrix image, int dimensionX, int dimensionY, PerspectiveTransform transform) → BitMatrix -
override
-
sampleGridBulk(
BitMatrix image, int dimensionX, int dimensionY, double p1ToX, double p1ToY, double p2ToX, double p2ToY, double p3ToX, double p3ToY, double p4ToX, double p4ToY, double p1FromX, double p1FromY, double p2FromX, double p2FromY, double p3FromX, double p3FromY, double p4FromX, double p4FromY) → BitMatrix -
Samples an image for a rectangular matrix of bits of the given dimension. The sampling
transformation is determined by the coordinates of 4 points, in the original and transformed
image space.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited