- 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.
- Oracle WebLogic Server 12c:First Look
- MySQL 8從入門到精通(視頻教學(xué)版)
- Web全棧工程師的自我修養(yǎng)
- 網(wǎng)絡(luò)爬蟲原理與實踐:基于C#語言
- Redis Essentials
- Visual FoxPro程序設(shè)計
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Unity&VR游戲美術(shù)設(shè)計實戰(zhàn)
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Instant Debian:Build a Web Server
- Visual Basic程序設(shè)計基礎(chǔ)
- C語言程序設(shè)計與應(yīng)用實驗指導(dǎo)書(第2版)
- Sitecore Cookbook for Developers
- RESTful Web API Design with Node.js
- Learning Redis