I have given a task to create an application, in which the image was given and i have to detect which object (out of list of finite objects) is present in that image.. Only one object is present in one image or no object in image. the application should able to identify the object if present(any of the listed objects) It would also be suffice if application(program) can calculate that what is probability that particular object is present in image (from the list of objects).
Can anyone suggest how to approach this problem ? opencv ?
Actually the task was to identify the logo(of some company like coke, pepsi, dell etc) from the image(if present any from the list of logos(which is finite say 100))
How can i do this project ? please help.!!!!