Problem Overview:
Create an application that can identify the objects in a single photo, and as well as identify the correct arrangement of said objects.
I'm relatively new to image processing and image recognition concepts and I've tried looking for solutions or studies but couldn't find anything related to object arrangements (maybe or most probably my google-fu is just weak).
Overall, I would just like to know whether this is achievable or not and maybe someone can help me with regards to what terms to search for specifically in order to help me look for the solution to my problem.
What I'm trying to achieve is the ff:
- Take a picture (contains different objects in a certain order)
- Analyze picture and determine the objects in it.
Rearrange objects.
Take photo again of the rearranged objects and identify which objects are re-arranged or not in order based on the first picture (See Step 1: Sample picture - correct order) . Ideally, results should return "Correct/Incorrect" and at the same time, the names of the objects that aren't in the right order.
I would greatly appreciate any feedback.