CN103207987A - Indicating value identification method of dial instrument - Google Patents
Indicating value identification method of dial instrument Download PDFInfo
- 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
- instrument
- dial
- sigma
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 42
- 238000004364 calculation method Methods 0.000 claims abstract description 8
- 238000011156 evaluation Methods 0.000 claims abstract description 3
- 230000005484 gravity Effects 0.000 claims description 13
- 230000009466 transformation Effects 0.000 claims description 11
- 239000013598 vector Substances 0.000 claims description 9
- 238000000605 extraction Methods 0.000 claims description 4
- 230000009191 jumping Effects 0.000 claims description 2
- 230000011218 segmentation Effects 0.000 claims description 2
- 238000003860 storage Methods 0.000 claims description 2
- 230000001131 transforming effect Effects 0.000 claims description 2
- 238000013473 artificial intelligence Methods 0.000 abstract description 2
- 238000003672 processing method Methods 0.000 abstract description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000009825 accumulation Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 230000004069 differentiation Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000009776 industrial production Methods 0.000 description 1
- 239000011159 matrix material Substances 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
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
Technical Field
The invention belongs to the field of artificial intelligence, and particularly relates to a method for identifying the number of a pointer instrument.
Background
Pointer instruments are still widely applied in industrial production and daily life, and the reading of the pointer instruments are generally finished manually, namely, the relative position of a pointer and a scale mark and the absolute position of the scale mark are identified by human eyes, and the indicating value of the instrument is estimated and read. The method has low efficiency, high labor intensity and easy error.
To solve such problems, pointer instrument interpretation systems based on computer vision technology have been developed. However, the existing method has the defects of large computation amount, high complexity and requirement on the real-time performance of a hardware platform.
Disclosure of Invention
The invention provides a method for identifying the number of a pointer instrument, aiming at the problems of low accuracy, low efficiency and the like of identifying the positions of a pointer and a scale mark of the instrument in the prior art.
A method for identifying the number of a pointer instrument is characterized by comprising the following steps:
step 1: collecting an instrument dial image by using a camera, and transmitting the instrument dial image to a computer for storage and display;
step 2: determining the rotation center coordinate of the pointer by using a difference method;
and step 3: segmenting an instrument dial image by using an area segmentation method, setting the tracking area condition of the dial as the longest circumference so as to obtain an image containing numbers, scale marks and a pointer part in the dial image, and binarizing the obtained image;
and 4, step 4: performing polar coordinate transformation on an image containing numbers, scale marks and a pointer part;
and 5: obtaining information of the scale mark by making a vertical straight line in an image including the number, the scale mark and the pointer portion;
step 6: obtaining an image only containing digital information by adopting a contour tracking method and taking the maximum perimeter and the minimum area as filling conditions of the area;
and 7: performing row-column linear scanning on an image only containing digital information, and determining a region of a number to be identified;
and 8: obtaining the feature of the number according to the gravity center position, the vertical line feature and the horizontal projection operation to determine the numerical value of the number;
and step 9: and finally, calculating the actual evaluation value of the pointer instrument according to the number and the abscissa of the previous pointer and the scale mark.
The specific step of determining the rotation center coordinate of the pointer by using the difference method comprises the following steps:
step 201: firstly, an original image I is collected1(x, y), rotating the pointer by 30-45 degrees, and then collecting an image I2(x,y);
Step 202: carrying out subtraction operation on the two images, setting the pixels in different gray scale areas as 1 and setting the pixels with the same gray scale as 0;
step 203: the clipped image Δ I (x, y) with the background and other indicia on the dial removed is obtained, via step 202, to determine the center of rotation of the pointer.
The process of transforming by the coordinate system is as follows:
step 401: setting the image obtained in the step 3 as I (x, y);
step 402: translating the origin coordinates of the image in the step 401 to the rotation center (X, Y) of the pointer, and vertically overturning the translated image I' (X-X, Y-Y);
step 403: performing polar coordinate transformation on the overturned image I '' ((X-X), Y-Y) according to a polar coordinate transformation formula; the polar coordinate transformation formula coordinates are:
the process of obtaining the information of the scale mark by making a vertical straight line in the dial plate image of the pointer instrument is as follows:
step 501: drawing a vertical straight line from top to bottom in the image obtained in the step 3;
step 502: obtaining information of the scale marks through the data of the vertical lines and the coincidence of the scale marks in the image obtained in the step 3 and the number of the scale mark pixel points;
the column-line scanning is carried out on the image only containing the digital information, and the process of determining the area of the number to be identified comprises the following steps:
step 701: performing column-line scanning on the image only containing the numbers obtained in the step 6, and calculating the central abscissa cx of each numberj;
Step 702: comparing each cx in turnjWith the centre of rotation X of the pointerpAnd d = | cxj-Xp|;
Step 703: satisfy min (d) and cxj<XpI.e. the area of the number to be identified.
The process of obtaining the feature of the number to determine the numerical value of the number according to the gravity center position, the vertical line feature and the horizontal projection operation is as follows:
step 801: normalizing the region of the number to be recognized, dividing the region of the number to be recognized into an upper part and a lower part by taking a central line as a reference, setting the size of the region to be recognized to be M multiplied by N, counting the number of pixel points of the upper part and the lower part of the region of the number to be recognized, and adopting the calculation formula as follows:
wherein S is1The number of the lower half part pixel points is; s2The number of the pixels of the working part is the number of the pixels of the working part;g (x, y) is the seating of a pixel point in the region of the number to be recognizedAnd (4) marking.
Step 802: according to S1And S2The gravity center is divided into upper, middle and lower 3 types according to the size relationship of (1); when S is1>S2The center of gravity is on the top; when S is1=S2If so, the center of gravity is centered; when S is1<S2The center of gravity is off;
step 803: all numbers are grouped into 3 groups according to step 802, the upper group including 5,7 and 9; the middle group includes 0,1,3, and 8; the lower group comprised 2,4 and 6;
step 804: judging whether the number to be identified belongs to the middle group, if so, executing the step 805 in sequence: otherwise, execution begins with step 807;
step 805: for the 4 numbers of the middle group, 0,1,3, 8; respectively arranging 3 vertical scanning lines at N/3, N/2 and 2N/3 of the width of the digital image, and calculating the number of intersection points of the scanning lines and the digital image;
wherein,the number of the intersection points of the scanning lines and the numbers is respectively; g (x, y) is the coordinates of the pixel points in the region of the number to be identified;
thus, for 1 feature vector per number:
step 806: after extracting the characteristic vectors, matching the characteristic vectors corresponding to the numbers of the middle group, and jumping to 809; the feature vector table is shown in table 3:
TABLE 1 feature vector Table
Number of | Feature 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: carrying out feature extraction and identification on the numbers of the upper group and the lower group according to horizontal direction projection, so that the number to be identified has N features C (i);
step 808: finally, the extracted digital features need to be distinguished based on a minimum distance method distinguishing method:
wherein J (i) is the distance between the sample to be detected and the type i template; y (k) is the ith feature of the sample to be tested, and X (i, k) is the ith feature of the kth class template.
Step 809: acquiring intersection point coordinates of the pointer and the scale marks, and calculating the numerical value of the instrument according to a numerical calculation formula and the numerical value closest to the left side of the pointer; the indication calculation formula is as follows:
wherein V is the indicating number value of the instrument, i is the specific value of the number nearest to the pointer on the left side of the pointer, and LiThe distance between the coordinate of the intersection point of the pointer and the scale mark and the nearest number on the left side from the pointer, and L is the distance between two numbers on the dial plate.
The image processing method for reading the indicating value of the pointer instrument has the advantages that the coordinate values of the pointer and the intersection point of the pointer and the scale mark can be accurately obtained, the problem of indicating value calculation deviation caused by distortion of a camera lens, uneven dial scale or misalignment of the circle center of a circle passing through the dial scale mark and a fixed point of the pointer due to the adoption of an angle method in the prior art can be solved, and the efficiency and the accuracy for reading the indicating value of the pointer instrument are improved; and the method can be suitable for various hardware platforms and has strong portability and stability.
Drawings
FIG. 1 is a flow chart of a method for identifying the number of a pointer instrument provided by the invention;
FIG. 2 is a diagram illustrating the transformation result of the coordinate system provided by the present invention;
fig. 3 is a schematic diagram of vertical line scanning of numbers provided by the present invention.
Detailed Description
The preferred embodiments will be described in detail below with reference to the accompanying drawings. It should be emphasized that the following description is merely exemplary in nature and is not intended to limit the scope of the invention or its application.
The invention is described in further detail below with reference to the accompanying drawings:
the dial plate image of the pointer instrument is acquired by a camera, read into a computer system through a USB interface, read a frame of data into a computer memory in an array form by utilizing an automatic identification digital program in the computer, and simultaneously sent to a corresponding display memory, and finally, the specific indication value of the instrument is displayed on a screen.
The rotation center coordinates of the pointer are determined by a difference method. After the position of the measured table is determined, an original image is taken, and then a second image after the pointer deflects at a large angle is acquired. If the two image pointers are close, fitting of two straight lines is difficult to carry out respectively by using a least square method, and subtraction operation is carried out on corresponding pixel points of the two images with different pointer positions. The pixel position of the same gray scale is 0 and the pixel position of the different gray scale areas is 1. This subtracts the background, including the tick marks and numerical indicia in the dial, leaving only the portion of the image that has changed, the different location pointers. A silhouette image is obtained so that the presence of the pointer can be detected and the rotation center information of the dial pointer can be determined.
The acquired pointer type instrument panel image data are stored in a memory in a matrix form; therefore, "coordinate system transformation" is to convert the image from a rectangular coordinate system to a polar coordinate system. According to the characteristics of the dial plate image, firstly, carrying out coordinate translation on the dial plate image; taking the rotation center of the pointer as a new coordinate origin; the translated image is inverted upward with the abscissa as an axis, and then subjected to polar coordinate transformation. The scale marks are always vertical to the abscissa axis, so that accurate scale mark information can be obtained by performing column-to-column linear scanning on the converted dial plate image from top to bottom. Vertical lines (from top to bottom) are drawn on the binary rectangular dial plate refined image, the number of the scale line pixel points is combined with the data of the overlapped part of the vertical lines and the scale lines, and the scale lines in the changed dial plate image are characterized by being continuous straight lines, so that the types of the scale lines can be effectively judged.
And setting the conditions of region filling as maximum perimeter and minimum area by using a contour tracing method to obtain an image of the region with the pointer and the scale mark removed. And (4) solving the center of a number nearest to the abscissa of the rotation center of the pointer line or the coordinate of the upper left corner, and determining the digital area to be identified.
The feature extraction of the numbers is mainly performed according to the gravity center position, the vertical line feature and the horizontal projection.
After a digital area to be identified is extracted, dividing the image into an upper part and a lower part by taking a central line of the image as a reference; and accumulating the total number of the black pixels of each part in sequence. Comparing the two results, if the total number of the upper part is larger than that of the lower part, the number in the image belongs to the upper group; if equal, the two belong to the middle group; if the total number of the upper parts is less than that of the lower parts, the lower parts belong to the lower group. The numbers of the upper group are 5,7, 9; the numbers of the middle group are 0,1,3, 8; the lower group is 2,4, 6.
To distinguish the four numbers of the middle group, a vertical line feature must be used. The vertical line feature is that the vertical scanning lines are respectively arranged on 1/3,1/2 and 2/3 on the horizontal coordinate of the digital image, and the number of the intersection points of each vertical line and the digital image is respectively calculated. The 4 numbers of the middle group, the number of intersections on these vertical lines, are clearly different and therefore can be well distinguished.
For the differentiation of the numbers in the upper and middle groups, a horizontal projection operation must be used. And horizontal projection, wherein horizontal projection refers to a set of gray value accumulation calculated quantities along a section of the image in the horizontal direction, and can be simplified into a set of count values of black pixels in a binary image. Thus after horizontal projection, the digital image is divided longitudinally into several regions; the total number of black pixels in this area is then counted. We call this total number a feature of the digital image in this region. After the feature extraction, the minimum distance method can be adopted to match the sample feature to be detected with the template feature.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
Claims (6)
1. A method for identifying the number of a pointer instrument is characterized by comprising the following steps:
step 1: collecting an instrument dial image by using a camera, and transmitting the instrument dial image to a computer for storage and display;
step 2: determining the rotation center coordinate of the pointer by using a difference method;
and step 3: segmenting an instrument dial image by using an area segmentation method, setting the tracking area condition of the dial as the longest circumference so as to obtain an image containing numbers, scale marks and a pointer part in the dial image, and binarizing the obtained image;
and 4, step 4: performing polar coordinate transformation on an image containing numbers, scale marks and a pointer part;
and 5: obtaining information of the scale mark by making a vertical straight line in an image including the number, the scale mark and the pointer portion;
step 6: obtaining an image only containing digital information by adopting a contour tracking method and taking the maximum perimeter and the minimum area as filling conditions of the area;
and 7: performing row-column linear scanning on an image only containing digital information, and determining a region of a number to be identified;
and 8: obtaining the feature of the number according to the gravity center position, the vertical line feature and the horizontal projection operation to determine the numerical value of the number;
and step 9: and finally, calculating the actual evaluation value of the pointer instrument according to the number and the abscissa of the previous pointer and the scale mark.
2. The method for identifying the number of the pointer instrument as claimed in claim 1, wherein the step of determining the rotation center coordinates of the pointer by using the difference method comprises the following steps:
step 201: firstly, an original image I is collected1(x, y), rotating the pointer by 30-45 degrees, and then collecting an image I2(x,y);
Step 202: carrying out subtraction operation on the two images, setting the pixels in different gray scale areas as 1 and setting the pixels with the same gray scale as 0;
step 203: the silhouette image Δ I (x, y) with the background and other indicia on the dial removed is obtained, via step 202, to determine the center of rotation of the pointer.
3. The method for identifying the number of the pointer instrument as claimed in claim 1, wherein the process of transforming by the coordinate system is as follows:
step 401: setting the image obtained in the step 3 as I (x, y);
step 402: translating the origin coordinates of the image in the step 401 to the rotation center (X, Y) of the pointer, and vertically overturning the translated image I' (X-X, Y-Y);
step 403: performing polar coordinate transformation on the overturned image I '' ((X-X), Y-Y) according to a polar coordinate transformation formula; the polar coordinate transformation formula coordinates are:
4. the method for identifying the number of the pointer instrument as claimed in claim 1, wherein the process of obtaining the information of the graduation mark by making a vertical straight line in the dial image of the pointer instrument is:
step 501: drawing a vertical straight line from top to bottom in the image obtained in the step 3;
step 502: and 3, obtaining the information of the scale marks according to the data of the vertical line and the coincidence of the scale marks in the image obtained in the step 3 and the number of the scale mark pixel points.
5. The method for identifying the number of the pointer instrument as claimed in claim 1, wherein the step of performing column-line scanning on the image only containing the digital information to determine the area of the number to be identified comprises:
step 701: performing column-line scanning on the image only containing the numbers obtained in the step 6, and calculating the central abscissa cx of each numberj;
Step 702: comparing each cx in turnjWith the centre of rotation X of the pointerpAnd d = | cxj-Xp|;
Step 703: satisfy min (d) and cxj<XpI.e. the area of the number to be identified.
6. The method as claimed in claim 1, wherein the step of determining the numerical value of the number by deriving the feature of the number according to the gravity center position, the vertical line feature and the horizontal projection operation comprises:
step 801: normalizing the region of the number to be recognized, dividing the region of the number to be recognized into an upper part and a lower part by taking a central line as a reference, setting the size of the region to be recognized to be M multiplied by N, counting the number of pixel points of the upper part and the lower part of the region of the number to be recognized, and adopting the calculation formula as follows:
wherein S is1The number of the lower half part pixel points is; s2The number of the pixels of the working part is the number of the pixels of the working part;g (x, y) is the coordinates of the pixel points in the region of the number to be recognized.
Step 802: according to S1And S2The gravity center is divided into upper, middle and lower 3 types according to the size relationship of (1); when S is1>S2The center of gravity is on the top; when S is1=S2If so, the center of gravity is centered; when S is1<S2The center of gravity is off;
step 803: all numbers are grouped into 3 groups according to step 802, the upper group including 5,7 and 9; the middle group includes 0,1,3, and 8; the lower group comprised 2,4 and 6;
step 804: judging whether the number to be identified belongs to the middle group, if so, executing the step 805 in sequence; otherwise, execution begins with step 807;
step 805: for the 4 numbers of the middle group, 0,1,3, 8; respectively arranging 3 vertical scanning lines at N/3, N/2 and 2N/3 of the width of the digital image, and calculating the number of intersection points of the scanning lines and the digital image;
wherein,the number of the intersection points of the scanning lines and the numbers is respectively; g (x, y) is the coordinates of the pixel points in the region of the number to be identified;
thus, for 1 feature vector per number:
step 806: after extracting the feature vectors, matching the feature vectors corresponding to the numbers in the middle group, and jumping to step 809;
step 807: carrying out feature extraction and identification on the numbers of the upper group and the lower group according to horizontal direction projection, so that the number to be identified has N features C (i);
step 808: finally, the extracted digital features need to be distinguished based on a minimum distance method distinguishing method:
wherein J (i) is the distance between the sample to be detected and the type i template; y (k) is the ith feature of the sample to be tested, and X (i, k) is the ith feature of the kth class template.
Step 809: acquiring intersection point coordinates of the pointer and the scale marks, and calculating the numerical value of the instrument according to a numerical calculation formula and the numerical value closest to the left side of the pointer; the indication calculation formula is as follows:
wherein V is the indicating number value of the instrument, i is the specific value of the number nearest to the pointer on the left side of the pointer, and LiThe distance between the coordinate of the intersection point of the pointer and the scale mark and the nearest number on the left side from the pointer, and L is the distance between two numbers on the dial plate.
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 (24)
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 |
CN116092088A (en) * | 2022-12-05 | 2023-05-09 | 山西科达自控股份有限公司 | Meter pointer reading identification method |
Citations (4)
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 |
-
2013
- 2013-02-28 CN CN201310062553.5A patent/CN103207987B/en not_active Expired - Fee Related
Patent Citations (4)
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)
Title |
---|
ZHENHUA.WEI: "A New Algorithm of Display Recognition for Dial Instruments", 《JOURNAL OF CONVERGENCE INFORMATION TECHNOLOGY》 * |
晁阳: "基于特征识别的指针式仪表自动识别研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 * |
邵蕊: "指针式仪表识别方法的研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 * |
Cited By (33)
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 |
CN116092088A (en) * | 2022-12-05 | 2023-05-09 | 山西科达自控股份有限公司 | Meter pointer reading identification method |
Also Published As
Publication number | Publication date |
---|---|
CN103207987B (en) | 2016-05-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103207987B (en) | A kind of registration recognition methods of pointer instrument | |
CN112818988B (en) | Automatic identification reading method and system for pointer instrument | |
CN111950330B (en) | Pointer instrument indication detection method based on target detection | |
CN112699876B (en) | Automatic reading method for various meters of gas collecting station | |
CN107590498B (en) | Self-adaptive automobile instrument detection method based on character segmentation cascade two classifiers | |
CN110659636B (en) | Pointer instrument reading identification method based on deep learning | |
CN108759973B (en) | Water level measuring method | |
CN109558871B (en) | Pointer instrument reading identification method and device | |
CN103759758A (en) | Method for detecting position of automobile meter needle based on mechanical angle and scale identification | |
CN104657711B (en) | A kind of readings of pointer type meters automatic identifying method of robust | |
CN106529559A (en) | Pointer-type circular multi-dashboard real-time reading identification method | |
CN111368906B (en) | Pointer type oil level meter reading identification method based on deep learning | |
CN112149667A (en) | Method for automatically reading pointer type instrument based on deep learning | |
CN110929710B (en) | Method and system for automatically identifying meter pointer reading based on vision | |
CN107239742B (en) | Method for calculating scale value of instrument pointer | |
CN102975826A (en) | Portable ship water gauge automatic detection and identification method based on machine vision | |
CN106557751A (en) | A kind of pointer pressure automatic reading method with color configured information | |
CN113205511B (en) | Electronic component batch information detection method and system based on deep neural network | |
CN111507186B (en) | Method for recognizing reading of pointer instrument of transformer substation | |
CN104197900A (en) | Meter pointer scale recognizing method for automobile | |
CN110909738A (en) | Automatic reading method of pointer instrument based on key point detection | |
CN108491787A (en) | A kind of date detection and recognition methods and device for financial statement | |
CN114663744A (en) | Instrument automatic identification method and system based on machine learning | |
CN113902894B (en) | Automatic reading identification method for strip level based on image processing | |
CN112036391B (en) | Electronic inspection method and system based on shale gas field production station |
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 |