-
##### System information (version)
- OpenCV => all
- Operating System / Platform => all
- Compiler => all
##### Detailed description
There are a number of methods in OpenCV that accept or gen…
-
Nearest neighbour algorithms are an item in the roadmap. They're helpful in clustering algorithms, particularly DBSCAN. There are a number of existing implementations of advanced nearest neighbour alg…
-
Post questions here for one or more of our fundamentals readings:
Manning, Christopher, Prabhakar Raghavan and Hinrich Schütze. 2008. “[Text Classification and Naïve Bayes](https://nlp.stanford.edu…
-
I recently stumbled upon the `spatialpandas` library while exploring visualization options using datashader/holoviews.
Here's the link to the [design document.](https://github.com/holoviz/spatialpa…
-
Thank you for giving us this amazing map matching tool, it works so cool.
However, I'm figuring out how to custom the headers & columns in a output result csv, since the current output headers are …
-
I'm looking for a way to use this library to check, using Cartesian coordinates:
* If two polygons intersect
* if a polygon fully contains another polygon
I'm not seeing any exported functions …
-
# QGIS Enhancement: Title
**Date** 2020/02/22
**Author** Paolo Cavallini (@pcav )
**Contact** cavallini@faunalia.it
**maintainer** @pcav
**Version** QGIS X314
# Summary
QGIS is goo…
-
Bump mapping works differently for lightpath, BDPT, and path integrators. Tests are done with pbrt-v4 ffdc4982b34756363a2af2793e8d4fbf43698fee
Lightpath:
![cornell_lightpath_v4](https://github.com…
-
It was made for ancient hardware. All it does in the present is make the code more confusing and promotes duplication. In the spirit of #3655, #3636, and #3635, let's remove it and make `double` suppo…
-
In a jupyter notebook I plot the graph first …
```
import matplotlib.pyplot as plt
from netgraph import Graph # pip install netgraph OR conda install -c conda-forge netgraph
# right triangle…