Table of Contents

Interface IFind3DPlaneServe

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

3D找面服务

public interface IFind3DPlaneServe : IToolkitBaseServe, 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, string)

找面

CPlane3 Find(CPointCloud pts, string itemName)

Parameters

pts CPointCloud

点云

itemName string

项名称

Returns

CPlane3

Find(CPointCloud, string, List<CPoint3>)

找面

CPlane3 Find(CPointCloud pts, string itemName, List<CPoint3> pose)

Parameters

pts CPointCloud

点云

itemName string

项名称

pose List<CPoint3>

位姿

Returns

CPlane3

Find(CPointCloud, string, List<CPoint3>, out CPointCloud)

找面

CPlane3 Find(CPointCloud pts, string itemName, List<CPoint3> pose, out CPointCloud outPts)

Parameters

pts CPointCloud

点云

itemName string

项名称

pose List<CPoint3>

位姿

outPts CPointCloud

输出ROI的点

Returns

CPlane3