CN102023231A - Video image wind speed measurement method - Google Patents

Video image wind speed measurement method Download PDF

Info

Publication number
CN102023231A
CN102023231A CN 201010267536 CN201010267536A CN102023231A CN 102023231 A CN102023231 A CN 102023231A CN 201010267536 CN201010267536 CN 201010267536 CN 201010267536 A CN201010267536 A CN 201010267536A CN 102023231 A CN102023231 A CN 102023231A
Authority
CN
China
Prior art keywords
scene
wind speed
image
camera
inventive method
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
CN 201010267536
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.)
Jilin University
Original Assignee
Jilin University
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 Jilin University filed Critical Jilin University
Priority to CN 201010267536 priority Critical patent/CN102023231A/en
Publication of CN102023231A publication Critical patent/CN102023231A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

The invention discloses a method, which relates to a new method for automatically measuring the wind speed in a scene through continuous videos returned by a camera about mark wind wheels in the scene and is applicable to wind speed measurement under a natural condition of good illumination, such as a meadow condition. As computer hardware and software develop, scene state measurement by computer vision has developed into an important subject in computer vision, drawing interest and concern of more and more scholars. The invention makes an attempt to provide the new method for measuring wind speed by computer vision. The method is to measure the wind speed in the scene automatically through the videos returned by the camera about mark wind wheels in the scene. The method expands the application range of the measurement by computer vision. The invention provides the new method for automatically measuring the wind speed in the scene through continuous videos returned by the camera about mark wind wheels in the scene.

Description

Video image measuring wind method
Technical field
The inventive method relates to a kind of continuous videos of passing back by camera about sign wind runner in the scene, measures the new method of wind speed in the scene automatically, applicable to measuring wind speed under the good natural conditions of illumination, as: grassland etc.
Background technology
Traditional measuring wind speed has a variety of, and major part all is based on the method for sensor: hot type anemoscope, three cyphelia eddy-current transducers, three glasss of optocoupler inductor formula sensors.
Development along with calculating software and hardware utilizes computer vision methods that scene state is measured an important topic that develops in the computer vision, and computer vision measurement has caused more and more scholars interest and concern.This paper just utilizes the trial of a kind of new method of computer vision methods measuring wind.
Summary of the invention
The objective of the invention is continuous videos, measure wind speed in the scene automatically about sign wind runner in the scene in order to pass back by camera.Expanded the range of application of computer vision measurement.
The invention discloses the continuous videos that a kind of utilization is passed back by camera, measure the new method of wind speed in the scene automatically about sign wind runner in the scene.
The present invention relates to two parts:
One: the making part of sign wind speed wheel: sketch as shown in Figure 1:
Middle redness circle rotating disk is preferably just round, and color can be a picture, but requires the most of color difference in the figure scene, and is preferably red, can not consider the influence of the shade that illumination brings when utilizing image processing method so again;
Black part on the red disc is not necessarily leaveed no choice but black, but requires with the color of circle rotating disk tangible picture is arranged, and selects black herein for use.
Remaining part does not have special requirement, just does just passable according to appearance.
Two: Digital Image Processing and calculating section: in the process of measuring wind, at first, obtain continuous video image by sign wind runner in the camera photographed scene.Read each frame in the video image then, to each frame carry out binaryzation, gradient distribution processing obtain outline line, obtain the largest contours line and to the largest contours line carry out fitted ellipse, obtain oval center myCenter (midX, midY), major and minor axis lengthh and width, obtain black identification division on the ellipse again, calculate its center coordinate points center (nextX, nextY), the central point center (fristX, fristY) that calculated by previous frame calculates the angle of two frames rotation, calculate angular velocity thus, and then calculate wind speed.
The condition and the step of the inventive method are as follows:
1. equipment needed thereby: imaging system to be corrected, ordinary PC, the wind runner of sign; Wherein imaging system can be camera or video camera etc. (this paper adopt be camera);
2. performing step:
The inventive method (010) part, the pre-service of image obtains outline line.Concrete steps are as follows:
Step 011: get and work as former frame, the pixel that satisfies " redness " in the image is taken as " 255 " otherwise is " 0 ", obtain the image of binaryzation as shown in Figure 2 like this.
Step 012: remove the image after the binaryzation, it is carried out the gradient computing, obtain gradient map and propose all outline lines, result as shown in Figure 3;
The inventive method (020) part obtains the largest contours line and it is carried out fitted ellipse, obtains oval parameter simultaneously.Obtain the density bullet part of elliptic region then.Concrete steps are as follows:
Step 021: obtain all coordinate points on the largest contours line, bring oval general equation ax into 2+ by 2+ cxy+dx+ey=1; Utilize least square, The Fitting Calculation goes out each coefficient.
Step 022: in elliptic region, the pixel that satisfies " black " in the image is taken as " 255 " otherwise is " 0 ",
The inventive method (030) part calculates the rotation angle of this frame and preceding frame, and concrete steps are as follows:
Step C031: the centre coordinate point center (nextX, nextY) that calculates elliptic region " black " part, the central point center (fristX, fristY) that calculates by previous frame, oval central point myCenter (midX, midY), calculate the angle of two frames rotation, calculate angular velocity thus.
Beneficial effect:
The purpose of this invention is to provide a kind of new method that can pass through the computer vision calculation of wind speed.Its advantage is to adopt digital image processing techniques, and method is flexible, is easy to realize that cost is lower; Use this method simple general-purpose simultaneously, for any camera or video camera, the image of arbitrary resolution all can use.
Description of drawings
Fig. 1 identifies the synoptic diagram of wind runner
The binaryzation result of Fig. 2 circle rotating disk part
The extraction synoptic diagram of Fig. 3 profile (blue markings part)
Fig. 4 is to the fitted ellipse of largest contours line
Fig. 5 is to the extraction result of the mark on the circle rotating disk
Fig. 6 routine processes process flow diagram

Claims (1)

1. the objective of the invention is continuous videos, measure wind speed in the scene automatically about sign wind runner in the scene in order to pass back by camera.The invention discloses the continuous videos that a kind of utilization is passed back by camera, measure the new method of wind speed in the scene automatically about sign wind runner in the scene.Wherein system is mainly taken turns by the sign wind speed, the pc machine, and imaging system to be corrected is formed.(the sign wind speed wheel that we adopt is made by oneself, as Fig. 1)
The inventive method step is as follows:
1. performing step:
The inventive method (010) part, the pre-service of image obtains outline line.Concrete steps are as follows:
Step 011: get and work as former frame, the pixel that satisfies " redness " in the image is taken as " 255 " otherwise is " 0 ", obtain the image of binaryzation as shown in Figure 2 like this.
Step 012: remove the image after the binaryzation, it is carried out the gradient computing, obtain gradient map and propose all outline lines, result as shown in Figure 3;
The inventive method (020) part obtains the largest contours line and it is carried out fitted ellipse, obtains oval parameter simultaneously.Obtain the density bullet part of elliptic region then.Concrete steps are as follows:
Step 021: obtain all coordinate points on the largest contours line, bring oval general equation ax^2+by^2+cxy+dx+ey+f=0 into; Utilize least square, The Fitting Calculation goes out each coefficient.
Step 022: in elliptic region, the pixel that satisfies " black " in the image is taken as " 255 " otherwise is " 0 ",
The inventive method (030) part calculates the rotation angle of this frame and preceding frame, and concrete steps are as follows:
Step C031: the centre coordinate point center (nextX, nextY) that calculates elliptic region " black " part, the central point center (fristX, fristY) that calculates by previous frame, oval central point myCenter (midX, midY), calculate the angle of two frames rotation, calculate angular velocity thus.
CN 201010267536 2010-08-31 2010-08-31 Video image wind speed measurement method Pending CN102023231A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010267536 CN102023231A (en) 2010-08-31 2010-08-31 Video image wind speed measurement method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010267536 CN102023231A (en) 2010-08-31 2010-08-31 Video image wind speed measurement method

Publications (1)

Publication Number Publication Date
CN102023231A true CN102023231A (en) 2011-04-20

Family

ID=43864776

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010267536 Pending CN102023231A (en) 2010-08-31 2010-08-31 Video image wind speed measurement method

Country Status (1)

Country Link
CN (1) CN102023231A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105913436A (en) * 2016-04-13 2016-08-31 乐视控股(北京)有限公司 Wind information determining method and mobile terminal
US11333794B2 (en) * 2018-10-23 2022-05-17 International Business Machines Corporation Multimedia derived wind map
US20220314492A1 (en) * 2021-04-05 2022-10-06 Sysdyne Technologies LLC Concrete mixer truck drum rotation measurement using camera

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS639832A (en) * 1986-07-01 1988-01-16 Mitsubishi Heavy Ind Ltd Measuring method for wind direction frequency distribution
CN101126766A (en) * 2007-09-14 2008-02-20 浙江工业大学 Tri-dimensional wind speed wind direction measuring apparatus based on omnidirectional vision
CN101135697A (en) * 2007-08-31 2008-03-05 浙江工业大学 Intelligent wind speed and wind direction measurement mechanism based on computer visual sense
CN101216895A (en) * 2007-12-26 2008-07-09 北京航空航天大学 An automatic extracting method for ellipse image features in complex background images
CN101311963A (en) * 2008-06-17 2008-11-26 东南大学 Round mark point center picture projection point position acquiring method for positioning video camera

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS639832A (en) * 1986-07-01 1988-01-16 Mitsubishi Heavy Ind Ltd Measuring method for wind direction frequency distribution
CN101135697A (en) * 2007-08-31 2008-03-05 浙江工业大学 Intelligent wind speed and wind direction measurement mechanism based on computer visual sense
CN101126766A (en) * 2007-09-14 2008-02-20 浙江工业大学 Tri-dimensional wind speed wind direction measuring apparatus based on omnidirectional vision
CN101216895A (en) * 2007-12-26 2008-07-09 北京航空航天大学 An automatic extracting method for ellipse image features in complex background images
CN101311963A (en) * 2008-06-17 2008-11-26 东南大学 Round mark point center picture projection point position acquiring method for positioning video camera

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105913436A (en) * 2016-04-13 2016-08-31 乐视控股(北京)有限公司 Wind information determining method and mobile terminal
US11333794B2 (en) * 2018-10-23 2022-05-17 International Business Machines Corporation Multimedia derived wind map
US20220314492A1 (en) * 2021-04-05 2022-10-06 Sysdyne Technologies LLC Concrete mixer truck drum rotation measurement using camera

Similar Documents

Publication Publication Date Title
CN103530880B (en) Based on the camera marking method of projection Gaussian network pattern
CN103868460B (en) Binocular stereo vision method for automatic measurement based on parallax optimized algorithm
CN105243664B (en) A kind of wheeled mobile robot fast-moving target tracking method of view-based access control model
CN202074952U (en) Three dimensional profiles and colored textures acquisition system based on single camera-single overhead projector
CN105286871A (en) Video processing-based body height measurement method
CN107133983B (en) Bundled round steel end face binocular vision system and space orientation and method of counting
CN104482924B (en) Body of revolution object pose vision measuring method
CN105550670A (en) Target object dynamic tracking and measurement positioning method
JP2011141174A5 (en)
CN106443046A (en) Device and method for measuring rotating speed of rotating shaft based on variable density sine fringe
CN105054936A (en) Height and weight rapid measuring method based on Kinect depth-of-field image
CN107492123B (en) Road monitoring camera self-calibration method using road surface information
CN104036522A (en) Water flowing speed monitoring method based on moving target identification in videos
CN104215795A (en) Large scale particle picture velocimetry based on Haokong surface flow field computational algorithm
CN101329764A (en) Method for positioning video camera using two arbitrary coplane circles
CN103292722A (en) Three-dimensional deformation measuring method of non-contact wind power blade whole field
WO2010013782A1 (en) Image processing device
CN102622767A (en) Method for positioning binocular non-calibrated space
CN105185420B (en) The cooling moisture film coverage rate automatic detection device and method on nuclear power plant containment shell surface
WO2012002731A3 (en) Sensing device and method for moving object and virtual golf simulation device using the same
CN106682674B (en) A kind of pointer instrument automatic reading method based on intelligent inspection robot
CN102023231A (en) Video image wind speed measurement method
CN104700385A (en) Binocular vision positioning device based on FPGA
CN109000578A (en) A kind of building curtain wall wind pressure deformation monitoring method that the whole audience is contactless
CN104123725B (en) A kind of computational methods of single line array camera homography matrix H

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20110420