CogMisc GetThumbnailImage Method Cognex VisionPro 9.8 SR1
Returns a thumbnail version of the inputImage.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public static ICogImage GetThumbnailImage(
	ICogImage inputImage,
	int thumbSize
)

Parameters

inputImage
Type: Cognex.VisionPro ICogImage
The image of which to create a thumbnail.
thumbSize
Type: System Int32
The output image's height and width are both less than or equal to thumbSize. The aspect ratio is kept the same.

Return Value

Type: ICogImage
The thumbnail image.
See Also