| Class | Description |
|---|---|
| CameraPlaneProjection |
Computes the location of a point on the plane from an observation in pixels and the reverse.
|
| CreateSyntheticOverheadView<T extends boofcv.struct.image.ImageBase> |
Converts a camera image into an overhead orthogonal view with known metric properties given a known transform from the
plane to camera.
|
| CreateSyntheticOverheadViewMS<T extends boofcv.struct.image.ImageSingleBand> |
Implementation of
CreateSyntheticOverheadView for MultiSpectral. |
| CreateSyntheticOverheadViewS<T extends boofcv.struct.image.ImageSingleBand> |
Implementation of
CreateSyntheticOverheadView for ImageSingleBand. |
| OverheadView<T extends boofcv.struct.image.ImageBase> |
Data structure for an overhead orthogonal view with known metric properties.
|
| SelectOverheadParameters |
Give a camera's intrinsic and extrinsic parameters, selects a reasonable overhead view to render the image onto.
|