Stream: helpdesk (published)

Topic: LazySets.jl for active contours


view this post on Zulip Dale Black (Jun 30 2021 at 18:26):

Is LazySets.jl the right place to go for initializing level sets for active contours like https://github.com/pmneila/morphsnakes/blob/master/morphsnakes.py#L208 ?

I guess, what I am asking is how would I initialize an array for something like active contours using LazySets.jl? The Ball2 function seems to be what I want, but I don't know how to continue after creating e.g.b = Ball2(zeros(2), 1.)


Last updated: Oct 02 2023 at 04:34 UTC