- 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
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- AngularJS Testing Cookbook
- Java 9 Concurrency Cookbook(Second Edition)
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺
- Interactive Data Visualization with Python
- Python網(wǎng)絡爬蟲從入門到實踐(第2版)
- Instant 960 Grid System
- Kinect for Windows SDK Programming Guide
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Practical Microservices
- 物聯(lián)網(wǎng)系統(tǒng)架構(gòu)設計與邊緣計算(原書第2版)
- OpenCV Android開發(fā)實戰(zhàn)
- AngularJS UI Development
- Java EE實用教程
- Wearable:Tech Projects with the Raspberry Pi Zero