LEADTOOLS Support
Imaging
Imaging SDK Examples
Find differences in two similar image (Deconstruct)
#1
Posted
:
Tuesday, July 14, 2015 4:42:48 AM(UTC)
Groups: Registered, Tech Support
Posts: 207
Was thanked: 3 time(s) in 3 post(s)
The attached project uses LEADTOOLS Image Processing functions to illustrate how to find the differences between two similar images. The function will determine the bounding area where all differences occur, then crop the image containing the differences so all other image data is excluded.
This is typically used to find small changes in an image so that most of the original image is removed and only the changed area remains.
C# Console Project was created using Visual Studio 2013 and using LEADTOOLS .NET API Version 19
Travis Montgomery
Senior Sales Engineer
#2
Posted
:
Friday, March 16, 2018 10:07:37 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 199
Was thanked: 28 time(s) in 28 post(s)
Updated the example for Visual Studio 2017 using the LEADTOOLS .NET API Version 20. There are sample images included with the project in the "Files" directory
To test the project, simply run the following from command prompt:
Code:
C:\LEADTOOLS 20\Bin\Dotnet4\Win32> Deconstruct.exe <path-to-original-image> <path-to-changed-image>
Or configure the debug settings in Visual Studio to have the above arguments when running:
- Right-click the project and choose "Properties"
- Under the "Debugging" or "Debug" section, there is a box for "Command Arguments"
Anthony Northrup
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Imaging
Imaging SDK Examples
Find differences in two similar image (Deconstruct)
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.