Wednesday, January 31, 2018

Python: OpenCV

Introduction

OpenCV (Open Source Computer Vision Library) is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, C, Python and Java interfaces and supports Windows, Linux, Mac OS, iOS and Android. OpenCV was designed for computational efficiency and with a strong focus on real-time applications. Written in optimized C/C++, the library can take advantage of multi-core processing. Enabled with OpenCL, it can take advantage of the hardware acceleration of the underlying heterogeneous compute platform.

Installation

Python: Intalling opencv.

Notes

[1] Color image loaded by OpenCV is in BGR mode. But Matplotlib displays in RGB mode.

References

No comments:

Post a Comment