intrinsics
R2026bSyntax
Description
returns a table containing the intrinsic parameters for one or more sensors.intrinsicsTable = intrinsics(multiSensorObj)
returns the intrinsic parameters for one or more sensors as intrinsic parameters
objects.sensorIntrinsics = intrinsics(multiSensorObj,name)
Examples
Load a multi-sensor parameters object that contains six cameras and two lidar sensors.
multiSensorObj = load("multiSensorObjPandaSet.mat").multiSensorObjmultiSensorObj =
multiSensorParameters with properties:
ReferenceFrame: "vehicle"
Count: 8
Sensors: [8×6 table]
Name Type MountingAngles MountingLocation Intrinsics SensorInfo
____________________ ________ ________________________________ ____________________________________ ______________________ ____________
1 "back_camera" "camera" 89.916 0.1733 -88.912 -0.69927 0.0013883 1.6532 {1×1 cameraIntrinsics} {1×1 struct}
2 "front_camera" "camera" -91.555 -1.0757 -90.711 0.4035 -0.0016662 1.8104 {1×1 cameraIntrinsics} {1×1 struct}
3 "front_gt" "lidar" -87.536 0.20817 1.3051 0.95814 0.024137 2.1652 {0×0 double } {1×1 struct}
4 "front_left_camera" "camera" -34.072 0.8383 -90.257 1.0874 0.62237 1.535 {1×1 cameraIntrinsics} {1×1 struct}
5 "front_right_camera" "camera" -149.62 -0.19227 -89.611 1.0191 -0.62249 1.6058 {1×1 cameraIntrinsics} {1×1 struct}
6 "left_camera" "camera" -0.26917 0.46213 -89.028 0.12172 0.54348 1.581 {1×1 cameraIntrinsics} {1×1 struct}
7 "main_pandar64" "lidar" 90 0 0 0.36 0 1.85 {0×0 double } {1×1 struct}
8 "right_camera" "camera" 179.59 -0.75135 -89.148 0.12018 -0.68784 1.5548 {1×1 cameraIntrinsics} {1×1 struct}
Get the transformation from the front camera to the front lidar sensor.
tform = transformation(multiSensorObj,"front_camera","front_gt");
Get the camera intrinsic parameters of the front camera.
camIntrinsicsFront = intrinsics(multiSensorObj,"front_camera");Get the mounting angles and mounting location of the front camera.
[mountingAngles,mountingLocation] = mountingPose(multiSensorObj,"front_camera");Input Arguments
Multi-sensor parameters object, specified as a multiSensorParameters object.
Name of the sensor, specified as a string scalar, character vector, M-element string array, or a M-element cell array of character vectors. M is the number of sensors for which to retrieve intrinsic parameters.
Output Arguments
Sensor names and intrinsic parameters, returned as a table with these columns
Name— Name of the sensor, returned as a string scalar.Intrinsics— Intrinsic parameters of the sensor, returned as acameraIntrinsics,fisheyeIntrinsics, orfactorIMUParameters(Navigation Toolbox) object
.
Intrinsic parameters of the sensor, returned as an M-element
array of cameraIntrinsics, fisheyeIntrinsics, factorIMUParameters (Navigation Toolbox) or an M-element cell array of
intrinsic parameter objects. M is the number of objects. If you
specify name as an M-element string array or cell array of character
vectors, then sensorIntrinsics is an M-element
cell array in which each element contains the cameraIntrinsics, fisheyeIntrinsics, or factorIMUParameters (Navigation Toolbox) object that specifies the intrinsic parameters of the
corresponding element of name
Version History
Introduced in R2026b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
- América Latina (Español)
- Canada (English)
- United States (English)
ヨーロッパ
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)