Table of Contents

Interface IBatteryPose

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

电池位姿接口

public interface IBatteryPose : IToolkitBase, IModuleBase
Inherited Members
Extension Methods

Methods

MeasureBatteryPose(object, CPoseInfo, IWindowImage)

电池位姿

CPoseInfo MeasureBatteryPose(object Image, CPoseInfo poseInfo, IWindowImage window)

Parameters

Image object

图像

poseInfo CPoseInfo

已知位姿

window IWindowImage

图像窗口

Returns

CPoseInfo

MeasureBatteryPose(object, IWindowImage)

测量电池位姿

CPoseInfo MeasureBatteryPose(object Image, IWindowImage window)

Parameters

Image object

图像

window IWindowImage

图像窗口

Returns

CPoseInfo

电池位姿

ShowResult(IWindowImage)

显示结果

bool ShowResult(IWindowImage window)

Parameters

window IWindowImage

图像窗口

Returns

bool