Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
public void GetRangeGreyImagePairs(
out CogImage16Range[] rangeImages,
out CogImage16Grey[] greyImages
)
public void GetRangeGreyImagePairs(
out CogImage16Range[] rangeImages,
out CogImage16Grey[] greyImages
)
Public Sub GetRangeGreyImagePairs (
<OutAttribute> ByRef rangeImages As CogImage16Range(),
<OutAttribute> ByRef greyImages As CogImage16Grey()
)
Public Sub GetRangeGreyImagePairs (
<OutAttribute> ByRef rangeImages As CogImage16Range(),
<OutAttribute> ByRef greyImages As CogImage16Grey()
)
public:
void GetRangeGreyImagePairs(
[OutAttribute] array<CogImage16Range^>^% rangeImages,
[OutAttribute] array<CogImage16Grey^>^% greyImages
)
public:
void GetRangeGreyImagePairs(
[OutAttribute] array<CogImage16Range^>^% rangeImages,
[OutAttribute] array<CogImage16Grey^>^% greyImages
)