Suggest the best strategy to find out type of document.

asked 2016-02-26 05:29:47 -0600

Bhushan gravatar image

Hello everyone, We have almost 20 different types of documents(like driving license, social security card, company I-card). Now I want to create a application which can detect the type of document from its image.

Earlier, I tried Template Matching but its results were not promising. In the current sample image, there are 3 kind of documents(each have 3 samples).

Will the 'Haar-cascade' useful in this case ? Any help or suggestions are appreciated. image description

edit retag flag offensive close merge delete

Comments

I think simple Segmentation & Template matching is enough for this task! May I know why the Template Matching failed? Have to Tried to Segment the Background/ constant part of these documents & match it? Can you show us what you have tried?

Balaji R gravatar imageBalaji R ( 2016-02-26 06:50:59 -0600 )edit

@Balaji R - I will share the code I have wrote soon. But what do mean by "Segmentation" ?

Bhushan gravatar imageBhushan ( 2016-02-27 04:57:48 -0600 )edit