-
I saw in an article that the distribution state can be adjusted by controlling λ, but I didn't find the corresponding function in the manual. What command is needed to realize this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a centroidal tessellation, which you can get using The expression of the termination criterion is a L1 norm. It is curious that it is not normalized by the number of cells, but I'm quite sure that the authors did normalize. Neper's default is a L2 norm (normalized), but you can change it to the L1 norm (normalized) using The lambda value can be set using Put this in a spherical domain and you get something like your figures:
|
Beta Was this translation helpful? Give feedback.
This is a centroidal tessellation, which you can get using
-morpho centroidal
or, equivalently,-morpho "centroid:seed"
.The expression of the termination criterion is a L1 norm. It is curious that it is not normalized by the number of cells, but I'm quite sure that the authors did normalize.
Neper's default is a L2 norm (normalized), but you can change it to the L1 norm (normalized) using
-morphooptiobj centroid:L1
.The lambda value can be set using
-morpho val=...
.Put this in a spherical domain and you get something like your figures: