Im using Apple ARKit Scanner app to scan objects and then detect those objects. I'm wondering is it possible to scan two identical objects but of different colours and be able to detect the difference.
I suspect the scanner generates reference points on the object which are then detected but is there a way to get it to pick up colour difference?
Example would be two trainers of the same style but one black and one white.
I'm thinking maybe an ARReferenceImage may be a better option as I don't really need all round detection from different angles?
Thanks