Interface IPose3D
位姿接口
public interface IPose3D : IToolkitBase, IModuleBase
- Inherited Members
- Extension Methods
Properties
Pose
位姿
List<CPoint3> Pose { get; set; }
Property Value
Window3D
图像窗口
IWindow3D Window3D { get; set; }
Property Value
Methods
Find(CPointCloud)
找位姿
List<CPoint3> Find(CPointCloud pts)
Parameters
ptsCPointCloud点云
Returns
Find(CPointCloud, List<CPoint3>)
找位姿
List<CPoint3> Find(CPointCloud pts, List<CPoint3> pose)
Parameters
ptsCPointCloud点云
poseList<CPoint3>位姿