https://github.com/lukasalexanderweber/so-improve-performance-of-numpy-iterations
For https://stackoverflow.com/questions/69854335/optimize-the-calculation-of-horizontal-and-vertical-adjacency-using-numpy
https://github.com/lukasalexanderweber/so-improve-performance-of-numpy-iterations
Last synced: 2 months ago
JSON representation
For https://stackoverflow.com/questions/69854335/optimize-the-calculation-of-horizontal-and-vertical-adjacency-using-numpy
- Host: GitHub
- URL: https://github.com/lukasalexanderweber/so-improve-performance-of-numpy-iterations
- Owner: lukasalexanderweber
- Created: 2021-11-08T08:01:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T08:37:48.000Z (over 3 years ago)
- Last Synced: 2025-01-29T21:54:58.773Z (4 months ago)
- Language: Python
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Improve Performance of Numpy Iterations
For https://stackoverflow.com/questions/69854335/optimize-the-calculation-of-horizontal-and-vertical-adjacency-using-numpy
Prerequesites:
- opencv
- numpy
- cython
- Microsoft Build Tools for C++For compilation of Cython code and usage as Python Package see:
https://cython.readthedocs.io/en/latest/src/tutorial/cython_tutorial.html