From fe1761b79a8ce340c4ea0a4115a37c6dee10cf3e Mon Sep 17 00:00:00 2001 From: randhid <35934754+randhid@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:33:49 -0500 Subject: [PATCH] Update transform.md --- docs/components/camera/transform.md | 1 - 1 file changed, 1 deletion(-) 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.