Click or drag to resize

CIMGiDiffImage Method

Note: This API is now obsolete.

Compute the Difference of two images

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iDiffImage(
	string img1,
	string img2,
	string img_o
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iDiffImage(
	string img1,
	string img2,
	string img_o
)

Parameters

img1
Type: SystemString
Bitmap 1
img2
Type: SystemString
Bitmap 2
img_o
Type: SystemString
Output Image

Return Value

Type: Int32
x - Number of pixels different
See Also