Finding Red Circles in an Image
With the OpenCV setup done before, it is now possible to go and actually use OpenCV for something practical. This is ported to Clojure from the following post, so please refer to it for the original write up.
The goal is to highlight different intensity of red circles in a picture.
The java imports when working with OpenCV are quite consistent between examples, so let’s add them along with the namespace definition.