Returns a scaled version of the inputImage. The dimensions of the returned image (in pixels) are specified by outputImageWidth and outputImageHeight. The scaling is performed using bilinear interpolation.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax
Parameters
- inputImage
- Type: Cognex.VisionPro ICogImage
The source image to be scaled.
- outputImageWidth
- Type: System Int32
Width in pixels of the desired output image.
- outputImageHeight
- Type: System Int32
Height in pixels of the desired output image.
Return Value
Type: ICogImageThe scaled image.
Remarks
Returns a scaled version of the inputImage. Scaling is performed using bilinear interpolation.
See Also