- 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.
- 零起步玩轉(zhuǎn)掌控板與Mind+
- Arduino by Example
- Python Game Programming By Example
- Java Web程序設(shè)計(jì)任務(wù)教程
- Nginx實(shí)戰(zhàn):基于Lua語(yǔ)言的配置、開發(fā)與架構(gòu)詳解
- Hands-On Nuxt.js Web Development
- Django 5企業(yè)級(jí)Web應(yīng)用開發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)
- Node.js從入門到精通
- Functional Python Programming
- 分布式數(shù)據(jù)庫(kù)HBase案例教程
- HTML5 WebSocket權(quán)威指南
- 自己動(dòng)手構(gòu)建編程語(yǔ)言:如何設(shè)計(jì)編譯器、解釋器和DSL
- Mastering Magento Theme Design
- PhoneGap 3.x Mobile Application Development Hotshot
- C++標(biāo)準(zhǔn)庫(kù)(第2版)