Interface IFindLineServe
找轮廓工具服务
public interface IFindLineServe : IToolkitBase, IModuleBase
- Inherited Members
- Extension Methods
Properties
Pose
位姿
List<CPoint> Pose { get; set; }
Property Value
WindowImage
图像窗口
IWindowImage WindowImage { get; set; }
Property Value
Methods
AddUpdate(string)
添加或更新(不存在则自动添加)
bool AddUpdate(string itemName)
Parameters
itemNamestring项名称
Returns
Delete(string)
删除
bool Delete(string itemName)
Parameters
itemNamestring项名称
Returns
Find(CObject, string, List<CPoint>)
拟轮廓
CLine Find(CObject image, string itemName, List<CPoint> pose)
Parameters
Returns
FindPoint(CObject, string)
测量点
List<CPoint> FindPoint(CObject image, string itemName)
Parameters
Returns
FindPoint(CObject, string, CRectangle2)
找点
List<CPoint> FindPoint(CObject image, string itemName, CRectangle2 roi)
Parameters
imageCObject图像
itemNamestring项名称
roiCRectangle2ROI
Returns
FindPoint(CObject, string, List<CPoint>)
测量点
List<CPoint> FindPoint(CObject image, string itemName, List<CPoint> pose)
Parameters
Returns
Fit(string, List<CPoint>)
拟合线
CLine Fit(string itemName, List<CPoint> points)
Parameters
Returns
GetUDCtl(DebugFindLineCategory, string, List<CPoint>)
调试找线
UserControl GetUDCtl(DebugFindLineCategory category, string itemName, List<CPoint> pose)
Parameters
categoryDebugFindLineCategorycategory
itemNamestring项名称
poseList<CPoint>位姿