| 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<T>> |
Converts a camera image into an overhead orthogonal view with known metric properties given a known transform from the
plane to camera.
|
| CreateSyntheticOverheadViewPL<T extends boofcv.struct.image.ImageGray<T>> |
Implementation of
CreateSyntheticOverheadView for Planar. |
| CreateSyntheticOverheadViewS<T extends boofcv.struct.image.ImageGray<T>> |
Implementation of
CreateSyntheticOverheadView for ImageGray. |
| OverheadView<T extends boofcv.struct.image.ImageBase<T>> |
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.
|