- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 162字
- 2021-07-02 12:07:15
Handling Files and Images
In any kind of project, coping with files and images is a key aspect. In this sense, many projects should work with files as forms of data input. Additionally, the project can generate some data after any kind of processing has been done, which can be outputted in the form of files or images. In computer vision, this information flow (input-processing-output) takes special relevance due to the inherent characteristics of these types of projects (for example, images to be processed and models that are generated by machine learning algorithms).
In this chapter, we are going to see how we can handle both files and images. You will learn how to cope with files and images, which are necessary for building computer vision applications.
More specifically, we will cover the following topics:
- A theoretical introduction to handling files and images
- Reading/writing images
- Reading camera frames and video files
- Writing a video file
- Playing with video capture properties
- Embedded Linux Projects Using Yocto Project Cookbook
- Flask Blueprints
- JavaScript+jQuery開發(fā)實(shí)戰(zhàn)
- Vue.js 3.0源碼解析(微課視頻版)
- YARN Essentials
- Expert Android Programming
- Node.js全程實(shí)例
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Learning C++ by Creating Games with UE4
- 3ds Max 2018從入門到精通
- C語言程序設(shè)計(jì)教程
- Blender 3D Cookbook
- Mastering Data Analysis with R
- PHP高性能開發(fā):基礎(chǔ)、框架與項(xiàng)目實(shí)戰(zhàn)
- Learning QGIS(Second Edition)