-
I was looking at the edges for the skeleton_graph (thanks for #3 by the way) and it looks like the edges are jumping from spot to spot and skipping a lot of the skeleton. Is that intended?
Brown(is…
-
Hi, I noticed in your paper that you use features from each layer to reconstruct the graph and update the Graph Laplacian. However, I find in the released code, the Graph Laplacian is fixed according …
-
When I select all features at a given scale, the "Difference of Gaussians" and "Laplacian of Gaussian" are visually indiscernible. Anyway, do we want both?
-
[lightning_004_visibility.blend.zip](https://github.com/enzyme69/blendersushi/files/2559499/lightning_004_visibility.blend.zip)
[sv_lightning_002_position.blend.zip](https://github.com/enzyme69/blend…
-
All,
As Laplacian could be computed using finite difference techniques (e.g., second derivative or first derivative of the first derivative ) or spectral methods, It will be helpful to mention the t…
-
Is there any plan to support the Laplacian out of the box? I like the simplicity of ForwardDiff.jl, but right now I am defining the Laplacian operator as
```julia
laplacian(f::Function, r) = sum(dia…
-
-
# 🚀 Feature Request
I would like to request adding the *Laplacian kernel* (and maybe even more kernel/covariance functions) to `gpytorch`.
$$ k_{\text{Laplacian}}(\mathbf{x_1}, \mathbf{x_2}) = \exp …
-
An analogue of [scipy.signal.convolve2d](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.convolve2d.html) would be extremely useful to simulate the following classes of models for ex…
-
Networkx has the Laplacian matrix supported, moreover, I would like to see the `signless` Laplacian.
According to [__Spectra of Graphs__](https://www.win.tue.nl/~aeb/2WF02/spectra.pdf) by Brouwer a…