Table of Contents

Interface IPose

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

位姿接口

public interface IPose : IToolkitBase, IModuleBase
Inherited Members
Extension Methods

Properties

Pose

位姿

List<CPoint> Pose { get; set; }

Property Value

List<CPoint>

WindowImage

图像窗口

IWindowImage WindowImage { get; set; }

Property Value

IWindowImage

Methods

Find(CObject)

找位姿

List<CPoint> Find(CObject image)

Parameters

image CObject

图像

Returns

List<CPoint>

Find(CObject, List<CPoint>)

找位姿

List<CPoint> Find(CObject image, List<CPoint> pose)

Parameters

image CObject

图像

pose List<CPoint>

位姿

Returns

List<CPoint>