-
Both the backup client and the server housekeeping code use inefficient directory indexing algorithms. The result is that when handling directories with many 1000s of files in them excessive CPU usage…
-
The idea is
```
terrain rgb -> martini -> viewshed algorithm based on RTINs
```
This would probably be really fast, and it could allow for the possibility of more accuracy closer to the viewer a…
-
I'm trying to utilize the _Paris_ algorithm for hierarchical community detection.
When I attempt to visualize the network and communities, I encounter the following error:
```
KeyError …
-
For finding duplicates, it would be nice if Pillow would include some perceptual hashing algorithm:
https://en.wikipedia.org/wiki/Perceptual_hashing
The real use case for me is that my in my photo…
-
Hello!
I would like to learn more about the detailed settings of the experimental data; for example, the distance between the object and the scattering surface, the time resolution, the scanning ra…
-
### Problem
Currently, minetest has no support for level-of-detail (LOD) levels for rendering. This can have a severe performance impact, especially at high render distances with a large number of …
-
## Problem statement
Some requirements fail to be resolved from time to time even though a resolution for the given set of requirements exists. This is caused by the nature of the algorithm used wh…
-
Hi @jpt13653903
I would like to know what algorithms are used in industry for FMCW beat frequency extraction. So far I believe CFAR is a common method, and Im wondering if the root MUSIC algorithm p…
-
The current implementation of voxel_grid is too limited in its processing volume.
This is due to its use of an int32 to index voxels internally.
With a leaf size of 3cm (in each axis), it can only s…
-
Photoshop has the scaling option "Bicubic Sharper (reduction)", which produces less blurry, more legible images, compared to PNG to ICO. It's more noticable the smaller the image, and on 16x16, it can…