CN113569813A - Intelligent image recognition system and method based on server side - Google Patents

Intelligent image recognition system and method based on server side Download PDF

Info

Publication number
CN113569813A
CN113569813A CN202111035248.8A CN202111035248A CN113569813A CN 113569813 A CN113569813 A CN 113569813A CN 202111035248 A CN202111035248 A CN 202111035248A CN 113569813 A CN113569813 A CN 113569813A
Authority
CN
China
Prior art keywords
module
image
algorithm
intelligent
snapshot
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.)
Pending
Application number
CN202111035248.8A
Other languages
Chinese (zh)
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.)
China Institute of Radio Wave Propagation CETC 22 Research Institute
Original Assignee
China Institute of Radio Wave Propagation CETC 22 Research Institute
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 China Institute of Radio Wave Propagation CETC 22 Research Institute filed Critical China Institute of Radio Wave Propagation CETC 22 Research Institute
Priority to CN202111035248.8A priority Critical patent/CN113569813A/en
Publication of CN113569813A publication Critical patent/CN113569813A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/20Image enhancement or restoration by the use of local operators
    • G06T5/30Erosion or dilatation, e.g. thinning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/50Image enhancement or restoration by the use of more than one image, e.g. averaging, subtraction
    • G06T5/70
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/136Segmentation; Edge detection involving thresholding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10004Still image; Photographic image
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20024Filtering details
    • G06T2207/20032Median filtering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20212Image combination
    • G06T2207/20221Image fusion; Image merging

Abstract

The invention discloses an intelligent image identification system and an identification method based on a server side, wherein the system comprises an image snapshot module, an intelligent algorithm module and a result output module which are sequentially and electrically connected together, the image snapshot module is electrically connected with a video server on which a plurality of cameras are hung, the result output module is electrically connected with other systems, and an algorithm scheduling module is electrically connected with the image snapshot module, the intelligent algorithm module, the result output module and a storage module. The system disclosed by the invention is an integrated system based on server-side image snapshot, image intelligent identification and result message output, and improves the adaptability of engineering application. The system is more flexible and practical and has high accuracy of image recognition results.

Description

Intelligent image recognition system and method based on server side
Technical Field
The invention belongs to the field of image recognition, and particularly relates to an intelligent image recognition system and method based on a server side in the field.
Background
The application field of image recognition is very wide, and the manual recognition method depends on manual staring at the screen, which causes manpower fatigue and has low accuracy. Although the special camera with the image recognition algorithm is provided in the fields of traffic, city management, water conservancy, environmental protection and the like, due to the limitation of the hardware resources of the camera and the constraint of the application scene, the camera with the built-in different algorithms is often required to be installed aiming at different scenes, the image recognition scene is single, the application scene cannot be switched, and therefore the defects that the camera is large in installation variety, large in resources such as network bandwidth occupied, high in hardware cost, incapable of switching the application scene algorithm and the like are caused. Although some image recognition algorithms based on the server side are also available, a complete system is not formed by capturing, processing and result output of a common camera, a scene switching function is not provided, and the efficiency is not high.
Disclosure of Invention
The invention aims to solve the technical problem of providing an intelligent image recognition system and method based on a server side.
The invention adopts the following technical scheme:
the improvement of an intelligent image recognition system based on a server side is that: the intelligent video camera comprises an image snapshot module, an intelligent algorithm module and a result output module which are sequentially and electrically connected together, wherein the image snapshot module is electrically connected with a video server on which a plurality of cameras are hung, the result output module is electrically connected with other systems, and an algorithm scheduling module is electrically connected with the image snapshot module, the intelligent algorithm module, the result output module and a storage module.
Furthermore, the image snapshot module is connected with the video server through the SDK and is responsible for performing timing camera action adjustment and image snapshot on the corresponding camera according to the scene parameters configured by the algorithm scheduling module, and the snapshot image is used by a subsequent intelligent algorithm module.
Further, the algorithm scheduling module performs unified configuration scene parameter management on the control information, the snapshot information, the identification algorithm parameters and the result output parameters of the camera, and stores the scene parameter management in the storage module.
Further, the control information of the camera comprises a camera type, a camera name, an IP address, a port number, a login user name, a password, a camera focal length and a rotation angle; the snapshot information comprises a timing time interval, the number of the snapshot images, an image storage path and a file naming rule; identifying algorithm parameters including scene type, algorithm threshold, identification time range and abnormal elimination parameters; the result output parameters comprise the release message type, the subject name, the image recognition result file path name and the information release mode of the MQ, or the external message release is carried out through the UDP, Kafka, RabbitMQ and RocktetMQ modes.
Furthermore, the algorithm scheduling module adopts a multithreading processing architecture, after the image is captured, a thread is started according to each algorithm module, and the intelligent algorithm module is called to carry out image recognition algorithm calculation processing.
Furthermore, the intelligent algorithm module adopts an opencv library for secondary development.
Further, the storage module is a database of MySQL, Oracle, PostgreSQL or SqlServer, or an XML file.
The improvement of the intelligent image recognition method based on the server side by using the system is that the intelligent image recognition method based on the server side comprises the following steps:
step 1, initializing a system, and connecting an algorithm scheduling module with a storage module to load all scene parameters;
step 2, the algorithm scheduling module starts an image snapshot module at regular time according to a certain scene and is connected with a corresponding camera through the SDK;
step 3, the image snapshot module carries out image snapshot according to preset scene parameters;
step 4, the algorithm scheduling module schedules an intelligent algorithm module according to the scene parameters, carries out image intelligent identification and eliminates abnormal results, and records an algorithm running log in the middle;
step 5, after the intelligent algorithm module finishes processing, the algorithm scheduling module schedules a result output module to externally release the generated identification result information;
step 6, the algorithm scheduling module executes the next scene and circularly executes the steps 2 to 6;
and 7, finishing and exiting the system after no scene exists.
Further, step 4 specifically includes: reading an image file, and carrying out image identification processing according to an algorithm scheduling module method and parameters, wherein the image identification processing comprises the following steps: graying, noise reduction filtering, edge calculation or difference calculation, data filtering, invalid recognition result elimination, final calculation result comparison with a preset threshold value, and message issuing and result picture storage when the final calculation result exceeds the threshold value.
Further, step 5 specifically includes: and the result output module identifies the image exceeding the threshold, utilizes the message queue ActiveMQ to issue messages externally, and renames and stores the result picture for other systems to read the image identification result and manually refer and recheck the image.
The invention has the beneficial effects that:
the system disclosed by the invention is an integrated system based on server-side image snapshot, image intelligent identification and result message output, and improves the adaptability of engineering application. The system is more flexible and practical and has high accuracy of image recognition results. By utilizing the opencv library and adopting a thread pool technology, multi-camera and multi-scene multi-thread simultaneous processing is realized, and the utilization efficiency of the server and the timeliness of image identification are effectively improved.
The method disclosed by the invention can be implemented by adopting pure software, hardware is not increased, and the cost can be effectively reduced; the deployment process is simple, the application is flexible, the maintenance is convenient, and the operation is reliable; and flexible scene parameter configuration and condition filtering are adopted, so that the accuracy of image identification is high.
Drawings
FIG. 1 is a schematic diagram of the system disclosed in example 1 of the present invention;
FIG. 2 is a schematic flow chart illustrating the operation of the method disclosed in example 1 of the present invention;
FIG. 3 is a schematic flow chart of step 4 of the method disclosed in embodiment 1 of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The embodiment 1 discloses an intelligent image recognition system based on a server, which realizes image capturing and intelligent recognition functions of a common camera by being deployed on the server. As shown in fig. 1, the system comprises an image capturing module 1, an intelligent algorithm module 2 and a result output module 3 which are electrically connected together in sequence, wherein the image capturing module is electrically connected with a video server 5 on which a plurality of cameras 4 are hung, the result output module is electrically connected with other systems 6, and an algorithm scheduling module 7 is electrically connected with the image capturing module 1, the intelligent algorithm module 2, the result output module 3 and a storage module 8. The image capturing module is used for capturing images from a video stream or a video server at regular time; the algorithm scheduling module is responsible for scheduling the intelligent algorithm module; the intelligent algorithm module is responsible for carrying out real-time image recognition on the image; and the result output module is responsible for externally releasing the image identification result information for other systems to use.
In a traditional video monitoring system, through the matched operation of an algorithm scheduling module, an image snapshot module, an intelligent algorithm module and a result output module, the automatic snapshot of images, intelligent image recognition and recognition result pushing of a plurality of cameras and various scenes are realized, the resource utilization rate of a server system is effectively improved, and the timeliness and accuracy of image recognition are improved.
In this embodiment, the image capture module establishes a connection with the video server through the SDK (an abbreviation of Software Development Kit, which is a generic name of Software Development kits such as a certain system Software interface, a code, an example, and the like), and is responsible for performing timing camera action adjustment and image capture on a corresponding camera according to scene parameters configured by the algorithm scheduling module, and the captured image is used by a subsequent intelligent algorithm module.
In order to realize image identification application of different cameras and different scenes, the algorithm scheduling module carries out unified image identification scene configuration management on control information, snapshot information, identification algorithm parameters and result output parameters of the cameras and stores the unified image identification scene configuration management into the storage module, so that a user is allowed to edit, add, delete and the like the scenes, and the flexibility and the practicability of scene image identification are improved.
The control information of the camera comprises camera action parameters such as camera type, camera name, IP address, port number, login user name, password, camera focal length, rotation angle (if any) and the like; the snapshot information comprises parameters such as a timing time interval, the number of the snapshot images, an image storage path, a file naming rule and the like; the identification algorithm parameters comprise scene type, algorithm threshold, identification time range, rejection abnormal parameters and other parameters related to image identification; the result output parameters comprise parameter configurations of the MQ, such as the publishing message type, the subject name, the image recognition result file path name, the information publishing mode and the like. The result output module in the invention adopts an ActiveMQ mode, and can also issue external messages in UDP, Kafka, RabbitMQ and RocktetMQ modes, without influencing the application effects of intelligent image identification and information issue.
Through scene parameter configuration management, the intelligent image recognition system of the server side can be suitable for different cameras under different scenes, corresponding snapshot can be carried out according to the scenes, scene parameters are called to carry out image intelligent recognition, invalid image recognition results are eliminated, recognition results are issued according to a preset mode, and therefore the image recognition system which is flexible in configuration, runs automatically and recognizes intelligently is formed.
The algorithm scheduling module adopts a multithread processing architecture, starts a thread according to each algorithm module after the image is captured, and calls the intelligent algorithm module to perform image recognition algorithm calculation processing.
And the intelligent algorithm module adopts an opencv library for secondary development. Opencv is a BSD license (open source) based distributed cross-platform computer vision and machine learning software library that can run on Linux, Windows, Android, and Mac OS operating systems.
The storage module accesses scene configuration data by adopting MySQL, Oracle, PostgreSQL or SqlServer databases or manages by adopting XML file access.
The embodiment also discloses an intelligent image recognition method based on a server, and the system comprises the following steps as shown in fig. 2:
step 1, initializing a system, connecting an algorithm scheduling module with a storage module database, and loading all scene parameters;
step 2, the algorithm scheduling module starts an image snapshot module at regular time according to a certain scene and is connected with a corresponding camera through the SDK;
step 3, the image snapshot module carries out image snapshot according to preset scene parameters;
step 4, the algorithm scheduling module schedules an intelligent algorithm module according to the scene parameters, carries out image intelligent identification and eliminates abnormal results, and records an algorithm running log in the middle;
step 5, after the intelligent algorithm module finishes processing, the algorithm scheduling module schedules a result output module to externally release the generated identification result information;
step 6, the algorithm scheduling module executes the next scene and circularly executes the steps 2 to 6;
and 7, finishing and exiting the system after no scene exists.
As shown in fig. 3 (flowchart of edge extraction algorithm), step 4 specifically includes: reading image files, and carrying out image identification processing according to an algorithm scheduling module method and parameters, wherein the image identification processing method comprises the following steps: graying, noise reduction filtering, edge calculation or difference calculation and the like, the actual situation of a scene is fully considered in an algorithm, the sensitivity and the accuracy are considered, for example, a vehicle is identified, multiple conditions such as area, shape, image area, time range and the like are comprehensively considered for data filtering, invalid identification results are removed, the final calculation result is compared with a preset threshold value, and message issuing and result picture storage are carried out when the calculation result exceeds the threshold value.
The step 5 specifically comprises the following steps: the result output module identifies the image exceeding the threshold, and issues the Message to the outside by using an ActiveMQ (Message Queue) to solve the problems of application decoupling, asynchronous Message, traffic peak clipping and the like, so as to realize high-performance, high-availability, scalability and final consistency architecture, and rename and store the result picture for other systems to read the image identification result and manually refer to and recheck the image.

Claims (10)

1. The utility model provides an intelligent image recognition system based on server side which characterized in that: the intelligent video camera comprises an image snapshot module, an intelligent algorithm module and a result output module which are sequentially and electrically connected together, wherein the image snapshot module is electrically connected with a video server on which a plurality of cameras are hung, the result output module is electrically connected with other systems, and an algorithm scheduling module is electrically connected with the image snapshot module, the intelligent algorithm module, the result output module and a storage module.
2. The intelligent image recognition system based on the server side according to claim 1, wherein: the image snapshot module is connected with the video server through the SDK and is responsible for performing timing camera action adjustment and snapshot images on the corresponding cameras according to the scene parameters configured by the algorithm scheduling module, and the snapshot images are used by the subsequent intelligent algorithm module.
3. The intelligent image recognition system based on the server side according to claim 1, wherein: and the algorithm scheduling module performs unified configuration scene parameter management on the control information, the snapshot information, the identification algorithm parameters and the result output parameters of the camera and stores the scene parameter management in the storage module.
4. The intelligent image recognition system based on the server side according to claim 3, wherein: the control information of the camera comprises the type of the camera, the name of the camera, an IP address, a port number, a login user name, a password, the focal length of the camera and a rotation angle; the snapshot information comprises a timing time interval, the number of the snapshot images, an image storage path and a file naming rule; identifying algorithm parameters including scene type, algorithm threshold, identification time range and abnormal elimination parameters; the result output parameters comprise the release message type, the subject name, the image recognition result file path name and the information release mode of the MQ, or the external message release is carried out through the UDP, Kafka, RabbitMQ and RocktetMQ modes.
5. The intelligent image recognition system based on the server side according to claim 1, wherein: the algorithm scheduling module adopts a multithread processing architecture, starts a thread according to each algorithm module after the image is captured, and calls the intelligent algorithm module to perform image recognition algorithm calculation processing.
6. The intelligent image recognition system based on the server side according to claim 1, wherein: and the intelligent algorithm module adopts an opencv library for secondary development.
7. The intelligent image recognition system based on the server side according to claim 1, wherein: the storage module is MySQL, Oracle, PostgreSQL or SqlServer database, or XML file.
8. A server-based intelligent image recognition method, using the system of claim 1, comprising the steps of:
step 1, initializing a system, and connecting an algorithm scheduling module with a storage module to load all scene parameters;
step 2, the algorithm scheduling module starts an image snapshot module at regular time according to a certain scene and is connected with a corresponding camera through the SDK;
step 3, the image snapshot module carries out image snapshot according to preset scene parameters;
step 4, the algorithm scheduling module schedules an intelligent algorithm module according to the scene parameters, carries out image intelligent identification and eliminates abnormal results, and records an algorithm running log in the middle;
step 5, after the intelligent algorithm module finishes processing, the algorithm scheduling module schedules a result output module to externally release the generated identification result information;
step 6, the algorithm scheduling module executes the next scene and circularly executes the steps 2 to 6;
and 7, finishing and exiting the system after no scene exists.
9. The server-side-based intelligent image recognition method according to claim 8, wherein the step 4 specifically comprises: reading an image file, and carrying out image identification processing according to an algorithm scheduling module method and parameters, wherein the image identification processing comprises the following steps: graying, noise reduction filtering, edge calculation or difference calculation, data filtering, invalid recognition result elimination, final calculation result comparison with a preset threshold value, and message issuing and result picture storage when the final calculation result exceeds the threshold value.
10. The server-side-based intelligent image recognition method according to claim 8, wherein the step 5 specifically comprises: and the result output module identifies the image exceeding the threshold, utilizes the message queue ActiveMQ to issue messages externally, and renames and stores the result picture for other systems to read the image identification result and manually refer and recheck the image.
CN202111035248.8A 2021-09-05 2021-09-05 Intelligent image recognition system and method based on server side Pending CN113569813A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111035248.8A CN113569813A (en) 2021-09-05 2021-09-05 Intelligent image recognition system and method based on server side

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111035248.8A CN113569813A (en) 2021-09-05 2021-09-05 Intelligent image recognition system and method based on server side

Publications (1)

Publication Number Publication Date
CN113569813A true CN113569813A (en) 2021-10-29

Family

ID=78173614

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111035248.8A Pending CN113569813A (en) 2021-09-05 2021-09-05 Intelligent image recognition system and method based on server side

Country Status (1)

Country Link
CN (1) CN113569813A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114285970A (en) * 2021-12-22 2022-04-05 南京国电南自轨道交通工程有限公司 Intelligent station operation auxiliary linkage method based on video analysis technology

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473926A (en) * 2013-09-11 2013-12-25 无锡加视诚智能科技有限公司 Gun-ball linkage road traffic parameter collection and rule breaking snapshooting system
CN105025255A (en) * 2015-01-07 2015-11-04 泰华智慧产业集团股份有限公司 Urban management video processing system and operating method thereof
CN107404633A (en) * 2017-08-14 2017-11-28 南京国电南自维美德自动化有限公司 Video monitoring system and its video compressing and encoding method, joint alarm method for tracing
CN108111614A (en) * 2017-12-27 2018-06-01 北京工业大学 Agriculture and forestry pest and disease monitoring manages system
CN109344686A (en) * 2018-08-06 2019-02-15 广州开瑞信息科技有限公司 A kind of intelligent face recognition system
CN109922251A (en) * 2017-12-12 2019-06-21 华为技术有限公司 The method, apparatus and system quickly captured
CN111405249A (en) * 2020-03-20 2020-07-10 腾讯云计算(北京)有限责任公司 Monitoring method, monitoring device, server and computer-readable storage medium
CN111611897A (en) * 2020-05-15 2020-09-01 航迅信息技术有限公司 Unmanned aerial vehicle detection system and method based on camera network
CN112241649A (en) * 2019-07-16 2021-01-19 浙江宇视科技有限公司 Target identification method and device
CN112347856A (en) * 2020-10-13 2021-02-09 广东电网有限责任公司培训与评价中心 Non-perception attendance system and method based on classroom scene
CN212936047U (en) * 2020-07-10 2021-04-09 重庆市科源能源技术发展有限公司 Personnel safety management and control system
CN112969049A (en) * 2021-01-29 2021-06-15 南京长江油运有限公司 Intelligent detection system for ship violation behaviors
CN113347360A (en) * 2021-06-04 2021-09-03 北京电信规划设计院有限公司 Construction management system and method based on 5G video and BIM

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473926A (en) * 2013-09-11 2013-12-25 无锡加视诚智能科技有限公司 Gun-ball linkage road traffic parameter collection and rule breaking snapshooting system
CN105025255A (en) * 2015-01-07 2015-11-04 泰华智慧产业集团股份有限公司 Urban management video processing system and operating method thereof
CN107404633A (en) * 2017-08-14 2017-11-28 南京国电南自维美德自动化有限公司 Video monitoring system and its video compressing and encoding method, joint alarm method for tracing
CN109922251A (en) * 2017-12-12 2019-06-21 华为技术有限公司 The method, apparatus and system quickly captured
CN108111614A (en) * 2017-12-27 2018-06-01 北京工业大学 Agriculture and forestry pest and disease monitoring manages system
CN109344686A (en) * 2018-08-06 2019-02-15 广州开瑞信息科技有限公司 A kind of intelligent face recognition system
CN112241649A (en) * 2019-07-16 2021-01-19 浙江宇视科技有限公司 Target identification method and device
CN111405249A (en) * 2020-03-20 2020-07-10 腾讯云计算(北京)有限责任公司 Monitoring method, monitoring device, server and computer-readable storage medium
CN111611897A (en) * 2020-05-15 2020-09-01 航迅信息技术有限公司 Unmanned aerial vehicle detection system and method based on camera network
CN212936047U (en) * 2020-07-10 2021-04-09 重庆市科源能源技术发展有限公司 Personnel safety management and control system
CN112347856A (en) * 2020-10-13 2021-02-09 广东电网有限责任公司培训与评价中心 Non-perception attendance system and method based on classroom scene
CN112969049A (en) * 2021-01-29 2021-06-15 南京长江油运有限公司 Intelligent detection system for ship violation behaviors
CN113347360A (en) * 2021-06-04 2021-09-03 北京电信规划设计院有限公司 Construction management system and method based on 5G video and BIM

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114285970A (en) * 2021-12-22 2022-04-05 南京国电南自轨道交通工程有限公司 Intelligent station operation auxiliary linkage method based on video analysis technology

Similar Documents

Publication Publication Date Title
US9111353B2 (en) Adaptive illuminance filter in a video analysis system
CN107958220B (en) Face library compression processing method based on face recognition and intelligent device thereof
CN106851229B (en) Security and protection intelligent decision method and system based on image recognition
WO2005091639A1 (en) Pipeline architecture for analyzing multiple video streams
CN114255432A (en) Video stream processing method, device, electronic equipment, storage medium and system
CN110765134A (en) File establishing method, equipment and storage medium
CN113569813A (en) Intelligent image recognition system and method based on server side
CN109326125B (en) Picture quality diagnosis system and method based on embedded system
CN101127830A (en) Built-in intelligent network video camera with recognition function
CN112036242B (en) Face picture acquisition method and device, computer equipment and storage medium
CN112235540A (en) Intelligent video monitoring system for screen display fault recognition alarm
CN104581047A (en) Three-dimensional face recognition method for supervisory video recording
Lin et al. Real-time active tampering detection of surveillance camera and implementation on digital signal processor
CN110730305A (en) Multi-source snapshot image processing and accessing method and device based on blocking queue
WO2018214838A1 (en) Surveillance image capture method, apparatus, and system
CN112291538A (en) Video monitoring data storage method and device
US10194072B2 (en) Method and apparatus for remote detection of focus hunt
CN204859420U (en) Intelligent building video monitor system
TWI503759B (en) Cloud-based smart monitoring system
CN113242294B (en) Stream computing processing method for crowd sensing data
CN113489942A (en) Video monitoring system based on edge calculation
CN110321857B (en) Accurate passenger group analysis method based on edge calculation technology
CN113242431A (en) Road side perception oriented labeled data preprocessing method
CN113158842A (en) Identification method, system, device and medium
TWM469556U (en) Intelligent monitoring device for perform face recognition in cloud

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination