-
Compare how well they fit.
-
Thank you for great work, I have some questions in render.py
- Below line, say frustum culled, but in this dictionary is not culled any thing, only filter by radii. frustum culling is did in differ…
-
Hello, firstly, thanks for your awesome work.
I've got some question about the gaussian map regressing algorithm.
(1) Is it possible to allocate more than one pixel on each pixel?
(ex. high fre…
-
Add an option to reflect boundaries when smoothing, such that a matrix which is cut at Ex=Ex_min does not "loose" counts out of the window; analogously to [scipy.ndimage.gaussian_filter1d](https://doc…
-
I have a similar problem like https://github.com/ShijieZhou-UCLA/feature-3dgs/issues/14 , I found that this error occurred once I open --speedup . Any suggestions?
```
Optimizing output/0530_figuri…
-
Trackmate is a Fiji/ImageJ plugin that computes tracking for segmented data.
This is a widely used tool and we would do well if we could provide a conversion utility for our first release.
http:/…
-
**Describe the bug**
1-dimensional Gaussian quadrature with orders more than 118 throws out a `numpoly` error.
**To Reproduce**
```python
>>> import chaospy
>>> chaospy.__version__
'4.3.13'
…
-
Was just wondering about the possibility of implementing models with time-varying boundaries (or collapsing boundaries). That said, it might make sense to not have that as a priority, given some of th…
-
**Describe the bug**
After having set the `synaptic_elements` once, if they are updated, the update does not achieve anything and the old parameters are in effect. An error is also not raised.
The…
-
Hey!
The mandatory argument `number_coils` in scil_denoising_nlmeans.py is never used!
- We verify if it is >0 to decide between Rician and Gaussian. But you can put 1, 2, 4, it does change any…