diff --git a/docs/components/camera/transform.md b/docs/components/camera/transform.md index 625deca981..1812166b2d 100644 --- a/docs/components/camera/transform.md +++ b/docs/components/camera/transform.md @@ -118,7 +118,6 @@ The following attributes are available for `transform` views: | `pipeline` | array | **Required** | Specify an array of transformation objects. | | `intrinsic_parameters` | object | Optional | The intrinsic parameters of the camera used to do 2D <-> 3D projections:
width_px
: The expected width of the aligned image in pixels. Value must be >= 0.height_px
: The expected height of the aligned image in pixels. Value must be >= 0.fx
: The image center x point. fy
: The image center y point. ppx
: The image focal x. ppy
: The image focal y. rk1
: The radial distortion x. rk2
: The radial distortion y. rk3
: The radial distortion z. tp1
: The tangential distortion x. tp2
: The tangential distortion y.