Package | Description |
---|---|
org.openimaj.image.camera | |
org.openimaj.image.camera.calibration |
Modifier and Type | Field and Description |
---|---|
CameraIntrinsics |
Camera.intrinsicParameters
The intrinsic parameters of this camera
|
Modifier and Type | Method and Description |
---|---|
CameraIntrinsics |
CameraIntrinsics.getScaledIntrinsics(int newWidth,
int newHeight)
Compute a scaled set of intrinsic parameters based on the given image
size.
|
Modifier and Type | Method and Description |
---|---|
FImage[] |
CameraIntrinsics.buildRectifiedUndistortionMap(int width,
int height,
CameraIntrinsics target,
Jama.Matrix R)
Build the rectified distortion map, which for every un-distorted point in
the given size image contains the x and y ordinates of the corresponding
rectifed distorted point.
|
RemapProcessor |
CameraIntrinsics.buildRectifiedUndistortionProcessor(int width,
int height,
CameraIntrinsics target,
Jama.Matrix R)
Build a
RemapProcessor capable of correcting the radial and
tangential distortion of this camera. |
FImage[] |
CameraIntrinsics.buildUndistortionMap(int width,
int height,
CameraIntrinsics target)
Build the distortion map, which for every un-distorted point in the given
size image contains the x and y ordinates of the corresponding distorted
point.
|
RemapProcessor |
CameraIntrinsics.buildUndistortionProcessor(int width,
int height,
CameraIntrinsics target)
Build a
RemapProcessor capable of correcting the radial and
tangential distortion of this camera. |
Modifier and Type | Method and Description |
---|---|
CameraIntrinsics |
CameraCalibrationZhang.getIntrisics()
Get the computed intrinsic parameters calculated during construction.
|