findPose
Syntax
Description
specifies the size of the local map used to refine the absolute pose, in addition to all
input arguments from the previous syntax. When you do not specify
absPose
= findPose(___,localMapSize
)localMapSize
, the function uses a map size defined by the
x, y, and z spatial extents of
all the input points enlarged on all sides by a spatial radius,
SearchRadius
, centered around the estimated absolute pose
absPose
.
[
returns the optimized relative pose.absPose
,optimizedRelPose
] = findPose(___)
[
returns the root mean squared error of the Euclidean distance between the aligned points.
Lower values indicate a more accurate alignment.absPose
,optimizedRelPose
,rmse
] = findPose(___)
[___] = findPose(___,Name=Value)
specifies
options using one or more name-value arguments in addition to any combination of arguments
from previous syntaxes. For example, SearchRadius=4
sets the search
radius for point matching to 4
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2022b