 | 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
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function iDiffImage (
img1 As String,
img2 As String,
img_o As String
) As Integer
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function iDiffImage (
img1 As String,
img2 As String,
img_o As String
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static int iDiffImage(
String^ img1,
String^ img2,
String^ img_o
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static int iDiffImage(
String^ img1,
String^ img2,
String^ img_o
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member iDiffImage :
img1 : string *
img2 : string *
img_o : string -> int
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member iDiffImage :
img1 : string *
img2 : string *
img_o : string -> int
Parameters
- img1
- Type: SystemString
Bitmap 1 - img2
- Type: SystemString
Bitmap 2 - img_o
- Type: SystemString
Output Image
Return Value
Type:
Int32x - Number of pixels different
See Also