Movatterモバイル変換


[0]ホーム

URL:


CN113343923B - A real-time recognition method for drainage status of river outlets based on video images - Google Patents

A real-time recognition method for drainage status of river outlets based on video images
Download PDF

Info

Publication number
CN113343923B
CN113343923BCN202110746229.XACN202110746229ACN113343923BCN 113343923 BCN113343923 BCN 113343923BCN 202110746229 ACN202110746229 ACN 202110746229ACN 113343923 BCN113343923 BCN 113343923B
Authority
CN
China
Prior art keywords
drainage
motion vector
deep learning
state
learning model
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.)
Active
Application number
CN202110746229.XA
Other languages
Chinese (zh)
Other versions
CN113343923A (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.)
Shenzhen Shangu Technology Co ltd
Jiangsu Map Information Technology Co ltd
Original Assignee
Shenzhen Shangu Technology Co ltd
Jiangsu Map Information Technology Co ltd
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 Shenzhen Shangu Technology Co ltd, Jiangsu Map Information Technology Co ltdfiledCriticalShenzhen Shangu Technology Co ltd
Priority to CN202110746229.XApriorityCriticalpatent/CN113343923B/en
Publication of CN113343923ApublicationCriticalpatent/CN113343923A/en
Application grantedgrantedCritical
Publication of CN113343923BpublicationCriticalpatent/CN113343923B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

The invention discloses a real-time identification method of drainage state of a river drain based on video images, which comprises the following steps of firstly establishing a drainage state deep learning model, wherein the step of establishing the drainage state deep learning model comprises the steps of collecting drainage and non-drainage state videos of the river drain, splitting the videos into a frame of images, calculating motion vectors of each frame of images, labeling drainage state label information on the motion vectors, establishing the drainage state deep learning model, and training the drainage state deep learning model. And then, acquiring a real-time video stream of the river channel drainage port through a camera, splitting the video stream into a frame of image, calculating a motion vector of each frame of image, analyzing the motion vector of each frame of image by using an established drainage state deep learning model, outputting a preliminary drainage state result, analyzing and filtering the preliminary result, and outputting final drainage state information. The invention realizes real-time unmanned monitoring and automatic identification of the drainage state of the river channel drainage port, is beneficial to timely finding out problems of relevant parts, eliminates hidden danger and solves the river channel pollution problem from the source.

Description

River channel drainage state real-time identification method based on video image
Technical Field
The invention relates to the field of intelligent water affairs, in particular to a real-time identifying method of a river drainage state based on video images, which is suitable for real-time video identification of river drainage flow.
Background
With the development of society, especially the progress of scientific technology, the rapid development of social productivity is greatly promoted, and especially the wide-spread application of communication network technology, the development of a plurality of fields from traditional manual statistical analysis to intelligent direction is started.
The river drainage running water identification technology is not mature at present, and can be realized through the video monitoring technology, if abnormal drainage exists at the drainage port, the site situation can be conveniently called and checked, but the disadvantage of video monitoring is that the abnormality can be found only by staring at the people. Therefore, the research of the automatic identification method for the river discharge running water is imperative, so that the accuracy and the efficiency of intelligent identification of the river discharge running water are improved.
In recent years, deep learning (DEEP LEARNING) has made an important and successful breakthrough in the field of artificial intelligence, becomes a new and popular research direction of machine learning, has strong learning and efficient feature expression capability, and has made great success in various fields such as computer vision, image and video analysis, voice recognition, multimedia and the like. The river channel drainage pipeline automatic identification method based on the video images has high identification precision and high video stream data analysis efficiency.
In the prior art, the drainage condition of the river channel drainage is complex, for example, the drainage shape is different and can be round, square, polygonal and the like, the drainage water flow is quite large, sometimes quite small, the measurement by the liquid level meter has quite large error, and sometimes the drainage water flow is quite large in color change and sometimes mixed with the drainage moss into one color, so that the method for measuring the drainage state of the drainage and further controlling the drainage of the river channel drainage sewage, particularly the problem of small amount of toxic sewage, is a problem which needs to be solved urgently.
Disclosure of Invention
Aiming at the defects existing in the prior art, the invention provides a real-time recognition method for the drainage state of the river channel drainage based on video images, which takes a deep learning technology as a core to realize the analysis of the drainage flow video data of the river channel, adopts a deep convolutional neural network to train, adds various scene data into a data set, obtains a judgment model of the drainage flow scene after training, and realizes real-time recognition and gives out abnormal drainage alarm information with time sequence property through the quasi-real-time analysis of video streams.
The purpose of the invention is realized in the following way:
A real-time recognition method for drainage state of river drainage based on video image includes such steps as creating a drainage state depth learning model, collecting drainage and non-drainage state video of river drainage, splitting video into a frame image, calculating to obtain motion vector of each frame image, labeling the motion vector with drainage state label information, creating a drainage state depth learning model, training the drainage state depth learning model, obtaining real-time video stream of river drainage by camera, splitting video stream into a frame image, calculating to obtain motion vector of each frame image, analyzing the motion vector of each frame image by the created drainage state depth learning model to output primary drainage state result, analyzing and filtering to obtain final drainage state information;
The method for establishing the model of river drainage and setting initial conditions is as follows:
establishing a river drainage model
ut+uux=0..................(1)
Describing a drain state of the drain;
t represents time, x represents water level position, u represents velocity wave, x=0 represents state position of water to be discharged from the nozzle but not from the nozzle, when x is less than or equal to 0, the water is all in the pipeline and its velocity is much slower than the velocity after the pipeline, so that it is assumed that u=0, when the water is discharged from the pipeline, its velocity is suddenly increased, the water is smoothly discharged through the drop, and its average velocity is assumed to be v0, so that the initial condition of equation (1) can be defined as
Assuming delta is the minimum drainage rate, when the rate v0 > delta >0, drainage can be determined and subsequent quantitative analysis including flow can be performed;
the solution of equation (1) is in the region { x >0, t > x }, the velocity wave isThe change of the discharge speed with time can be described by a motion vector, and the discharge and drainage state can be obtained by finding the motion vector;
the v calculation method of the motion vector of the image comprises defining the gray level diagram of the motion vector as the difference between two adjacent frames of gray level images (gi,gj) by draining water
gv=gi-gj,
The motion vector v is one-dimensional expansion of the gray level diagram, the motion vector can be further improved into a weighted average value v-sigma aivi of a plurality of adjacent motion vectors vi, or vi is obtained by adopting an algorithm OptionalFlowFarneback method, and the motion vector is obtained by utilizing the weighted average of v-sigma aivi;
The method for establishing the drainage state deep learning model comprises the following specific steps:
(1) Collecting a large number of drain drainage videos and non-drainage videos;
(2) Calculating the motion vector of each frame of image in the video to form a motion vector gray scale image, wherein the motion vector gray scale image can be approximated according to the difference value of the front frame of image and the rear frame of image or determined by adopting OptionalFlowFarneback algorithm;
(3) Labeling each motion vector gray level diagram with drainage state label information, wherein the label value is the state of the water flow corresponding to the motion vector, and the specific labeling method comprises the steps that the label information is classified into a no-water state, a low-speed water state, a medium-speed water state and a high-speed water state, and the specific flow speed values of the low-speed water state, the medium-speed water state and the high-speed water state are actually adjusted according to specific conditions, wherein the specific flow speed values can be generally 0 m/s, 1 m/s, 2 m/s and 5 m/s;
(4) Establishing a drainage state deep learning model, wherein the drainage state deep learning model is established by training a plurality of convolution graphs and a plurality of full connection graphs, and a convolution layer and a full connection layer of the model are set according to conditions;
(5) Training the model, namely adopting a conventional CNN convolutional neural network training method, wherein the recognition accuracy during convergence reaches more than 99 percent, and the training learning rate is 0.0001.
The invention has the beneficial effects that 1. The invention realizes real-time unmanned monitoring and automatic identification of the drainage state of the river channel drainage port, is beneficial to timely finding out problems of relevant parts, eliminates hidden danger and solves the river channel pollution problem from the source.
2. In order to filter the preliminary result judged by the drainage state deep learning model, the method filters and analyzes the preliminary judgment result of the drainage state deep learning model due to complex drainage environment, poor drainage picture quality and large noise interference, and filters and processes the situation that the abrupt change of the drainage amount is unreasonable according to the situation so as to improve the recognition rate of practical application. For example, when it is determined that water is drained for one frame or a plurality of consecutive frames but a large number of adjacent frames are not drained, the preliminary result is considered to be caused by noise interference of the pictures, and the final result does not report water.
3. The method comprises the steps of judging a drainage state by using a drainage state deep learning model, wherein the drainage state water flow average speed v0 is influenced by factors including illumination, environment, weather change, brightness and day and night interference, the drainage state is difficult to extract in video, the accuracy of directly judging the drainage state of the drainage by using a motion vector calculated by using a video image is not high because of the video image, the drainage state is difficult to directly judge the drainage state by using a motion vector gray level map because of a drainage flow shape, and the drainage state is difficult to directly judge by using the motion vector gray level map.
Drawings
FIG. 1 is a schematic diagram of a real-time identification step of a river drainage state based on video images;
FIG. 2 is a schematic diagram of a drainage state deep learning model building step according to the present invention;
FIG. 3 is an image of a drainage port according to the present invention;
FIG. 4 is a schematic diagram of an analytical solution of the drainage model according to the present invention;
FIG. 5 is a gray scale view of a motion vector of a drainage image according to the present invention;
FIG. 6 conversion of motion vector gray scale map into motion vector
FIG. 7 is a schematic diagram of a deep learning model structure in a drainage state according to the present invention.
Detailed Description
The following detailed description is made with reference to the accompanying drawings and detailed description of the invention:
A real-time recognition method for drainage state of a river drain based on video images comprises the following steps of firstly establishing a drainage state deep learning model, wherein the drainage state deep learning model is established by collecting drainage and non-drainage state videos of the river drain, splitting the videos into one frame of images, calculating to obtain motion vectors of each frame of images, labeling the motion vectors with drainage state label information, establishing the drainage state deep learning model, and training the drainage state deep learning model. And then, acquiring a real-time video stream of the river channel drainage port through a camera, splitting the video stream into a frame of image, calculating a motion vector of each frame of image, analyzing the motion vector of each frame of image by using an established drainage state deep learning model, outputting a preliminary drainage state result, analyzing and filtering the preliminary result, and outputting final drainage state information.
The method for establishing the river drainage model and setting initial conditions comprises the following steps:
establishing a river drainage model
ut+uux=0...............(1)
To describe the drain state of the drain, as shown in fig. 3;
In equation (1), t represents time, x represents water surface position, and u represents velocity wave
X=0 indicates the position of the water in the state where the water will be discharged through the nozzle but not through the nozzle, and when x is 0, the water is all in the pipe at a speed much slower than the speed after the pipe, so that it is assumed that u=0, the speed is suddenly increased after the water is discharged out of the pipe, the water is smoothly discharged through the drop, and the average speed is assumed to be v0, so that the initial condition of equation (1) can be defined as
Assuming delta is the minimum drain rate, when the rate v0 > delta >0, the drain can be determined and subsequent quantitative analysis, such as flow rate, etc., can be performed.
The solution of equation (1) is shown in FIG. 4, where in the region { x >0, t > x }, the velocity wave isIllustrating the change in discharge velocity with time. The change can be described by a motion vector, and the drainage state of the drainage port can be obtained by finding the motion vector. A motion vector (motion vector) is a difference between two frames of images stored in graphic compression, and is a vector describing a change in the spatial position of an object.
The motion vector v of the image is calculated as follows:
Defining a gray scale map (see FIG. 5) of a motion vector by draining the difference between two adjacent frames of gray scale images (gi,gj) with a drain
gv=gi-gj,
The motion vector v is a one-dimensional expansion of its gray-scale map (see fig. 6). The motion vector may be further refined to a weighted average v= Σaivi of several neighboring motion vectors vi. Or using algorithm OptionalFlowFarneback to find vi and using v= Σaivi to find motion vector. The weighted average may also be an arithmetic average or a gaussian weighted average.
And judging the drainage state by using a drainage state deep learning model. The average velocity v0 of the water flow of the water discharge is difficult to extract in the video, because the video image is interfered by a lot of noise such as illumination, environment, weather change, brightness, day and night, the accuracy of directly judging the water discharge state of the water discharge by using the motion vector calculated by the image is not high, and the gray level diagram of the motion vector is greatly different due to the water discharge shape of the water discharge, so that the water flow state is difficult to be directly judged by the gray level diagram of the motion vector. The method establishes a drainage state deep learning model by using a deep learning method, and judges whether drainage is performed or not by using the model so as to improve the drainage state recognition precision and enhance the robustness.
The drainage state deep learning model building method specifically comprises the following steps:
(1) Collecting a large number of drain drainage videos and non-drainage videos;
(2) And calculating the motion vector of each frame of image in the video, wherein the specific calculation method is shown in the 3 rd point of the specific embodiment mode, and a motion vector gray level diagram is formed. The motion vector gray map may be approximated by the difference between the two images of the previous and subsequent frames, or may be determined by a correlation algorithm such as OptionalFlowFarneback.
(3) Labeling drainage state label information for each motion vector gray level diagram, wherein the label value is the state of the water flow corresponding to the motion vector, and the specific labeling method is as follows: the label information is classified into a no-flow state, a low-speed flow state, a medium-speed flow state and a high-speed flow state, and the flow speed values of the specific low-speed flow state, the medium-speed flow state and the high-speed flow state are actually adjusted according to specific conditions, and generally 0 m/s, 1 m/s, 2 m/s and 5 m/s can be adopted.
(4) And establishing a drainage state deep learning model, wherein the drainage state deep learning model is established by training consisting of a plurality of convolution graphs and a plurality of full connection graphs. The convolution layer and the full connection layer of the model can be set according to the situation, and the patent is not limited. Drainage state deep learning model frame schematic (see fig. 7), which is also the model we employ.
(5) And training a model. By adopting a conventional CNN convolutional neural network training method, the recognition accuracy during convergence reaches more than 99%, and the training learning rate is 0.0001.
The river channel drainage state real-time identification method based on the video image comprises the following steps:
(1) Acquiring a real-time video stream of a river channel outlet through a camera;
(2) Splitting a video stream into a frame image;
(3) Calculating to obtain a motion vector of each frame of image;
(4) Analyzing the motion vector of each frame of image by using the established drainage state deep learning model to output a preliminary drainage state result;
(5) The method is used for filtering and analyzing the preliminary drainage state result of the drainage state deep learning model, and filtering and processing the preliminary judgment result of the drainage state deep learning model according to the situation of unreasonable sudden change of the drainage amount to improve the recognition rate of practical application. For example, when it is determined that water is drained for one frame or a plurality of consecutive frames but a large number of adjacent frames are not drained, the preliminary result is considered to be caused by noise interference of the pictures, and the final result does not report water.
The method realizes real-time unmanned monitoring and automatic identification of the drainage state of the river channel, is beneficial to timely finding out problems of relevant parts, eliminates hidden danger and solves the problem of river channel pollution from the source, judges the drainage state by using a drainage state deep learning model, and judges whether the drainage state is drained or not by using the model to improve the drainage state identification precision and the robustness by using the model, wherein the drainage state is difficult to extract in videos due to the fact that video images are used for calculating motion vectors, and the drainage state is not high in precision due to the fact that the motion vector gray level diagram of the drainage state is large in difference due to the fact that the drainage flow shape is too large.

Claims (3)

Translated fromChinese
1.一种基于视频图像的河道排口排水状态实时识别方法,其特征在于:首先建立排水状态深度学习模型,建立排水状态深度学习模型步骤为:收集河道排口排水与非排水状态视频;拆分视频为一帧帧图像;计算得出每帧图像的运动矢量;对运动矢量进行排水状态标签信息标注;建立排水状态深度学习模型;训练排水状态深度学习模型;然后通过摄像头取得河道排口实时视频流,拆分视频流为一帧帧图像,计算得出每帧图像的运动矢量,用已建立的排水状态深度学习模型对每帧图像的运动矢量进行分析输出初步排水状态结果,分析过滤初步结果,输出最终排水状态信息;1. A method for real-time recognition of drainage status of a river outlet based on video images, characterized in that: first, a deep learning model of drainage status is established, and the steps of establishing the deep learning model of drainage status are: collecting videos of drainage and non-drainage status of the river outlet; splitting the video into frames of images; calculating the motion vector of each frame of image; marking the motion vector with drainage status label information; establishing a deep learning model of drainage status; training the deep learning model of drainage status; then obtaining a real-time video stream of the river outlet through a camera, splitting the video stream into frames of images, calculating the motion vector of each frame of image, using the established deep learning model of drainage status to analyze the motion vector of each frame of image and output a preliminary drainage status result, analyzing and filtering the preliminary results, and outputting the final drainage status information;建立河道排口排水的模型及设定初始条件的方法如下:The method of establishing the model of river outlet drainage and setting the initial conditions is as follows:建立河道排口排水模型Establishing a river outlet drainage modelut+uux=0................(1)ut +uux =0............(1)来描述排口排水状态;To describe the drainage status of the outlet;t表示时间,x表示水面位置,u表示速度波;x=0表示水将排出管口但没有排出管口的状态位置,当x≤0时,水全部在管道中,其速度比出管道后速度慢很多,故假设u=0,当水排出管道后,其速度突然加快,水流通过落差顺利排出,假设其平均速度为v0,因此方程(1)的初始条件可定义为t represents time, x represents the position of the water surface, and u represents the velocity wave; x = 0 represents the state position where the water will discharge from the pipe but has not discharged from the pipe. When x ≤ 0, all the water is in the pipe, and its speed is much slower than that after it leaves the pipe. Therefore, it is assumed that u = 0. After the water leaves the pipe, its speed suddenly increases, and the water flows smoothly through the drop. Assuming that its average speed is v0 , the initial condition of equation (1) can be defined as假设δ为最小排水速度,因此当速度v0>δ>0时,可确定排水并进行后续的包括流量的定量分析;Assume that δ is the minimum drainage velocity, so when the velocity v0 >δ>0, the drainage can be determined and subsequent quantitative analysis including flow can be performed;方程(1)的解在区域{x>0,t>x},速度波为说明排口速度随时间变化;其变化可用运动矢量描述,进而可以通过发现运动矢量得出排口排水状态;运动矢量motionvector为在图形压缩中存储两帧图像的区别,它是描述物体空间位置变化的向量。The solution of equation (1) is in the region {x>0,t>x}, and the velocity wave is It shows that the outlet velocity changes with time; its change can be described by motion vector, and then the outlet drainage state can be obtained by finding the motion vector; the motion vector motionvector is the difference between two frames of images stored in graphic compression, and it is a vector that describes the change of the spatial position of an object.2.根据权利要求1所述的一种基于视频图像的河道排口排水状态实时识别方法,其特征在于:所述的图像的运动矢量的v计算方法如下:用排口排水相邻两帧灰度图像(gi,gj)的差值来定义运动矢量的灰度图为2. A method for real-time recognition of drainage status of a river outlet based on video images according to claim 1, characterized in that: the motion vector v of the image is calculated as follows: the grayscale image of the motion vector is defined as follows: the difference between two adjacent grayscale images (gi ,gj ) of the outlet drainage is used to define the grayscale image of the motion vector:gv=gi-gjgv = gi - gj ,运动矢量v是其灰度图的一维展开;运动矢量进一步改进为相邻若干运动向量vi的加权平均值v=∑aivi;或用算法OptionalFlowFarneback方法求得vi,并利用v=∑aivi加权平均求得运动矢量;以上加权平均采用算术平均或者高斯加权平均。The motion vector v is the one-dimensional expansion of its grayscale image; the motion vector is further improved to the weighted average value v=∑ai vi of several adjacent motion vectorsvi ; orvi is obtained by the Optional Flow Farneback algorithm, and the motion vector is obtained by weighted average using v=∑ai vi ; the above weighted average adopts arithmetic average or Gaussian weighted average.3.根据权利要求1所述的一种基于视频图像的河道排口排水状态实时识别方法,其特征在于,所述的排水状态深度学习模型的建立方法具体步骤如下:3. According to the method for real-time recognition of drainage status of a river outlet based on video images in claim 1, it is characterized in that the method for establishing the deep learning model of drainage status comprises the following specific steps:(1)收集大量的排口排水视频和非排水视频;(1) Collect a large number of drainage and non-drainage videos;(2)计算视频中每帧图像的运动矢量,形成运动矢量灰度图;该运动矢量灰度图可按前后两帧图像的差值来近似或按OptionalFlowFarneback算法确定;(2) Calculate the motion vector of each frame in the video to form a motion vector grayscale map; the motion vector grayscale map can be approximated by the difference between the previous and next two frames of the image or determined by the OptionalFlowFarneback algorithm;(3)给每个运动矢量灰度图进行排水状态标签信息标注,其标签值为该运动矢量对应水流的状态,具体标注方法如下:标签信息种类分为无流水状态、低速流水状态、中速流水状态、高速流水状态,具体的无流水状态、低速流水状态、中速流水状态、高速流水状态流速数值由具体情况进行实际调整,具体分别对应采用0米/秒、1米/秒、2米/秒和5米/秒;(3) Labeling the drainage state information for each motion vector grayscale image, where the label value is the state of the water flow corresponding to the motion vector. The specific labeling method is as follows: the label information types are divided into no water flow state, low-speed water flow state, medium-speed water flow state, and high-speed water flow state. The specific flow velocity values of no water flow state, low-speed water flow state, medium-speed water flow state, and high-speed water flow state are adjusted according to the specific situation, and specifically correspond to 0 m/s, 1 m/s, 2 m/s, and 5 m/s respectively;(4)建立排水状态深度学习模型,由若干卷积图及若干全连接图组成训练建立排水状态深度学习模型,模型的卷积层和全连接层根据情况设定;(4) Establishing a deep learning model of drainage status, which is composed of a number of convolutional graphs and a number of fully connected graphs. The convolutional layer and the fully connected layer of the model are set according to the situation.(5)训练模型:采用CNN卷积神经网络训练方法,收敛时识别精度达到99%以上,训练学习率采用0.0001。(5) Training model: The CNN convolutional neural network training method is used. The recognition accuracy reaches more than 99% when convergence, and the training learning rate is 0.0001.
CN202110746229.XA2021-07-012021-07-01 A real-time recognition method for drainage status of river outlets based on video imagesActiveCN113343923B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202110746229.XACN113343923B (en)2021-07-012021-07-01 A real-time recognition method for drainage status of river outlets based on video images

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202110746229.XACN113343923B (en)2021-07-012021-07-01 A real-time recognition method for drainage status of river outlets based on video images

Publications (2)

Publication NumberPublication Date
CN113343923A CN113343923A (en)2021-09-03
CN113343923Btrue CN113343923B (en)2024-12-03

Family

ID=77482159

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202110746229.XAActiveCN113343923B (en)2021-07-012021-07-01 A real-time recognition method for drainage status of river outlets based on video images

Country Status (1)

CountryLink
CN (1)CN113343923B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN114419556A (en)*2022-01-202022-04-29北京北控悦慧环境科技有限公司Abnormal drainage image identification method and system for drainage pipe network drainage port
CN119007062B (en)*2024-07-172025-06-27上海普适导航科技股份有限公司 Intelligent detection method and device for discharge port of river or sea water carried on boat

Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102903051A (en)*2012-10-112013-01-30惠龙港国际钢铁物流股份有限公司Automotive/boat member credit evaluating method based on network
CN107833244A (en)*2017-11-022018-03-23南京市测绘勘察研究院股份有限公司 An automatic identification method of street tree attributes based on vehicle-mounted lidar data

Family Cites Families (40)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8547428B1 (en)*2006-11-022013-10-01SeeScan, Inc.Pipe mapping system
CN102564508B (en)*2011-12-142013-12-04河海大学Method for implementing online tests of stream flow based on video images
CN103325216A (en)*2012-03-232013-09-25罗普特(厦门)科技集团有限公司Water conservancy flood prevention monitoring early warning method and system based on video monitoring
KR101428531B1 (en)*2013-02-192014-08-26광운대학교 산학협력단 A Multi-Frame-Based Super Resolution Method by Using Motion Vector Normalization and Edge Pattern Analysis
CN103996171B (en)*2014-05-052017-02-15河海大学Fluid motion vector estimation method based on space-time image
CN105675623B (en)*2016-01-292018-05-25重庆扬讯软件技术股份有限公司It is a kind of based on the sewage color of sewage mouth video and the real-time analysis method of flow detection
CN105842475A (en)*2016-03-212016-08-10山西泫氏实业集团有限公司Non-intruding type waterpower test method in building draining system
CN106094872A (en)*2016-08-242016-11-09北京大学深圳研究生院A kind of sewage based on unmanned plane secretly arranges mouthful detection method and system
CN106683114B (en)*2016-12-162019-08-20河海大学 Fluid motion vector estimation method based on characteristic optical flow
CN109145696B (en)*2017-06-282021-04-09安徽清新互联信息科技有限公司Old people falling detection method and system based on deep learning
CN107886133A (en)*2017-11-292018-04-06南京市测绘勘察研究院股份有限公司A kind of underground piping defect inspection method based on deep learning
CN109284753B (en)*2018-08-302020-07-07深圳大学Positioning method and application of liquid transmission pipeline
CN109919372A (en)*2019-02-282019-06-21武汉大学 A full-time-space-based assessment modeling method for urban rainstorm water accumulation
CN110765676B (en)*2019-07-182023-09-29成都信息工程大学Watershed water quality simulation method based on stable flow field
US12051206B2 (en)*2019-07-252024-07-30Nvidia CorporationDeep neural network for segmentation of road scenes and animate object instances for autonomous driving applications
CA3149677A1 (en)*2019-08-062021-02-11Exxonmobil Upstream Research CompanyPetrophysical inversion with machine learning-based geologic priors
CN110599460A (en)*2019-08-142019-12-20深圳市勘察研究院有限公司Underground pipe network detection and evaluation cloud system based on hybrid convolutional neural network
CN110633530B (en)*2019-09-182023-05-05南通大学Fishway design method based on computational fluid dynamics and convolutional neural network
US10725438B1 (en)*2019-10-012020-07-2811114140 Canada Inc.System and method for automated water operations for aquatic facilities using image-based machine learning
CN111080651B (en)*2019-12-122022-07-12西南科技大学 Automatic monitoring method of oil drilling polluted gas based on water flow segmentation
CN111089625A (en)*2019-12-132020-05-01国网浙江省电力有限公司紧水滩水力发电厂Binocular vision-simulated river flow real-time monitoring system and method
CN111062316A (en)*2019-12-162020-04-24成都之维安科技股份有限公司Pollution source wastewater discharge real-time video analysis system based on deep learning technology
CN111570331B (en)*2020-04-302022-04-12北京智通云联科技有限公司Unqualified product removing device and method under variable-speed assembly line environment
CN111626178B (en)*2020-05-242020-12-01中南民族大学Compressed domain video motion recognition method and system based on new spatio-temporal feature stream
CN111798386B (en)*2020-06-242022-03-22武汉大学River channel flow velocity measurement method based on edge identification and maximum sequence density estimation
CN112112240A (en)*2020-07-302020-12-22同济大学 An optimal scheduling method for urban river network flood control
CN112016831A (en)*2020-08-272020-12-01西安易辑数字科技有限公司AI intelligent forecast-based urban waterlogging landing area identification method
CN112036043B (en)*2020-09-022023-06-09河海大学 Calculation Method of Rupture Model of Long-distance Gravity Flow Large-diameter Water Supply Pipeline
CN112163481A (en)*2020-09-162021-01-01清华大学合肥公共安全研究院Water environment pollution analysis method based on video recognition
CN112033642B (en)*2020-09-172025-07-04河南省对外科技交流中心 A device, method and system for detecting the movement behavior of bubbles in liquid
CN212905977U (en)*2020-11-042021-04-06中持水务股份有限公司Intelligent-connection well lid drainage monitoring system for industrial park
CN112287899A (en)*2020-11-262021-01-29山东捷讯通信技术有限公司Unmanned aerial vehicle aerial image river drain detection method and system based on YOLO V5
CN112308040A (en)*2020-11-262021-02-02山东捷讯通信技术有限公司River sewage outlet detection method and system based on high-definition images
CN112488020B (en)*2020-12-102023-09-19西安交通大学Water environment pollution condition detection and evaluation device based on unmanned aerial vehicle aerial photographing data
CN112945208A (en)*2021-01-282021-06-11天地伟业技术有限公司River course section velocity of flow water level monitoring spherical camera
CN112884039B (en)*2021-02-052022-10-21慧目(重庆)科技有限公司Water body pollution identification method based on computer vision
CN112862898B (en)*2021-02-052022-03-08慧目(重庆)科技有限公司Flow velocity measuring method based on computer vision
CN112861856B (en)*2021-02-052022-05-27慧目(重庆)科技有限公司Drainage monitoring method based on computer vision and water body monitoring method
CN112884731B (en)*2021-02-052022-03-29慧目(重庆)科技有限公司Water level detection method and river channel monitoring method based on machine vision
CN112987751B (en)*2021-03-182022-10-11中冶华天工程技术有限公司 Rapid detection system and method of hidden sewage outlet for automatic cruise

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN102903051A (en)*2012-10-112013-01-30惠龙港国际钢铁物流股份有限公司Automotive/boat member credit evaluating method based on network
CN107833244A (en)*2017-11-022018-03-23南京市测绘勘察研究院股份有限公司 An automatic identification method of street tree attributes based on vehicle-mounted lidar data

Also Published As

Publication numberPublication date
CN113343923A (en)2021-09-03

Similar Documents

PublicationPublication DateTitle
CN108460764B (en)Ultrasonic image intelligent segmentation method based on automatic context and data enhancement
CN111439259B (en)Agricultural garden scene lane deviation early warning control method and system based on end-to-end convolutional neural network
CN113343923B (en) A real-time recognition method for drainage status of river outlets based on video images
CN108492319A (en)Moving target detecting method based on the full convolutional neural networks of depth
CN112669269A (en)Pipeline defect classification and classification method and system based on image recognition
CN102542289A (en)Pedestrian volume statistical method based on plurality of Gaussian counting models
CN114299060A (en)Deep learning dam crack detection method suitable for complex underwater environment
CN113688751A (en) A method and device for analyzing the characteristics of alum flowers using image recognition technology
CN112967271A (en)Casting surface defect identification method based on improved DeepLabv3+ network model
CN101739551A (en)Method and system for identifying moving objects
CN106228569A (en)A kind of fish speed of moving body detection method being applicable to water quality monitoring
CN115439690B (en) A flue-cured tobacco leaf image grading method combining CNN and Transformer
CN111753693B (en)Target detection method under static scene
CN112418124A (en)Intelligent fish monitoring method based on video images
CN102169538B (en)Background modeling method based on pixel confidence
CN106874867A (en)A kind of face self-adapting detecting and tracking for merging the colour of skin and profile screening
CN113658250A (en)Floater position prediction method and device
CN118972701A (en) A processing method for industrial camera acquisition
CN115006901B (en)Automatic control method and system for intelligent backwashing filter
CN112906510A (en)Fishery resource statistical method and system
CN115063434B (en)Low-low-light image instance segmentation method and system based on feature denoising
CN102592125A (en)Moving object detection method based on standard deviation characteristic
CN119295925A (en) A skyline analysis method and system for urban landscape design
CN119323664A (en)Attention mechanism guided electric power field ground oil water stain identification method
CN110705441B (en)Pedestrian crossing line image post-processing method and system

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp