I really want to build something on the “find all circles in image” example seen near the bottom of this web-page: Function reference · ImageFeatures
Initially it worked with the provided image but gave rise to errors when supplied with a bigger tiff image (4 mb - not very big).
I then upgraded to Julia 1.8.1 and updated packages. Now the example with the provided image also did not work. Errors were of basically two kinds: bounds errors accessing index 0 in matrices. This obviously happened inside the functions and not in anything that I wrote (which so far is nothing - I only copy-paste from the example). Parameter list mismatch with the types expected by functions is another kind of error that I encountered.
If there are experienced users to whom it is obvious how to update the the example to work with the current Julia version, I would be most grateful for help to get there. And if there are bugs to report, I would like to know where and how to do that.
Thanks and best regards,