Hello,
Thank you for your reply.
Building a neural network is not the intention for this project, so I would like to detect the light source using built in methods in the OpenCV library.
In my current attempts at detecting the light source, I tried using the “HoughCircles” method on a gray-scale version of the input-image for detecting the light source, but its not working.
You mentioned several functions included in the OpenCV library. Which one do you think suits my project best ? Or should these operations be used together to detect the light ? I’m not sure what each one does.
Thank you for your help !
With Kind Regards,
BillyIce