- 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
推薦閱讀
- Google Apps Script for Beginners
- iOS面試一戰到底
- 觸·心:DT時代的大數據精準營銷
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- JavaScript 程序設計案例教程
- MATLAB 2020從入門到精通
- Instant Lucene.NET
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 用戶體驗可視化指南
- Python圖形化編程(微課版)
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Fast Data Processing with Spark(Second Edition)
- 細說Python編程:從入門到科學計算
- Java編程從入門到精通
- Appcelerator Titanium:Patterns and Best Practices