Search code examples
androidcomputer-visionaugmented-realityimage-recognitionandroid-augmented-reality

Image recognition on led lights in dashboard and Augmented reality


I want to recognise an image and also to extract information from the image. Like while pointing the camera on vehicle dashboard it should detect all the led lights and should show an Augmented reality information for each led lights and what is the meaning if the led is blinking.

I tried with Wikitude, Craft AR and other libraries that they are focusing on recognising one single image.

For me I want to recognise an image and within that image I want to detect all the led lights and display information in augmented reality way on the camera display.


Solution

  • I think you are probably looking for a computer vision segmentation/detecion problem. For that I would suggest to use openCV to process the images and detect the information of the leds that you need. Depending on what you want to do with that then you could need some of those AR libraries or not, but without more information I would suggest you to try to do some experiments on openCV to achieve your goals.