Hi, I'm attempting to measure the size and position of roughly spherical, well-defined objects in images using Julia. I don't have any previous experience working with images and was wondering if anyone could point me toward the appropriate library/function.
I know that there's a blob_LoG <http://timholy.github.io/Images.jl/stable/function_reference/#Images.blob_LoG> in Images.jl which appears to do roughly what I'm interested in, but I may be mistaken and it looks my images will need pre-processing as I haven't yet been able to get a non-null result. There's also the new ImageFeatures.jl and bindings for OpenCV, but neither have much in the way of documentation yet. Thanks for any suggestions you can provide, Alex
