Can Haar cascade or LBP cascade classifier detect paper bill of different orientation, scale and lighting? or Do you have other suggestions regarding Paper bill Detection

asked 2016-08-28 16:16:24 -0600

bertumen.wj gravatar image

I am currently working on a project which entails banknote detection before recognition. in order to assist the blind in taking photos of the banknote or paper bills.

edit retag flag offensive close merge delete

Comments

Please put your questions in the actual body of the question and not in the title. As to if it is possible, yes it is. You will need to train a single orientation model, and then rotate the input image to detect on multiple orientations.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-08-29 04:39:24 -0600 )edit

will it work if instead of rotating the input image i would like to train the cascade with several rotations or orientations?

bertumen.wj gravatar imagebertumen.wj ( 2016-08-29 05:39:41 -0600 )edit

Nope, because cascades are rigid models. Small rotations can be handled by a single orientation, but if you supply large rotational differences, the model gets so generic that it doesn't detect objects anymore.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-08-29 07:02:59 -0600 )edit