- Machine Learning for OpenCV
- Michael Beyeler
- 152字
- 2021-07-02 19:47:18
Dealing with data using Python's NumPy package
If you followed the advice outlined in the previous chapter and installed the Python Anaconda stack, you already have NumPy installed and are ready to go. If you are of the do-it-yourself type, you can go to http://www.numpy.org and follow the installation instructions found there.
I informed you earlier that it would be okay if you weren't a Python expert yet. Who knows, perhaps you're just now switching from OpenCV's C++ API. This is all fine. I wanted to give you a quick overview on how to get started with NumPy. If you are a more advanced Python user, you may simply skip this subsection.
Once you are familiar with NumPy, you will find that most scientific computing tools in the Python world are built around it. This includes OpenCV, so the time spent on learning NumPy is guaranteed to benefit you in the end.
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- 垃圾回收的算法與實現
- Java Web開發技術教程
- Building a Quadcopter with Arduino
- Instant Nancy Web Development
- RSpec Essentials
- Building Machine Learning Systems with Python(Second Edition)
- 小程序從0到1:微信全棧工程師一本通
- Mudbox 2013 Cookbook
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- 大規模語言模型開發基礎與實踐
- Node.js應用開發
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- Building Apple Watch Projects
- Mastering Vim