CN202210844U - 基于OpenCV的网络视频监控系统 - Google Patents

基于OpenCV的网络视频监控系统 Download PDF

Info

Publication number
CN202210844U
CN202210844U CN2011203796166U CN201120379616U CN202210844U CN 202210844 U CN202210844 U CN 202210844U CN 2011203796166 U CN2011203796166 U CN 2011203796166U CN 201120379616 U CN201120379616 U CN 201120379616U CN 202210844 U CN202210844 U CN 202210844U
Authority
CN
China
Prior art keywords
opencv
system based
monitoring system
server
video monitoring
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN2011203796166U
Other languages
English (en)
Inventor
徐梦溪
黄陈蓉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Institute of Technology
Original Assignee
Nanjing Institute of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Institute of Technology filed Critical Nanjing Institute of Technology
Priority to CN2011203796166U priority Critical patent/CN202210844U/zh
Application granted granted Critical
Publication of CN202210844U publication Critical patent/CN202210844U/zh
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Closed-Circuit Television Systems (AREA)

Abstract

本实用新型涉及一种基于OpenCV的视频监控系统,其包括:摄像机、与该摄像机的视频信号输出接口相连的存储单元、与该存储单元的数据输出接口相连的服务器、通过以太网与该服务器相连的客户端计算机。所述存储单元采用FPGA实现,服务器采用ARM处理器实现。本实用新型的基于OpenCV的网络视频监控系统,通过Camera Link接口来接收摄像机传输的信息,并在解码后将数据保存在存储单元中,然后通过ARM总线接口将数据发送到远程的客户端计算机中。

Description

基于OpenCV的网络视频监控系统
技术领域
本实用新型涉及一种基于OpenCV的网络视频监控系统。
背景技术
近几年来,计算机监控系统已广泛应用于交通、医疗、航天、军事等诸多领域,而其中的实时的图像处理、计算机视觉程序起着举足轻重的作用,OpenCV(0pen SourceComputer Vision Library)作为Intel开源计算机视觉库,由一系列C函数和少量的C++类构成,是可实现图像处理和计算机视觉方面的很多通用算法。OpenCV拥有包括300多个C函数的、跨平台的中、高层API,它不依赖任何其它外部库,是开放源代码,对非商业应用和商业应用都是免费的,具有基于Intel处理器指令集开发的优化代码,统一的结构和功能定义,强大的图像和矩阵运算能力以及方便灵活的用户接口。同时,OpenCV可以支持Windows和Linux平台。
OpenCV同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法,主要用于对图像进行一些高级处理,如特征检测与跟踪、运动分析、目标分割与识别以及3D重建掣。
OpenCV具有鲜明的特征:开源计算机视觉库采用C/C++编写;使用目的是为了开发实时应用程序;独立于操作系统、硬件和图形管理器;具有通用的图像/视频载入。保存和获取模块;具有底层和高层的应用开发包等。OpenCV能够实现下列功能:
(1)对图像数据的操作,包括分配、释放、复制、设置和转换数据;
(2)对图像和视频的输入输出,具体指文件与摄像头的输入、图像和视频文件输出操作;
(3)具有对矩阵和向量的操作以及线性代数的算法程序,包括矩阵积、解方程、特征值以及奇异值等;
(4)对各种动态数据结构,如列表、队列、集合、树、图等进行操作;
(5)具有基本的数字图像处理能力,可进行滤波、边缘检测、角点检测、采样与差值、色彩转换、形态操作、直方图、图像金字塔等操作;
(6)可对各种结构进行分析,包括连接部件分析、轮廓处理、距离变换、各自距的计算、模板匹配、Hough变换、多边形逼近、直线拟合、椭圆拟合、Delaunay三角划分等:
(7)对摄像头的标定,包括发现与跟踪定标模式、定标、基本矩阵估计、齐次矩阵估计、立体对应;
(8)对运动的分析,如对光流、运动分割、跟踪的分析:
(9)对目标的识别,可采用特征法、隐马尔可夫模型(HMM)法;
(10)具有基本的GUI功能,如图像与视频显示、键盘和鼠标事件处理、滚动条等;
(11)可对图像进行标注,如对线、二次曲线、多边形进行标注,还可书写文字。
如何提供一种基于OpenCV的网络视频监控系统,是本领域的技术难题。
实用新型内容
本实用新型要解决的技术问题是提供一种结构简单、基于OpenCV的网络视频监控系统。
为了解决上述技术问题,本实用新型提供了一种基于OpenCV的网络视频监控系统,包括:摄像机、与该摄像机的视频信号输出接口相连的存储单元、与该存储单元的数据输出接口相连的服务器、通过以太网与该服务器相连的客户端计算机。
具体地,所述存储单元采用FPGA实现。
具体地,所述服务器采用ARM处理器实现。
本实用新型的上述技术方案相比现有技术具有以下优点:本实用新型的基于OpenCV的网络视频监控系统,通过Camera Link接口来接收摄像机传输的信息,并在解码后将数据保存在存储单元中,然后通过ARM总线接口将数据发送到远程的客户端计算机中。
附图说明
为了使本实用新型的内容更容易被清楚的理解,下面根据的具体实施例并结合附图,对本实用新型作进一步详细的说明,其中
图1为实施例中的基于OpenCV的网络视频监控系统的结构框图。
具体实施方式
见图1,本实施例的基于OpenCV的网络视频监控系统,包括:多个摄像机,各摄像机的视频信号输出接口分别与一存储单元相连,各存储单元的数据输出接口与一服务器相连,该服务器通过以太网与客户端计算机相连。
所述存储单元采用FPGA实现。
所述服务器采用ARM处理器(具体实施时,采用三星公司的S3C2410芯片)实现,也可以采用计算机实现。
显然,上述实施例仅仅是为清楚地说明本实用新型所作的举例,而并非是对本实用新型的实施方式的限定。对于所属领域的普通技术人员来说,在上述说明的基础上还可以做出其它不同形式的变化或变动。这里无需也无法对所有的实施方式予以穷举。而这些属于本实用新型的精神所引伸出的显而易见的变化或变动仍处于本实用新型的保护范围之中。

Claims (3)

1.一种基于OpenCV的网络视频监控系统,其特征在于包括:摄像机、与该摄像机的视频信号输出接口相连的存储单元、与该存储单元的数据输出接口相连的服务器、通过以太网与该服务器相连的客户端计算机。
2.根据权利要求1所述的基于OpenCV的网络视频监控系统,其特征在于:所述存储单元采用FPGA实现。
3.根据权利要求1或2所述的基于OpenCV的网络视频监控系统,其特征在于:所述服务器采用ARM处理器实现。
CN2011203796166U 2011-10-09 2011-10-09 基于OpenCV的网络视频监控系统 Expired - Fee Related CN202210844U (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011203796166U CN202210844U (zh) 2011-10-09 2011-10-09 基于OpenCV的网络视频监控系统

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011203796166U CN202210844U (zh) 2011-10-09 2011-10-09 基于OpenCV的网络视频监控系统

Publications (1)

Publication Number Publication Date
CN202210844U true CN202210844U (zh) 2012-05-02

Family

ID=45990387

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011203796166U Expired - Fee Related CN202210844U (zh) 2011-10-09 2011-10-09 基于OpenCV的网络视频监控系统

Country Status (1)

Country Link
CN (1) CN202210844U (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104023212A (zh) * 2014-06-23 2014-09-03 太原理工大学 一种基于多终端的远程智能视频监控系统

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104023212A (zh) * 2014-06-23 2014-09-03 太原理工大学 一种基于多终端的远程智能视频监控系统
CN104023212B (zh) * 2014-06-23 2017-08-11 太原理工大学 一种基于多终端的远程智能视频监控系统

Similar Documents

Publication Publication Date Title
Chen et al. An overview on visual slam: From tradition to semantic
Zhang et al. Automatic individual pig detection and tracking in pig farms
Quan et al. Maize seedling detection under different growth stages and complex field environments based on an improved Faster R–CNN
Li et al. An improved YOLOv5-based vegetable disease detection method
Li et al. A deep learning approach for real-time rebar counting on the construction site based on YOLOv3 detector
CN111399642B (zh) 手势的识别方法、装置、移动终端和存储介质
WO2022135511A1 (zh) 运动物体的定位方法、装置、电子设备及存储介质
Benito-Picazo et al. Deep learning-based video surveillance system managed by low cost hardware and panoramic cameras
US11111785B2 (en) Method and device for acquiring three-dimensional coordinates of ore based on mining process
Zhang et al. Object tracking for a smart city using IoT and edge computing
CN111814548A (zh) 一种异常行为检测方法和装置
Lu et al. A vision-based detection and spatial localization scheme for forest fire inspection from uav
US20170124367A1 (en) Alignment markers to facilitate detection of object orientation and deformation
Wang et al. A performance analysis of a litchi picking robot system for actively removing obstructions, using an artificial intelligence algorithm
Irwansyah et al. FPGA-based multi-robot tracking
US20230237763A1 (en) Image processing method and system
Liang et al. Spatio-temporal attention model for foreground detection in cross-scene surveillance videos
Hua et al. A review of target recognition technology for fruit picking robots: from digital image processing to deep learning
Kim et al. Exploring a multimodal mixture-of-YOLOs framework for advanced real-time object detection
Slovák et al. Vision and RTLS safety implementation in an experimental human—robot collaboration scenario
Fan et al. Design and implementation of intelligent inspection and alarm flight system for epidemic prevention
Sun et al. Citrus pose estimation from an RGB image for automated harvesting
Chen et al. Efficient and lightweight grape and picking point synchronous detection model based on key point detection
Yu et al. Tiny vehicle detection for mid-to-high altitude UAV images based on visual attention and spatial-temporal information
CN202210844U (zh) 基于OpenCV的网络视频监控系统

Legal Events

Date Code Title Description
C14 Grant of patent or utility model
GR01 Patent grant
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20120502

Termination date: 20121009