planeModel
R2026bObject for storing parametric plane model
Description
The planeModel object stores the parameters of a
parametric plane model. After you create a planeModel object, you can
extract points on the plane using the object functions. Plane models are used to store
the output of the pcfitplane function, which fits a plane over a point
cloud.
Creation
There are two ways to create a planeModel object.
Create a plane model by specifying the plane parameters in the
planeModelobject.Fit a plane model over a point cloud using the
pcfitplanefunction.
Description
constructs a parametric plane model from the 1-by-4
model = planeModel(parameters)Parameters input vector that describes a plane.
Input Arguments
Properties
Object Functions
plot | Plot parametric model |
normalRotation | Compute transform for rotation of normal to plane |
transform | Transform geometric models between coordinate frames |
Examples
Version History
Introduced in R2015bSee Also
Objects
cylinderModel|sphereModel|cuboidModel|pointCloud|pcplayer|rigidtform3d(Image Processing Toolbox)
Functions
pcfitcylinder|pcfitplane|pcfitcylinder|pcfitplane|pcfitsphere|pcfitcuboidalign|pcfitcuboid|pcshow|pcmerge|pctransform|pcdenoise|pcdownsample|pcwrite|pcread|pcregistericp
Topics
- 3-D Point Cloud Registration and Stitching (Computer Vision Toolbox)



