How to identify spots in a noisy mono color image using OpenCV and C++?
I have a noisy image with several bright spots that I need to identify and analyze. I’ve tried using simple thresholding techniques, but the noise level is too high, and it’s difficult to isolate the spots accurately.