CogImageConvert GetIntensityImageFromWeightedRGB Method Cognex VisionPro 9.24
Produce an intensity image from the supplied input RGB image.

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

public static CogImage8Grey GetIntensityImageFromWeightedRGB(
	CogImage24PlanarColor inputImage,
	int x,
	int y,
	int width,
	int height,
	double redWeight,
	double greenWeight,
	double blueWeight
)

Return Value

Type: CogImage8Grey
See Also