An open API service indexing awesome lists of open source software.

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

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