Table of Contents

Interface IPose3D

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

位姿接口

public interface IPose3D : IToolkitBase, IModuleBase
Inherited Members
Extension Methods

Properties

Pose

位姿

List<CPoint3> Pose { get; set; }

Property Value

List<CPoint3>

Window3D

图像窗口

IWindow3D Window3D { get; set; }

Property Value

IWindow3D

Methods

Find(CPointCloud)

找位姿

List<CPoint3> Find(CPointCloud pts)

Parameters

pts CPointCloud

点云

Returns

List<CPoint3>

Find(CPointCloud, List<CPoint3>)

找位姿

List<CPoint3> Find(CPointCloud pts, List<CPoint3> pose)

Parameters

pts CPointCloud

点云

pose List<CPoint3>

位姿

Returns

List<CPoint3>