JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
boofcv.struct.distort
Interface PixelTransform
All Known Implementing Classes:
DoNothingPixelTransform_F32
,
DoNothingPixelTransform_F64
,
PixelTransform2_F32
,
PixelTransform2_F64
,
PixelTransform3_F32
,
PixelTransform3_F64
,
PixelTransformAffine_F32
,
PixelTransformAffine_F64
,
PixelTransformCached_F32
,
PixelTransformHomography_F32
,
PointToPixelTransform_F32
,
PointToPixelTransform_F64
public interface
PixelTransform
Computes a transform in pixel coordinates
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
compute
(int x, int y)
applies a transform to a pixel coordinate
Method Detail
compute
void compute(int x, int y)
applies a transform to a pixel coordinate
Parameters:
x
- Pixel x-coordinate
y
- Pixel y-coordinate
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method