Click here to Skip to main content
15,920,438 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
See more:
I Want Say That I Have Number Of Documents Like Scanned Passport Or I-Cards Or Similar Like This..
Now My Problem Is That Some Documents Are Same But They Are Scanned At Different Angle Or Different Position Of The Scanner ,The Documents May Be Same But Flipped So I Have To Identify That Kind Of Repetitively Documents.. There Will Be Noise(Dark Spots) In The Images..
Then How Can I Identify This Kind Of Repetitively Documents..?
Posted

1 solution

Have a look at this CodeProject article Simple image comparison in .NET[^]

There are more links in CodeProject e.g. Image comparing algorithm[^]

and also on StackOverflow http://stackoverflow.com/questions/843972/image-comparison-fast-algorithm[^]

Have a look and see which one of the options suits you best.

This is potentially a huge subject ... more research material here[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900