estimateBoardCornersLidar
Estimate corners of calibration board in lidar frame
Since R2026a. Replaces detectRectangularPlanePoints.
Syntax
Description
estimates the 3-D corners of the calibration board in the lidar frame using the input point
cloud cornersLidar = estimateBoardCornersLidar(ptCloud,clusterThreshold,boardSize)ptCloud, a clustering distance threshold
clusterThreshold, and the board size
boardSize.
estimates the 3-D corners of the calibration board in the lidar frame using the input point
cloud, cluster labels cornersLidar = estimateBoardCornersLidar(ptCloud,clusterLabels,boardSize)clusterLabels, and the board size.
[
additionally returns the detected calibration boards as point clouds.cornersLidar,boardPtCloud] = estimateBoardCornersLidar(___)
[___] = estimateBoardCornersLidar(___,
specifies options using one or more name-value arguments in addition to any combination of
arguments from previous syntaxes. For example, Name=Value)PlaneFitDistance=0.05,
sets the maximum distance to fit a plane to each cluster to 0.05.




