Table of Contents

Interface IFindLine

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

找线

public interface IFindLine : 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

Debug(ROICalRectangle, List<CPoint>, IWindowImage)

调试计算ROI

void Debug(ROICalRectangle para, List<CPoint> pose, IWindowImage windowImage)

Parameters

para ROICalRectangle

参数

pose List<CPoint>

位姿

windowImage IWindowImage

图像窗口

Debug(FindLinePara, List<CPoint>)

调试找线

void Debug(FindLinePara para, List<CPoint> pose)

Parameters

para FindLinePara

找线参数

pose List<CPoint>

位姿

Debug(FindPointLinePara, List<CPoint>)

调试找点

void Debug(FindPointLinePara para, List<CPoint> pose)

Parameters

para FindPointLinePara

找点参数

pose List<CPoint>

位姿

Debug(FitLinePara, List<CPoint>)

调试拟合线

void Debug(FitLinePara para, List<CPoint> pose)

Parameters

para FitLinePara

参数

pose List<CPoint>

位姿

Find(CObject)

找线

CLine Find(CObject image)

Parameters

image CObject

图像

Returns

CLine

Find(CObject, FindLinePara)

找线

CLine Find(CObject image, FindLinePara para)

Parameters

image CObject

图像

para FindLinePara

找线参数

Returns

CLine

Find(CObject, FindLinePara, List<CPoint>)

找线

CLine Find(CObject image, FindLinePara para, List<CPoint> pose)

Parameters

image CObject

图像

para FindLinePara

找线线参数

pose List<CPoint>

位姿

Returns

CLine

Find(CObject, FindPointLinePara, FitLinePara)

找线

CLine Find(CObject image, FindPointLinePara findPointPara, FitLinePara fitLinePara)

Parameters

image CObject

图像

findPointPara FindPointLinePara

找点参数

fitLinePara FitLinePara

拟合线参数

Returns

CLine

Find(CObject, FindPointLinePara, FitLinePara, List<CPoint>)

找线

CLine Find(CObject image, FindPointLinePara findPointPara, FitLinePara fitLinePara, List<CPoint> pose)

Parameters

image CObject

图像

findPointPara FindPointLinePara

找点参数

fitLinePara FitLinePara

拟合线参数

pose List<CPoint>

位姿

Returns

CLine

Find(CObject, List<CPoint>)

找线

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

Parameters

image CObject

图像

pose List<CPoint>

位姿

Returns

CLine

Find(List<CPoint>, FitLinePara)

找线

CLine Find(List<CPoint> point, FitLinePara fitLinePara)

Parameters

point List<CPoint>

点集合

fitLinePara FitLinePara

拟合线参数

Returns

CLine

FindPoint(CObject)

测量点

List<CPoint> FindPoint(CObject image)

Parameters

image CObject

图像

Returns

List<CPoint>

FindPoint(CObject, CRectangle2, FindPointLinePara)

找点

List<CPoint> FindPoint(CObject image, CRectangle2 roi, FindPointLinePara para)

Parameters

image CObject

图像

roi CRectangle2

ROI

para FindPointLinePara

参数

Returns

List<CPoint>

FindPoint(CObject, FindPointLinePara)

测量点

List<CPoint> FindPoint(CObject image, FindPointLinePara para)

Parameters

image CObject

图像

para FindPointLinePara

测量点参数

Returns

List<CPoint>

FindPoint(CObject, FindPointLinePara, List<CPoint>)

测量点

List<CPoint> FindPoint(CObject image, FindPointLinePara para, List<CPoint> pose)

Parameters

image CObject

图像

para FindPointLinePara

测量点参数

pose List<CPoint>

位姿

Returns

List<CPoint>

FindPoint(CObject, List<CPoint>)

测量点

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

Parameters

image CObject

图片

pose List<CPoint>

位姿

Returns

List<CPoint>

Fit(List<CPoint>)

拟合线

CLine Fit(List<CPoint> points)

Parameters

points List<CPoint>

点集合

Returns

CLine

Fit(List<CPoint>, FitLinePara)

拟合线

CLine Fit(List<CPoint> points, FitLinePara para)

Parameters

points List<CPoint>

para FitLinePara

拟合线参数

Returns

CLine