CN103207987A - Indicating value identification method of dial instrument - Google Patents

Indicating value identification method of dial instrument Download PDF

Info

Publication number
CN103207987A
CN103207987A CN2013100625535A CN201310062553A CN103207987A CN 103207987 A CN103207987 A CN 103207987A CN 2013100625535 A CN2013100625535 A CN 2013100625535A CN 201310062553 A CN201310062553 A CN 201310062553A CN 103207987 A CN103207987 A CN 103207987A
Authority
CN
China
Prior art keywords
pointer
image
numeral
sigma
scale mark
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.)
Granted
Application number
CN2013100625535A
Other languages
Chinese (zh)
Other versions
CN103207987B (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.)
North China Electric Power University
Original Assignee
North China Electric Power 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 North China Electric Power University filed Critical North China Electric Power University
Priority to CN201310062553.5A priority Critical patent/CN103207987B/en
Publication of CN103207987A publication Critical patent/CN103207987A/en
Application granted granted Critical
Publication of CN103207987B publication Critical patent/CN103207987B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

The invention discloses an indicating value identification method of a dial instrument. The indicating value identification method of the dial instrument belongs to the field of artificial intelligence. The technical scheme of the indicating value identification method of the dial instrument is that a computer automatically acquires a dial plate image of the dial instrument, divides out needed image feature regions, obtains the feature of a number to determine the numerical value of the number according to centre-of-gravity position, perpendicular line features and horizontal projection operations, and finally computes the actual evaluation of the dial instrument through an abscissa of the number and a former pointer and a scale mark. The image processing method for reading the indicating value of the dial instrument can accurately acquires the coordinate value of the pointer and coordinate value of an intersection of the pointer and scale marks, can avoid indicating value calculation deviation problems caused by camera lens distortion, uneven scales of dial plates, or the noncoincidence of a fixed point of the pointer and the centre of a circle which passes through the scale mark of the dial plate due to the fact that the angle method is utilized in the prior art, improves the efficiency and accuracy of reading the indicating value of the dial instrument, is applicable to a plurality of hardware platforms, and has high transportability and stability.

Description

A kind of registration recognition methods of pointer instrument
Technical field
The invention belongs to artificial intelligence field, relate in particular to a kind of registration recognition methods of pointer instrument.
Background technology
Pointer instrument still has a wide range of applications in commercial production and daily life, for the registration interpretation of pointer instrument generally all by manually finishing, be the other pointer of remarkable outlook and the relative position of scale mark and the absolute position of scale mark, estimate the indicating value of reading instrument.This method inefficiency, labour intensity are big, very easily make the mistake.
For solving this type of problem, developed the interpreting system based on the pointer instrument of computer vision technique.The shortcoming that but present method exists, and operand is big, complexity is high, the hardware platform real-time is required.
Summary of the invention
Low in the identification accuracy of gauge pointer, scale mark position at the existing method of mentioning in the background technology, problems such as inefficiency the present invention proposes a kind of registration recognition methods of pointer instrument.
A kind of registration recognition methods of pointer instrument is characterized in that, described method specifically may further comprise the steps:
Step 1: with camera collection instrument dial plate image, be sent to Computer Storage and demonstration;
Step 2: the centre of gyration coordinate of determining pointer with method of difference;
Step 3: with the Region Segmentation method instrument dial plate image is cut apart, the tracing area condition of setting dial plate is that girth is the longest, thereby obtains comprising in the dial plate image image of numeral, scale mark and pointer part, and the image that obtains is carried out binaryzation;
Step 4: the image that will comprise numeral, scale mark and pointer part carries out polar coordinate transform;
Step 5: by in the image that comprises numeral, scale mark and pointer part, making vertical straight line, obtain the information of scale mark;
Step 6: adopting contour tracing method, is the filling condition in zone with girth maximum and area minimum, is only comprised the image of numerical information;
Step 7: the image that only comprises numerical information is carried out row rectilinear scanning, the zone of the definite numeral that will identify;
Step 8: according to centre of gravity place, perpendicular line feature and horizontal projection operation, draw this digital feature to determine this digital numerical value;
Step 9: at last by this numeral horizontal ordinate of prior pointer and scale mark with it, calculate the actual evaluation of this pointer instrument.
Describedly determine that with method of difference the concrete steps of the centre of gyration coordinate of pointer comprise:
Step 201: at first gather a width of cloth original image I 1(x, y), make pointer rotation 30~45 degree then after, gather image I again 2(x, y);
Step 202: this two width of cloth image is carried out subtraction, and the pixel of different gray areas is set to 1, and the pixel of same grayscale is set to 0;
Step 203: obtained removing the sketch figure that identifies on background and other dial plate (x y), thereby determines the centre of gyration of pointer as Δ I by step 202.
Described process with coordinate system transformation is:
Step 401: set image that step 3 obtains and be I (x, y);
Step 402: with the origin of image in the step 401 move to pointer the centre of gyration (X, Y), to the image I after the translation ' (x-X y-Y) carries out flip vertical;
Step 403: to the upset after image I ' ' ((x-X), y-Y) carry out polar coordinate transform according to the polar coordinate transform formula; Described polar coordinate transform formula coordinate is:
θ = arctan ( y - Y - ( x - X ) ) ρ = ( x - X ) 2 + ( y - Y ) 2
Described by make vertical straight line in the dial plate image of pointer instrument, the process that obtains the information of scale mark is:
Step 501: in the image that step 3 obtains, make vertical straight line from top to bottom;
Step 502: the data that scale mark overlaps in the image that obtains by vertical line and step 3 and the number of scale mark pixel obtain the information of scale mark;
Described the image that only comprises numerical information is carried out row rectilinear scanning, determines that the process in the zone of numeral to be identified is:
Step 701: to step 6 to only comprise the numeral image carry out row rectilinear scanning, calculate each digital center horizontal ordinate cx j
Step 702: compare each cx successively jCentre of gyration horizontal ordinate X with pointer pApart from d, and d=|cx j-X p|;
Step 703: satisfy min (d) and cx j<X pNumeric area, be the zone of numeral to be identified.
Described according to centre of gravity place, perpendicular line feature and horizontal projection operation, draw this digital feature and with the process of determining this digital numerical value be:
Step 801: to the normalization of carrying out in the zone of numeral to be identified, and be benchmark with the center line, the zone of numeral to be identified is divided into upper and lower two parts, setting size simultaneously is M * N, upper and lower two parts pixel number to numeric area to be identified is added up, and computing formula is:
S 1 = Σ x = 1 M Σ y = 1 N 2 g ( x , y ) S 2 = Σ x = 1 M Σ y = N 2 + 1 N g ( x , y )
Wherein, S 1Number for the latter half pixel; S 2Number for working partial pixel point;
Figure BDA00002867206600043
(x y) is the coordinate of pixel in the zone of numeral to be identified to g.
Step 802: according to S 1And S 2Magnitude relationship, with center of gravity be divided on the upper side, 3 classes between two parties and on the lower side; Work as S 1S 2, for center of gravity on the upper side; Work as S 1=S 2, then be that center of gravity is placed in the middle; Work as S 1<S 2, for center of gravity on the lower side;
Step 803: be all digital packet 3 groups according to step 802, upper group comprises 5,7 and 9; The middle part group comprises 0,1,3 and 8; Lower set comprises 2,4 and 6;
Step 804: judge whether numeral to be identified belongs to middle part group, if, execution in step 805 successively then: otherwise, begin to carry out from step 807;
Step 805: for 4 numbers of middle part group, 0,1,3,8; 3 vertical scan lines are placed the N/3 of digital picture width respectively, N/2, the 2N/3 place, and calculate the intersection point number of sweep trace and numeral;
S 1 3 = Σ y = 1 N Σ x = M 3 g ( x , y ) S 1 2 = Σ y = 1 N Σ x = M 2 g ( x , y ) S 2 3 = Σ y = 1 N Σ x = 2 M 3 g ( x , y )
Wherein,
Figure BDA00002867206600054
Be respectively the intersection point number of sweep trace and numeral; (x y) is the coordinate of pixel in the zone of numeral to be identified to g;
Therefore, each numeral is for 1 proper vector:
R ( i ) = [ S 1 3 , S 1 2 , S 2 3 ] i = 0,1,3,8
Step 806: proper vector is organized each digital corresponding proper vector with the middle part and is mated after extracting, and jumps to 809; The proper vector table is as shown in table 3:
Table 1 proper vector table
Numeral Proper vector
0 R(0)=[2,2,2]
1 R(1)=[1,1,N]N>1,
3 R(3)=[2,3,3]
8 R(8)=[3,3,3]
Step 807: feature extraction and identification are carried out in the digit basis horizontal direction projection for upper group and lower set, and numeral to be identified has so just had N feature C (i);
C ( i ) = Σ 1 ≤ x ≤ M Σ y = i g ( x , y ) i = 2,4,5,6,7,9
Step 808: need differentiate the numerical characteristic that extracts based on the diagnostic method of minimum distance method at last:
J ( i ) = Σ k = 1 N | Y ( k ) - X ( i , k ) | i = 2,4,5,6,7,9
Wherein, J (i) is the distance between sample to be detected and i class template; Y (k) is i feature of sample to be detected, and (i k) is i feature of k class template to X.
Step 809: obtain the intersecting point coordinate of pointer and scale mark, again according to the nearest digital value in pointer left side, calculate the registration numerical value of instrument according to the registration computing formula; Described registration computing formula is:
V = i + L i L
Wherein, V is the registration numerical value of instrument, and i is that the pointer left side is from the nearest digital occurrence of pointer, L iFor pointer and scale mark intersecting point coordinate and the left side from the distance between the nearest numeral of pointer, L is the distance between two numerals on the dial plate.
Useful effect of the present invention is, the image processing method of the reading pointer type instrument indication value that provides can accurately obtain the coordinate figure of pointer and pointer and scale mark intersection point, and can avoid occurring as the available technology adopting preset angle configuration and because of cam lens distortion, dial scale is inhomogeneous or the center of circle of circle by the dial scale line does not overlap the indicating value calculation deviation problem of bringing with the point of fixity of pointer, has improved efficient and the accuracy of the indicating value of reading pointer type instrument; And can be fit to the multiple hardwares platform, have very strong portability and stable.
Description of drawings
Fig. 1 is the process flow diagram of the registration recognition methods of a kind of pointer instrument provided by the invention;
Fig. 2 is coordinate system transformation result schematic diagram provided by the invention;
Fig. 3 is each digital perpendicular line scanning synoptic diagram provided by the invention.
Embodiment
Below in conjunction with accompanying drawing, preferred embodiment is elaborated.Should be emphasized that following explanation only is exemplary, rather than in order to limit the scope of the invention and to use.
Below in conjunction with accompanying drawing the present invention is described in further detail:
" obtain pointer instrument dial plate image; storage also shows ", the dial plate image of pointer instrument is by camera collection, read in computer system by USB interface, utilize the automatic discriminating digit program in the computing machine, the form of one frame data with array read in the calculator memory, deliver to simultaneously in the corresponding display memory, the concrete indicating value with instrument is presented on the screen at last.
Determine the centre of gyration coordinate of pointer with " method of difference ".After determining the position of tested table, take a width of cloth original image, gather second width of cloth image after the width of cloth pointer wide-angle deflection then.If the nearer use least square method of two width of cloth image cursor is difficult to carry out fitting of two straight lines respectively, the image corresponding pixel points that two width of cloth pointer positions are different is done and is subtracted computing.The pixel of different gray areas is set to 1, and the location of pixels of same grayscale is 0.This just comprises background in the index dial that scale mark and Digital ID deduct and only stay vicissitudinous part in the image, diverse location pointer.Obtain the sketch figure picture, thereby can detect the existence of pointer and the centre of gyration information of definite dial plate pointer.
The pointer instrument dish view data that gather to obtain is that the form with matrix exists in the internal memory; Therefore " coordinate system transformation " will namely be that image is transformed into the polar coordinate system from rectangular coordinate system.According to the dial plate characteristics of image, earlier the dial plate image is carried out coordinate translation; The centre of gyration with pointer is new true origin; It is the upwards upset of axle that image after this translation is carried out with the horizontal ordinate, carries out polar coordinate transform afterwards.Scale mark is always perpendicular to abscissa axis, and therefore the row rectilinear scanning that the dial plate image after the conversion is carried out from top to bottom can obtain scale mark information accurately.Draw vertical line (from top to bottom) in binaryzation rectangle dial plate refined image, vertical line is combined scale mark pixel number with the data of scale mark intersection, and scale mark is the characteristics of continuous straight line in the dial plate image after variation, can effectively judge the type of scale mark.
Use the profile tracing, the condition that setting regions is filled is the maximum and area minimum of girth, obtains removing the image in pointer and scale mark zone.Try to achieve from the center of a nearest numeral of cursor line centre of gyration horizontal ordinate or the coordinate in the upper left corner, determine numeric area to be identified.
The feature extraction of numeral mainly is to carry out according to centre of gravity place, perpendicular line feature and horizontal projection.
After extracting numeric area to be identified, be benchmark with the center line of image, image is divided into upper and lower two parts; The black pixel point sum of each several part successively adds up.Two results of gained are compared, if the top sum greater than the lower part, then the numeral in the image belongs to upper group; Equate, then belong to the middle part group; The top sum then belongs to lower set less than the lower part.The numeral of upper group is 5,7,9; The numeral of middle part group is 0,1,3,8; Lower set then is 2,4,6.
For four numerals of difference middle part group, must use the perpendicular line feature.The perpendicular line feature then is 1/3,1/2,2/3 to put vertical scan line respectively on the horizontal ordinate of digital picture, and calculates the intersection point number of each perpendicular line and numeral respectively.4 numbers of middle part group, the number of hits on these perpendicular line has tangible difference, therefore can finely make a distinction.
For the differentiation of each numeral in upper group and the middle part group, then must the operation of usage level direction projection.Horizontal projection, horizontal direction projection refer to along the set of the gray-scale value accumulation calculating amount in image level direction cross section, can be reduced to the set of the count value of black pixel under bianry image.Therefore after horizontal projection, digital picture is divided into several zones in the vertical; Add up the total number of black picture element in this zone then.We claim that this total number is the feature of digital picture in this zone.After feature extraction, can adopt minimum distance method that sample characteristics to be detected and template characteristic are mated.
The above; only for the preferable embodiment of the present invention, but protection scope of the present invention is not limited thereto, and anyly is familiar with those skilled in the art in the technical scope that the present invention discloses; the variation that can expect easily or replacement all should be encompassed within protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection domain of claim.

Claims (6)

1. the registration recognition methods of a pointer instrument is characterized in that, described method specifically may further comprise the steps:
Step 1: with camera collection instrument dial plate image, be sent to Computer Storage and demonstration;
Step 2: the centre of gyration coordinate of determining pointer with method of difference;
Step 3: with the Region Segmentation method instrument dial plate image is cut apart, the tracing area condition of setting dial plate is that girth is the longest, thereby obtains comprising in the dial plate image image of numeral, scale mark and pointer part, and the image that obtains is carried out binaryzation;
Step 4: the image that will comprise numeral, scale mark and pointer part carries out polar coordinate transform;
Step 5: by in the image that comprises numeral, scale mark and pointer part, making vertical straight line, obtain the information of scale mark;
Step 6: adopting contour tracing method, is the filling condition in zone with girth maximum and area minimum, is only comprised the image of numerical information;
Step 7: the image that only comprises numerical information is carried out row rectilinear scanning, the zone of the definite numeral that will identify;
Step 8: according to centre of gravity place, perpendicular line feature and horizontal projection operation, draw this digital feature to determine this digital numerical value;
Step 9: at last by this numeral horizontal ordinate of prior pointer and scale mark with it, calculate the actual evaluation of this pointer instrument.
2. the registration recognition methods of a kind of pointer instrument according to claim 1 is characterized in that, describedly determines that with method of difference the concrete steps of the centre of gyration coordinate of pointer comprise:
Step 201: at first gather a width of cloth original image I 1(x, y), make pointer rotation 30~45 degree then after, gather image I again 2(x, y);
Step 202: this two width of cloth image is carried out subtraction, and the pixel of different gray areas is set to 1, and the pixel of same grayscale is set to 0;
Step 203: obtained removing the sketch figure that identifies on background and other dial plate (x y), thereby determines the centre of gyration of pointer as Δ I by step 202.
3. the registration recognition methods of a kind of pointer instrument according to claim 1 is characterized in that, described process with coordinate system transformation is:
Step 401: set image that step 3 obtains and be I (x, y);
Step 402: with the origin of image in the step 401 move to pointer the centre of gyration (X, Y), to the image I after the translation ' (x-X y-Y) carries out flip vertical;
Step 403: to the upset after image I ' ' ((x-X), y-Y) carry out polar coordinate transform according to the polar coordinate transform formula; Described polar coordinate transform formula coordinate is:
θ = arctan ( y - Y - ( x - X ) ) ρ = ( x - X ) 2 + ( y - Y ) 2 .
4. the registration recognition methods of a kind of pointer instrument according to claim 1 is characterized in that, described by make vertical straight line in the dial plate image of pointer instrument, the process that obtains the information of scale mark is:
Step 501: in the image that step 3 obtains, make vertical straight line from top to bottom;
Step 502: the data that scale mark overlaps in the image that obtains by vertical line and step 3 and the number of scale mark pixel obtain the information of scale mark.
5. the registration recognition methods of a kind of pointer instrument according to claim 1 is characterized in that, described the image that only comprises numerical information is carried out row rectilinear scanning, determines that the process in the zone of numeral to be identified is:
Step 701: to step 6 to only comprise the numeral image carry out row rectilinear scanning, calculate each digital center horizontal ordinate cx j
Step 702: compare each cx successively jCentre of gyration horizontal ordinate X with pointer pApart from d, and d=|cx j-X p|;
Step 703: satisfy min (d) and cx j<X pNumeric area, be the zone of numeral to be identified.
6. the registration recognition methods of a kind of pointer instrument according to claim 1 is characterized in that, and is described according to centre of gravity place, perpendicular line feature and horizontal projection operation, draws this digital feature and with the process of determining this digital numerical value is:
Step 801: to the normalization of carrying out in the zone of numeral to be identified, and be benchmark with the center line, the zone of numeral to be identified is divided into upper and lower two parts, setting size simultaneously is M * N, upper and lower two parts pixel number to numeric area to be identified is added up, and computing formula is:
S 1 = Σ x = 1 M Σ y = 1 N 2 g ( x , y ) S 2 = Σ x = 1 M Σ y = N 2 + 1 N g ( x , y )
Wherein, S 1Number for the latter half pixel; S 2Number for working partial pixel point;
Figure FDA00002867206500033
(x y) is the coordinate of pixel in the zone of numeral to be identified to g.
Step 802: according to S 1And S 2Magnitude relationship, with center of gravity be divided on the upper side, 3 classes between two parties and on the lower side; Work as S 1S 2, for center of gravity on the upper side; Work as S 1=S 2, then be that center of gravity is placed in the middle; Work as S 1<S 2, for center of gravity on the lower side;
Step 803: be all digital packet 3 groups according to step 802, upper group comprises 5,7 and 9; The middle part group comprises 0,1,3 and 8; Lower set comprises 2,4 and 6;
Step 804: judge whether numeral to be identified belongs to middle part group, if, execution in step 805 successively then; Otherwise, begin to carry out from step 807;
Step 805: for 4 numbers of middle part group, 0,1,3,8; 3 vertical scan lines are placed the N/3 of digital picture width respectively, N/2, the 2N/3 place, and calculate the intersection point number of sweep trace and numeral;
S 1 3 = Σ y = 1 N Σ x = M 3 g ( x , y ) S 1 2 = Σ y = 1 N Σ x = M 2 g ( x , y ) S 2 3 = Σ y = 1 N Σ x = 2 M 3 g ( x , y )
Wherein,
Figure FDA00002867206500044
Be respectively the intersection point number of sweep trace and numeral; (x y) is the coordinate of pixel in the zone of numeral to be identified to g;
Therefore, each numeral is for 1 proper vector:
R ( i ) = [ S 1 3 , S 1 2 , S 2 3 ] i = 0,1,3,8
Step 806: proper vector is organized each digital corresponding proper vector with the middle part and is mated after extracting, and jumps to step 809;
Step 807: feature extraction and identification are carried out in the digit basis horizontal direction projection for upper group and lower set, and numeral to be identified has so just had N feature C (i);
C ( i ) = Σ 1 ≤ x ≤ M Σ y = i g ( x , y ) i = 2,4,5,6,7,9
Step 808: need differentiate the numerical characteristic that extracts based on the diagnostic method of minimum distance method at last:
J ( i ) = Σ k = 1 N | Y ( k ) - X ( i , k ) | i = 2,4,5,6,7,9
Wherein, J (i) is the distance between sample to be detected and i class template; Y (k) is i feature of sample to be detected, and (i k) is i feature of k class template to X.
Step 809: obtain the intersecting point coordinate of pointer and scale mark, again according to the nearest digital value in pointer left side, calculate the registration numerical value of instrument according to the registration computing formula; Described registration computing formula is:
V = i + L i L
Wherein, V is the registration numerical value of instrument, and i is that the pointer left side is from the nearest digital occurrence of pointer, L iFor pointer and scale mark intersecting point coordinate and the left side from the distance between the nearest numeral of pointer, L is the distance between two numerals on the dial plate.
CN201310062553.5A 2013-02-28 2013-02-28 A kind of registration recognition methods of pointer instrument Expired - Fee Related CN103207987B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310062553.5A CN103207987B (en) 2013-02-28 2013-02-28 A kind of registration recognition methods of pointer instrument

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310062553.5A CN103207987B (en) 2013-02-28 2013-02-28 A kind of registration recognition methods of pointer instrument

Publications (2)

Publication Number Publication Date
CN103207987A true CN103207987A (en) 2013-07-17
CN103207987B CN103207987B (en) 2016-05-18

Family

ID=48755204

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310062553.5A Expired - Fee Related CN103207987B (en) 2013-02-28 2013-02-28 A kind of registration recognition methods of pointer instrument

Country Status (1)

Country Link
CN (1) CN103207987B (en)

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103900625A (en) * 2014-03-19 2014-07-02 大连理工大学 Digital interface method and system of hazardous chemical substance pointer instrument
CN103942551A (en) * 2014-03-24 2014-07-23 北京国网富达科技发展有限责任公司 Image-based arrester leakage current recognition method and system for convertor station
CN104751187A (en) * 2015-04-14 2015-07-01 山西科达自控股份有限公司 Automatic meter-reading image recognition method
CN105426809A (en) * 2015-08-18 2016-03-23 张大堃 Method for automatically identifying instrument pointer
CN105550683A (en) * 2015-12-07 2016-05-04 重庆大学 Vision-based pointer instrument automatic reading system and method
WO2016101643A1 (en) * 2014-12-26 2016-06-30 国网重庆市电力公司电力科学研究院 Meter data read method and system
CN105740829A (en) * 2016-02-02 2016-07-06 暨南大学 Scanning line processing based automatic reading method for pointer instrument
CN105894002A (en) * 2016-04-22 2016-08-24 浙江大学 Instrument reading identification method based on machine vision
CN106643965A (en) * 2016-12-23 2017-05-10 贵州电网有限责任公司电力科学研究院 Method for accurately recognizing liquid level by template matching
CN107067013A (en) * 2017-04-25 2017-08-18 航天科技控股集团股份有限公司 One kind is based on many instrument hawkeye fuzzy detection system and methods
CN107256379A (en) * 2017-05-05 2017-10-17 深圳市科迈爱康科技有限公司 Information collecting method, mobile terminal and storage medium based on image recognition
CN107490398A (en) * 2017-08-04 2017-12-19 湖北工业大学 A kind of gauge pointer automatic identifying method
CN107729896A (en) * 2017-10-24 2018-02-23 武汉科技大学 A kind of automatic identifying method suitable for the wide tuning drive gear formula instrument of transformer station
CN108460327A (en) * 2018-01-12 2018-08-28 河南大学 A kind of readings of pointer type meters automatic identifying method based on image procossing
CN109657667A (en) * 2018-12-12 2019-04-19 南京华研科贸实业有限公司 A kind of digital tape measure based on image procossing
CN110059529A (en) * 2017-12-13 2019-07-26 台达电子工业股份有限公司 The recognition methods and its image capturing equipment of the direction of the pointer of analog measurement device
CN110378225A (en) * 2019-06-14 2019-10-25 南京泛函智能技术研究院有限公司 The recognition methods of pointer instrument automatic reading and identification device
CN110633620A (en) * 2019-07-02 2019-12-31 石化盈科信息技术有限责任公司 Pointer instrument scale identification method and electronic equipment
CN110659636A (en) * 2019-09-20 2020-01-07 随锐科技集团股份有限公司 Pointer instrument reading identification method based on deep learning
CN111401377A (en) * 2020-03-13 2020-07-10 北京市商汤科技开发有限公司 Instrument data reading method and device, electronic equipment and storage medium
CN112489071A (en) * 2020-11-03 2021-03-12 辽宁长江智能科技股份有限公司 Pointer water meter identification method and system
CN113269193A (en) * 2021-06-08 2021-08-17 上海高德威智能交通系统有限公司 Pointer type meter reading method, device and storage medium
CN115330756A (en) * 2022-10-11 2022-11-11 天津恒宇医疗科技有限公司 Light and shadow feature-based guide wire identification method and system in OCT image

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19545631A1 (en) * 1995-12-07 1997-06-12 Abb Patent Gmbh Evaluation of measuring value indicator, of analogue indicating instrument esp. for water meters
CN101498592A (en) * 2009-02-26 2009-08-05 北京中星微电子有限公司 Reading method and apparatus for pointer instrument
CN102176228A (en) * 2011-01-28 2011-09-07 河海大学常州校区 Machine vision method for identifying dial plate information of multi-pointer instrument
CN102521560A (en) * 2011-11-14 2012-06-27 上海交通大学 Instrument pointer image identification method of high-robustness rod

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19545631A1 (en) * 1995-12-07 1997-06-12 Abb Patent Gmbh Evaluation of measuring value indicator, of analogue indicating instrument esp. for water meters
CN101498592A (en) * 2009-02-26 2009-08-05 北京中星微电子有限公司 Reading method and apparatus for pointer instrument
CN102176228A (en) * 2011-01-28 2011-09-07 河海大学常州校区 Machine vision method for identifying dial plate information of multi-pointer instrument
CN102521560A (en) * 2011-11-14 2012-06-27 上海交通大学 Instrument pointer image identification method of high-robustness rod

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
ZHENHUA.WEI: "A New Algorithm of Display Recognition for Dial Instruments", 《JOURNAL OF CONVERGENCE INFORMATION TECHNOLOGY》 *
晁阳: "基于特征识别的指针式仪表自动识别研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 *
邵蕊: "指针式仪表识别方法的研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103900625B (en) * 2014-03-19 2016-04-06 大连理工大学 A kind of digital interface method and system of harmful influence pointer instrument
CN103900625A (en) * 2014-03-19 2014-07-02 大连理工大学 Digital interface method and system of hazardous chemical substance pointer instrument
CN103942551A (en) * 2014-03-24 2014-07-23 北京国网富达科技发展有限责任公司 Image-based arrester leakage current recognition method and system for convertor station
WO2016101643A1 (en) * 2014-12-26 2016-06-30 国网重庆市电力公司电力科学研究院 Meter data read method and system
CN104751187A (en) * 2015-04-14 2015-07-01 山西科达自控股份有限公司 Automatic meter-reading image recognition method
CN104751187B (en) * 2015-04-14 2019-04-16 山西科达自控股份有限公司 Meter reading automatic distinguishing method for image
CN105426809B (en) * 2015-08-18 2019-02-22 张大堃 A kind of method of gauge pointer automatic identification
CN105426809A (en) * 2015-08-18 2016-03-23 张大堃 Method for automatically identifying instrument pointer
CN105550683A (en) * 2015-12-07 2016-05-04 重庆大学 Vision-based pointer instrument automatic reading system and method
CN105740829A (en) * 2016-02-02 2016-07-06 暨南大学 Scanning line processing based automatic reading method for pointer instrument
CN105894002B (en) * 2016-04-22 2019-04-12 浙江大学 A kind of instrument registration recognition methods based on machine vision
CN105894002A (en) * 2016-04-22 2016-08-24 浙江大学 Instrument reading identification method based on machine vision
CN106643965A (en) * 2016-12-23 2017-05-10 贵州电网有限责任公司电力科学研究院 Method for accurately recognizing liquid level by template matching
CN107067013A (en) * 2017-04-25 2017-08-18 航天科技控股集团股份有限公司 One kind is based on many instrument hawkeye fuzzy detection system and methods
CN107256379B (en) * 2017-05-05 2021-06-22 深圳市科迈爱康科技有限公司 Information acquisition method based on image recognition, mobile terminal and storage medium
CN107256379A (en) * 2017-05-05 2017-10-17 深圳市科迈爱康科技有限公司 Information collecting method, mobile terminal and storage medium based on image recognition
CN107490398A (en) * 2017-08-04 2017-12-19 湖北工业大学 A kind of gauge pointer automatic identifying method
CN107490398B (en) * 2017-08-04 2019-07-09 湖北工业大学 A kind of gauge pointer automatic identifying method
CN107729896A (en) * 2017-10-24 2018-02-23 武汉科技大学 A kind of automatic identifying method suitable for the wide tuning drive gear formula instrument of transformer station
CN110059529A (en) * 2017-12-13 2019-07-26 台达电子工业股份有限公司 The recognition methods and its image capturing equipment of the direction of the pointer of analog measurement device
CN108460327A (en) * 2018-01-12 2018-08-28 河南大学 A kind of readings of pointer type meters automatic identifying method based on image procossing
CN108460327B (en) * 2018-01-12 2021-09-28 河南大学 Automatic identification method for reading of pointer instrument based on image processing
CN109657667A (en) * 2018-12-12 2019-04-19 南京华研科贸实业有限公司 A kind of digital tape measure based on image procossing
CN110378225A (en) * 2019-06-14 2019-10-25 南京泛函智能技术研究院有限公司 The recognition methods of pointer instrument automatic reading and identification device
CN110633620A (en) * 2019-07-02 2019-12-31 石化盈科信息技术有限责任公司 Pointer instrument scale identification method and electronic equipment
CN110633620B (en) * 2019-07-02 2023-04-11 石化盈科信息技术有限责任公司 Pointer instrument scale identification method and electronic equipment
CN110659636A (en) * 2019-09-20 2020-01-07 随锐科技集团股份有限公司 Pointer instrument reading identification method based on deep learning
CN111401377A (en) * 2020-03-13 2020-07-10 北京市商汤科技开发有限公司 Instrument data reading method and device, electronic equipment and storage medium
CN111401377B (en) * 2020-03-13 2024-03-08 北京市商汤科技开发有限公司 Meter data reading method and device, electronic equipment and storage medium
CN112489071A (en) * 2020-11-03 2021-03-12 辽宁长江智能科技股份有限公司 Pointer water meter identification method and system
CN113269193A (en) * 2021-06-08 2021-08-17 上海高德威智能交通系统有限公司 Pointer type meter reading method, device and storage medium
CN115330756A (en) * 2022-10-11 2022-11-11 天津恒宇医疗科技有限公司 Light and shadow feature-based guide wire identification method and system in OCT image

Also Published As

Publication number Publication date
CN103207987B (en) 2016-05-18

Similar Documents

Publication Publication Date Title
CN103207987A (en) Indicating value identification method of dial instrument
US20200364849A1 (en) Method and device for automatically drawing structural cracks and precisely measuring widths thereof
CN107292310B (en) Visual positioning and automatic reading method for circular pointer type dial plate
CN103759758B (en) A kind of method for detecting position of the automobile meter pointer based on mechanical angle and scale identification
CN107239742B (en) Method for calculating scale value of instrument pointer
CN103994786B (en) Image detecting method for arc ruler lines of pointer instrument scale
CN103499303B (en) A kind of wool fineness method for automatic measurement
CN108562250B (en) Keyboard keycap flatness rapid measurement method and device based on structured light imaging
CN103886612B (en) Automatic water level extraction method and system based on reservoir monitoring camera
CN105825169B (en) A kind of pavement crack recognition methods based on road image
CN109558871B (en) Pointer instrument reading identification method and device
CN104050446A (en) Meter pointer image identification method based on pointer width character
CN104990926A (en) TR element locating and defect detecting method based on vision
CN103871062B (en) A kind of lunar surface rock detection method described based on super-pixel
CN104700395A (en) Method and system for detecting appearance crack of structure
CN104634242A (en) Point adding system and method of probe
CN105335973A (en) Visual processing method for strip steel processing production line
CN106124034A (en) Thin-wall part operation mode based on machine vision test device and method of testing
CN106937109B (en) The method that low cost judges resolution ratio of camera head level
CN109978940A (en) A kind of SAB air bag size vision measuring method
CN109190434B (en) Bar code recognition algorithm based on sub-pixel level corner detection
CN104331693A (en) Symmetry detecting method and system of printing matter
CN112183301A (en) Building floor intelligent identification method and device
CN116844147A (en) Pointer instrument identification and abnormal alarm method based on deep learning
CN103699876A (en) Method and device for identifying vehicle number based on linear array CCD (Charge Coupled Device) images

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20160518

Termination date: 20170228