Generate seed points in spiral pattern starting from boundary Implements matplotlib's _gen_starting_points algorithm
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | mask_shape(2) | |||
integer, | intent(out), | allocatable | :: | seed_points(:,:) | ||
integer, | intent(out) | :: | n_seeds |