public class RadialDistortionCalibrator extends Object
| Constructor and Description |
|---|
RadialDistortionCalibrator(MBFImage image)
Construct the demo with the given image
|
| Modifier and Type | Method and Description |
|---|---|
Point2d |
getUndistortedPoint(Point2d point)
Compute the transformed point for a given point
|
static void |
main(String[] args)
The main method.
|
public RadialDistortionCalibrator(MBFImage image)
image - the imagepublic Point2d getUndistortedPoint(Point2d point)
point - the input pointpublic static void main(String[] args) throws IOException
args - path to an image; or emptyIOException