Interface IPose
位姿接口
public interface IPose : IToolkitBase, IModuleBase
- Inherited Members
- Extension Methods
Properties
Pose
位姿
List<CPoint> Pose { get; set; }
Property Value
WindowImage
图像窗口
IWindowImage WindowImage { get; set; }
Property Value
Methods
Find(CObject)
找位姿
List<CPoint> Find(CObject image)
Parameters
imageCObject图像
Returns
Find(CObject, List<CPoint>)
找位姿
List<CPoint> Find(CObject image, List<CPoint> pose)