Skip to content

Commit

Permalink
update readme to refer to opencv acceleration.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Dec 21, 2024
1 parent 0cee7fc commit 06a70b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# py360convert

Features of this project:
- Conversion between cubemap and equirectangular
- Conversion between cubemap and equirectangular:
![](assets/teaser_convertion.png)
- Equirectangular to planar
- Conversion between Equirectangular and planar:
![](assets/teaser_2planar.png)
- Pure python implementation and depend only on [numpy](http://www.numpy.org/) and [scipy](https://www.scipy.org/)
- Vectorization implementation (in most of the place)
- `c2e` takes 300ms and `e2c` takes 160ms on 1.6 GHz Intel Core i5 CPU
- Pure python implementation and depend only on [numpy](http://www.numpy.org/) and [scipy](https://www.scipy.org/).
- Vectorization implementation:
- If opencv is installed, py360convert will automatically use it to accelerate computations (several times speedup).

## Install
```
Expand Down

0 comments on commit 06a70b0

Please sign in to comment.