Vehicle grill texture orientation detection? [closed]
I am doing a vehicle logo recognition. And in order to logo localization i wont to wether the know the grill texture is vertical or horizontal. So then i can suppress the grill texture with sobel operator and get an accurate logo position or area.
How can i find out the grill texture orientation?
some example images would help...
thanks i edited the question :)
I do not see why the grill would interfere with logo detection ... so there seems no use in smoothing that out, since it will disrupt the logo more than it will do any good.
you are suggesting that u should use machine learning or?
ofcourse I am, you will need to build a logo detect/segmentation approach
im trying to use ANN for logo detection just want to know how to load the saved ann file and input an image and get an out put from the ANN
But ANN is a classifier, not a localizer? So how do you find the locations?
i will be training it with logo and non-logo images...
And implement your sliding window on your own then?