AbstractInterpolatePixelS<T extends ImageGray<T>> |
Implements all the functions but does nothing.
|
AssignPixelValue_MB.F32 |
|
AssignPixelValue_MB.I16<T extends InterleavedI16<T>> |
|
AssignPixelValue_MB.I8<T extends InterleavedI8<T>> |
|
AssignPixelValue_MB.S32 |
|
AssignPixelValue_SB.F32 |
|
AssignPixelValue_SB.I16<T extends GrayI16<T>> |
|
AssignPixelValue_SB.I8<T extends GrayI8<T>> |
|
AssignPixelValue_SB.S32 |
|
DistortImageOps |
Provides common function for distorting images.
|
DoNothingPixelTransform_F32 |
Pixel transform which sets the output to be exactly the same as the input
|
DoNothingPixelTransform_F64 |
Pixel transform which sets the output to be exactly the same as the input
|
FlipVertical_F32 |
Flips the image along the vertical axis.
|
FlipVertical_F64 |
Flips the image along the vertical axis.
|
FlipVerticalNorm2_F32 |
Flips the image along the vertical axis and convert to normalized image coordinates using the
provided transform.
|
FlipVerticalNorm2_F64 |
Flips the image along the vertical axis and convert to normalized image coordinates using the
provided transform.
|
ImageDistortBasic<Input extends ImageBase<Input>,Output extends ImageBase<Output>,Interpolate extends InterpolatePixel<Input>> |
|
ImageDistortBasic_IL<Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>> |
|
ImageDistortBasic_IL_MT<Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>> |
|
ImageDistortBasic_SB<Input extends ImageGray<Input>,Output extends ImageGray<Output>> |
|
ImageDistortBasic_SB_MT<Input extends ImageGray<Input>,Output extends ImageGray<Output>> |
|
ImageDistortCache_SB<Input extends ImageGray<Input>,Output extends ImageGray<Output>> |
Except for very simple functions, computing the per pixel distortion is an expensive operation.
|
ImageDistortCache_SB_MT<Input extends ImageGray<Input>,Output extends ImageGray<Output>> |
Except for very simple functions, computing the per pixel distortion is an expensive operation.
|
LensDistortionOps |
Operations for manipulating lens distortion which do not have F32 and F64 equivalents.
|
LensDistortionOps_F32 |
Operations related to manipulating lens distortion in images
|
LensDistortionOps_F64 |
Operations related to manipulating lens distortion in images
|
MultiCameraToEquirectangular<T extends ImageBase<T>> |
Fuses information from multiple camera to create a single equirectangular image.
|
NarrowPixelToSphere_F32 |
Given a transform from pixels to normalized image coordinate it will output unit sphere coordinates.
|
NarrowPixelToSphere_F64 |
Given a transform from pixels to normalized image coordinate it will output unit sphere coordinates.
|
NarrowToWidePtoP_F32 |
Projects a synthetic view of a narrow FOV camera from a wide FOV camera.
|
NarrowToWidePtoP_F64 |
Projects a synthetic view of a narrow FOV camera from a wide FOV camera.
|
PixelTransformAffine_F32 |
|
PixelTransformAffine_F64 |
|
PixelTransformCached_F32 |
Precomputes transformations for each pixel in the image.
|
PixelTransformHomography_F32 |
|
PointTransformAffine_F32 |
Applies an affine transform to a 2D point.
|
PointTransformAffine_F64 |
Applies an affine transform to a 2D point.
|
PointTransformHomography_F32 |
|
PointTransformHomography_F64 |
|
RemovePerspectiveDistortion<T extends ImageBase<T>> |
Class which simplifies the removal of perspective distortion from a region inside an image.
|
SphereToNarrowPixel_F32 |
Converts a spherical coordinate into a pixel coordinate.
|
SphereToNarrowPixel_F64 |
Converts a spherical coordinate into a pixel coordinate.
|
Transform2ThenPixel_F32 |
Applies a transform which outputs normalized image coordinates then converts that into
pixel coordinates
|
Transform2ThenPixel_F64 |
Applies a transform which outputs normalized image coordinates then converts that into
pixel coordinates
|