Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application Form Validation using OpenCV

Tags:

java

c#

opencv

The task is to validate the application forms which were being scanned. The forms must be validate against the template form to detect whether they are dirty, different or not scanning properly(rotated or only being scan halves).

I'm using template matching currently and using the max value as the threshold to validate them. Are there any other good alternated solutions to validate them. Any kind help is appreciated.

like image 506
zawhtut Avatar asked Jul 09 '26 23:07

zawhtut


1 Answers

may you want to have a look here Contour Analysis for Image Recognition in C# Basically this approach lets you compare descriptors of shapes. It is very powerful and fast, takes different rotations or scales into acount, but you will get into serious trouble if the scan is malformed.

like image 140
sschrass Avatar answered Jul 11 '26 12:07

sschrass



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!