- Geospatial Development By Example with Python
- Pablo Carreira
- 134字
- 2021-07-16 09:30:55
Installing NumPy
NumPy is a package for scientific computing with Python. It handles multidimensional arrays of operations in a very efficient way. NumPy is required by OpenCV to run and will be used by many raster operations that we will perform in the examples. NumPy is also an efficient data container and will be our tool to calculate massive image data.
Windows
Repeat the same procedure as you did to install OpenCV; however, this time, search for NumPy and choose a file named numpy?1.9.2+mkl?cp27?none?win32.whl
.
Ubuntu Linux
NumPy is automatically installed as a dependency of OpenCV on Ubuntu, but if you want to install it without OpenCV, follow these steps:
- Open a new terminal with Ctrl + T.
- Then, enter the following command:
sudo pip install numpy
推薦閱讀
- ClickHouse性能之巔:從架構(gòu)設(shè)計(jì)解讀性能之謎
- Oracle Exadata性能優(yōu)化
- 機(jī)器學(xué)習(xí)系統(tǒng):設(shè)計(jì)和實(shí)現(xiàn)
- Visual Basic 6.0程序設(shè)計(jì)計(jì)算機(jī)組裝與維修
- Azure IoT Development Cookbook
- 神經(jīng)網(wǎng)絡(luò)編程實(shí)戰(zhàn):Java語言實(shí)現(xiàn)(原書第2版)
- JavaScript動態(tài)網(wǎng)頁開發(fā)詳解
- Jenkins Continuous Integration Cookbook(Second Edition)
- 零基礎(chǔ)趣學(xué)C語言
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- Linux C編程:一站式學(xué)習(xí)
- Getting Started with Polymer
- QPanda量子計(jì)算編程
- 貫通Tomcat開發(fā)
- Elasticsearch Blueprints