--
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/388a0d16-2ec6-4e95-94ca-deb383021437%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Joseph,If you change the threshold values of HoughCircles (Param1 and Param2) to lower values (e.g. 20 and 10), it should give you a bunch of circles. Does this work for you?The tricky thing with HoughCircles is that I personally find it hard to tweak. It may be worth it to integrate better circle estimation methods in Bonsai. Let us know if you have any ideas, we would be interested in having more robust techniques for this kind of tracking built into the vision package.
On 8 August 2018 at 22:09, Joseph Wang <joseph...@gmail.com> wrote:
I am trying to detect pupil size using the HoughCircles node in Bonsai. There was a previous post about this where a PythonTransform node was used. However, I would like to use HoughCircles, as I heard it is more powerful and can detect circles that are partially occluded (covered up). Plus, I have already successfully used a Hough transform to measure pupil size in ImageJ.In Bonsai, I have cropped the video and thresholded it for the pupil, yet Hough Circles seems not to work. What am I doing wrong?Attached are my Bonsai workflow and the video I am analyzing.
--
You received this message because you are subscribed to the Google Groups "Bonsai Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bonsai-users+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/bonsai-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/bonsai-users/8edd76d4-ee59-4c7d-b8ef-5116c8d0955b%40googlegroups.com.