A network camera decoding method based on opencv
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- 福建睿思特科技股份有限公司
- Publication Date
- 2021-04-20
Smart Images

Figure 1 
Figure 2
Abstract
Description
technical field
[0001] The invention relates to the field of intelligent security, in particular to an OpenCV-based network camera decoding method. Background technique
[0002] OpenCV is a cross-platform computer vision library released under the BSD license (open source), which can run on Linux, Windows, Android and Mac OS operating systems. It is lightweight and efficient-consisting of a series of C functions and a small number of C++ classes, while providing interfaces for languages such as Python, Ruby, and MATLAB, and implementing many general-purpose algorithms in image processing and computer vision.
[0003] OpenCV is written in C++ language, and its main interface is also C++ language, but still retains a large number of C language interfaces. The library also has extensive interfaces to Python, Java and MATLAB / OCTAVE (version 2.5). The API interface functions of these languages can be obtained through online documentation. Now also provides support for C#, ...