Double Image Segmentation Algorithm for Tick-Mark Recognition of Analog Instrument

Abstract

Tick-mark recognition is a key step for automatic reading of analog instrument with computer vision techniques which is called for in many automatic processes among industries. As many factors result in the tick-mark distortion in the sampled image such as the generally stained surface of instrument, or/and reflection and refraction of light, the accuracy and robustness of tick-mark reading are directly or indirectly weakened. Double image segmentation algorithm (DISA) is employed to solve this problem which makes coarse segmentation with structural parameters of instruments, and makes accurate segmentation with gray difference between tick-marks and their background. Tests have been conducted with 640 * 480 pixel industry camera and 4 kinds of pointer pressure meter, and the results show that read-out rate of tick-mark in pointer meter reached 100% at sufficient illumination and 76% at insufficient illumination for air packed instrument. In addition with oil packed instrument, DISA still experienced 64% recognition in comparison with 0 success record by Hough Transformation.

Share and Cite:

Liu, G. , Zhou, B. and Xie, W. (2021) Double Image Segmentation Algorithm for Tick-Mark Recognition of Analog Instrument. World Journal of Engineering and Technology, 9, 357-373. doi: 10.4236/wjet.2021.92025.

1. Introduction

This template, created in MS Word 2007, provides authors with most of the formatting specifications needed for preparing electronic versions of their papers.

It is brought into reality with development of computer vision that analog instrument can be recognized with machine vision algorithm. This method could bring many advantages in analog instrument reading procedures including increased accuracy, shorted reading span, automatic data, remote transmission, avoiding boring repetitive working procedure and operator fatigue, and so on. As tick-mark recognition is a key step for automatic reading of analog instrument, it is now under intensive development by many researchers.

F Corrêa Alegria and A Cruz Serra [1] employed Hough Transform to get determine tick-marks. Chao Zheng et al. [2] proposed a robust and automatic recognition algorithm which can read the indication of analog instruments automatically at various brightness levels and camera angles. It is an integrated application of Multi-Scale Retinex with color restoration at different brightness levels, using Perspective Transform to get the front view of image taken from arbitrary camera angle, and using Hough Transform to determine the starting scale mark and ending scale mark.

Methodologically, tick-mark recognition can be divided two steps as follows:

1) Image Segmentation

Segmentation is a classical algorithm for image recognition mainly including threshold image segmentation [3] [4], region image segmentation [5] [6], edge image segmentation [7] [8] etc. As tick-marks have several properties as followings: symmetrically distributed on the edge of instruments, fixed distance between top of tick-marks and instrument center and fixed contrast ratio of tick-marks and their background, threshold image segmentation is relatively suitable for tick-mark recognition. In 1979 Otsu, N. [9] presented the famous Otsu threshold segmentation. This algorithm has been widely developed in different directions. For instance, Muthukumaran Malarvel et al. [10] addressed an improved version of Otsu’s method which automatically selects a desired threshold value for image segmentation by adapting the Weibull distribution and the least non-zero probability value of gray-levels of the whole image has been considered as a weighted parameter of the background group of Otsu’s within-class criterion. Ta Yang Goh et al. [11], based on Monte Carlo statistical method, shows that the success of image segmentation depends on object-background intensity difference, object size and noise measurement, however is unaffected by location of the object on that image.

2) Line Detection

As tick-mark takes on line characteristic, many algorithms could be employed to its detection including Hough transform. Kuo-Liang Chung et al. [12] presented an orientation-based DHT (ODHT) which consists of two strategies, the parameter space-selection strategy and the voting space-reduction strategy, to substantially reduce the computational complexity of the DHT. Besides its low computational merit, the proposed ODHT can also improve the detection accuracy of the DHT.

Yoshihiko Mochizuki et al. [13] introduced the N-point Hough transform for the detection of a large number of planar lines in a noisy image which guarantees the accuracy and robustness of line detection using the first and second sample points.

Theoretically, tick-marks could be detected with algorithms above on condition of clear images, but many inferior images could lead to deterioration of accuracy and robustness, even to recognition failure such as extreme brightness or darkness, difference between lens focus and instruments, noise arising from inferior cameras or dust panel, non-uniform illumination, and so on. Double image segmentation algorithm is employed to solve this problem which, on the one hand, coarsely positions the tick-mark searching pitch one by one depended on some structural parameters, and on the other hand, accurately picks up tick-mark from background depended on the estimated thresholds of tick-mark and background.

2. Double Image Segmentation Algorithm (DISA)

Purpose of tick-mark recognition of analog instrument is to position the tick marks in the coordinate system centered by instrument center for automatic recognition of analog instrument.

DISA algorithm is developed in recognition of pointer pressure meters used in railway locomotives, which three steps including preparation, coarse image segmentation and accurate image segmentation. In pretreatment, two characteristic parameters are recognized such as center and radius of the instrument panel, and in the rest steps, brightness barycenter of tick marks are searched one by one as an estimation of Geometric center tick marks with double image segmentation.

Step 1. Preparation

Observation of the analog instrument in Figure 1 can draw some conclusion about the tick-marks as following: 1) fixed distance between top of tick-marks and instrument center; 2) equal angle span between neighbor tick-marks centered on instrument center. These properties mean the precondition of tick-mark finding is obtainment of instrument center and the radius of the panel.

According to the observation, it is found that there is evident difference between the instrument panel and other area, especially background, and at the same time, the brightness distribution of the panel is uniform relatively. Thus the geometrical center of the instrument is estimated by the brightness barycenter of the panel as following.

Figure 1. Panel of a pressure instrument.

{ x instrument-cener = i = 0 L j = 0 C i B ( i , j ) y instrument-center = i = 0 L j = 0 C j B ( i , j ) when B ( i , j ) > T background (1)

where i and j are the line index and column index of pixel respectively, and L, C are the maximum index of line and column; B ( i , j ) is the gray value of pixel; T background is the grey threshold of all pixels in the image out of panel zone where grey value is bigger than any grey value of pixels in background; ( x center , y center ) is the gray barycenter of panel in estimation of geometrical center of the panel.

In addition, the radius of the panel, R panel , can be approximately computed as Formula (2):

R panel = N panel π (2)

where N panel is the summation of all pixels whose grey values are bigger than T background .

Step 2. Coarse Image Segmentation

Coarse image segmentation is the process of positioning the zone of the current tick mark, and dividing the tick mark searching pitch from the whole image according to characteristic parameters of instrument panel such as instrument center, tick mark center, distance between tick mark and instrument center and so on. The purpose of the operation is to reduce the negative effects of uneven illumination, attached dirt, or shadow on the instrument panel during tick mark positioning.

For recognition of tick-marks with iteration, coarse image segmentation is performed to obtain the 4 vertexes of the tick mark searching pitch for tick-mark described as follows:

{ ( x current , min , y current , min ) ( x current , min , y current , max ) ( x current , max , y current , min ) ( x current , max , y current , max ) (3)

where, x current , min , x current , max , y current , min and y current , max are the border of the tick mark searching pitch which is separated from other image which include the message of the current tick-mark and its background.

If the current tick-mark is the first tick-mark, then

{ x current , min = x ^ 0 , center l ^ 0 , tick-mark y current , min = y ^ 0 , center 1 2 l ^ 0 , tick-mark x current , min = x ^ 0 , center + l ^ 0 , tick-mark y current , max = y ^ 0 , center + 1 2 l ^ 0 , tick-mark (4)

else

{ x current , min = x ^ current , center l ^ current , tick-mark y current , min = y ^ current , center 1 2 l ^ current , tick-mark x current , min = x ^ current , center + l ^ current , tick-mark y current , max = y ^ current , center + 1 2 l ^ current , tick-mark (5)

The physical meanings of these parameters are listed in Table 1.

These parameters are estimated as:

{ l ^ 0 , tick-mark = 1 10 R panel l ^ current , tick-mark = l former , tick-mark x ^ 0 , center = 1 2 l ^ 0 , tick-mark y ^ 0 , center = y instrument-center x ^ current , center = x former , center + D former cos ( θ ^ current , scale ) y ^ 0 , center = y former , center + D former sin ( θ ^ current , scale ) θ ^ 0 , center = 0 θ ^ current , scale = θ former , center + Δ θ former (6)

The physical meanings of these parameters, l former , tick-mark , ( x former , center , y former , center ) , D former , θ former , scale and Δ θ former , are listed in Table 2.

Table 1. The physical meanings of ( x ^ 0 , center , y ^ 0 , center ) , l ^ 0 , tick-mark , ( x current , center , y current , center ) , and l current , tick-mark .

Table 2. The physical meanings of l former , tick-mark , ( x former , center , y former , center ) , D former , θ former , scale and Δ θ former .

Step 3. Accurate Image Segmentation

Accurate image segmentation is the process of dividing tick mark pixels from the searching pitch according to T current , tick-mark and T current , background , the brightness thresholds of the current tick mark and its background and at the same time, computing the following parameters for tick mark searching iteration in Table 3.

As brightness thresholds of tick-mark and its background, T current , tick-mark and T current , background , can’t be obtained until their pixels been searched arithmetically, these two parameters can been estimated as T ^ current , tick-mark and T ^ current , background . If first tick mark is searched, T ^ current , tick-mark , is approximately estimated with brightness average of pixels around the instrument center, and T ^ current , background , can been regarded as the brightness average of the instrument panel. In other case, T ^ current , tick-mark and T ^ current , background , can been computed as following.

T ^ current , tick-mark = G A former , tick-mark (7)

T ^ current , background = G A former , background (8)

where G A former , tick-mark and G A former , background are the brightness average of the former tick mark and its background.

1) Pixel classification

Grey value of pixels, G V current , x , y , in the searching pitch with vertex as ( x current , min , y current , min ) , ( x current , max , y current , max ) can been classified into two categories: tick-mark category C L A S S current , tick-mark and background category C L A S S current , background , according to T ^ current , tick-mark and T ^ current , background respectively. If the brightness of pixel P current , x , y satisfy Formula (9).

G V current , x , y < 1 2 ( T ^ current , tick-mark + T ^ current , background ) 1 2 α ( T ^ current , background T ^ current , tick-mark ) (9)

Then

P current , x , y C L A S S current , tick-mark (10)

Table 3. Parameters’ computing for tick mark searching iteration.

where, x, y are the line index and column index respectively, and α is filtering factor of tick-mark.

And if the brightness of pixel P current , x , y satisfy Formula (11).

G V current , x , y > 1 2 ( T ^ current , tick-mark + T ^ current , background ) 1 2 β ( T ^ current , background T ^ current , tick-mark ) (11)

then

P current , x , y C L A S S current , background (12)

where, β is the filtering factor for background searching.

2) Computing ( x current , center , y current , center ) , the barycenter of the pixels in C L A S S current , tick-mark and its brightness average, G A current , tick-mark

x current , center = x = x current , min x current , max y = y current , min y current , max x G V current , x , y x = x current , min x current , max y = y current , min y current , max G V current , x , y (13)

y current , center = x = x current , min x current , max y = y current , min y current , max y G V current , x , y x = x current , min x current , max y = y current , min y current , max G V current , x , y (14)

G A current , tick-mark = x = x current , min x current , max y = y current , min y current , max G V current , x , y ( x current , max x current , min ) ( y current , max y current , min ) (15)

where P current , x , y C L A S S current , tick-mark .

3) Computing G A current , background , the grey average of the pixels in C L A S S current , background as following:

G A current , background = x = x current , min x current , max y = y current , min y current , max G V current , x , y ( x current , max x current , min ) ( y current , max y current , min ) (16)

4) Computing θ current , tick-mark , the angle of the center of the current tick-mark in the coordinate system centered with the instrument center as follows

θ current , tick-mark = { π 2 if x current , center = x instrument-center π + tan 1 ( y current , center y instrument-center x current , center x instrument-center ) if x current , center > x instrument-center tan 1 ( y current , center y instrument-center x current , center x instrument-center ) if x current , center < x instrument-center (17)

5) Computing Δ θ current , the difference between θ current , tick-mark and θ former , tick-mark .

Δ θ current = θ current , tick-mark θ former , tick-mark (18)

where, θ former , tick-mark is the angle of the center of the former tick-mark in the coordinate system centered with the instrument center.

6) Computing D current , the distance between the current tick mark and the instrument center.

D current = ( x current , center x instrument-center ) 2 + ( y current , center y instrument-center ) 2 (19)

Cycling between step (2) and step (3), and adaptively the parameters above for every tick-mark, till all the tick marks are found.

3. Results and Discussion

The test bench in this paper was designed and assembled by GBU (Guangdong Baiyun University). This test bench, as shown in Figure 2, mainly includes the analog pressure instrument, camera, and a sliding table which has a function of distance adjusting between the instrument and the camera for focal length optimization. The parameters of the camera is as follows:

1) Effective Pixels: 640 * 480,

2) Pixel size: 2.2 * 2.2 μm,

3) Pixel bit depth: 12 bit,

4) Sensitivity: 1.76 V/lux-sec 550 nm,

5) Sensor type: 1/2.5" CMOS.

The parameters of the analog pressure instrument is as follows:

1) Type: Bourdon tube,

2) Range: 0 - 1.6 MPa,

3) Diameter: 100 mm,

4) Number of tick-marks: 51.

A typical panel of pressure instrument presented in Figure 3 shows that rectangular tick-marks are distributed on the edge of the instrument panel with following properties in the image.

Figure 2. Test bench of tick-mark recognition.

Figure 3. Image of analog pressure instrument.

1) Tick-mark area is uniformities in shape, size and brightness in image except for variant minority with characters which are bigger in shape.

2) Brightness value and contrast ratio of the tick-marks and their background take on stability to a certain extent.

3) Distances are almost equal between the outer border of the tick-marks and the instrument center.

4) Tick-marks lie symmetrically around the edge of upper instrument panel.

Following parameters are used to define the robustness of the previous algorithm quantitatively:

1) Employing n current , tick-mark , the number of the pixels belonging to the C L A S S current , tick-mark , to describe the area of the current tick-mark.

2) Employing G A current , tick-mark , the brightness average of all pixels in tick-mark, to describe the brightness of the tick-mark, and employing G A current , background , the brightness average of all pixels in tick-mark’s background, to describe the brightness of tick-mark’s background.

3) Employing Δ θ now , the angle difference between the angle of the current tick-mark and its former tick-mark with reference to the instrument center, to describe the symmetry of the tick-marks.

In the procedure of the tick-mark searching with double image segmentation algorithm, if the adaptively changed parameters defined above including n current , tick-mark , G A current , tick-mark , G A current , background and Δ θ current , take on strong quality of stability step by step, the searching procedure will be robust, and on the contrary, if the values of n current , tick-mark , G A current , tick-mark , G A current , background and Δ θ current sway sharply, the tick-mark searching algorithm will be susceptible to disturbance.

In addition, comparative tests were performed to verified the robustness of the tick-mark readout rate of DISA with Hough transformation, the classical line detection algorithm.

Test 1: Basic function verification of DISA algorithm

Test conditions are listed as Table 4.

The values of the adaptively changed parameters, n current , tick-mark , G A current , tick-mark , G A current , background and Δ θ current , are shown in Figures 3-6 and Table 5 respectively.

Figure 4. n current , tick-mark , the number of the pixels in C L A S S current , tick-mark in each tick-mark.

Figure 5. G A current , tick-mark (red points), G A current , background (blank points) the average grey of all pixels and its background in each tick-mark.

Figure 6. Δ θ current , the angle difference between the angle of the current tick-mark and the previous tick-mark with reference to the instrument center.

Table 4. Test conditions.

Table 5. Variance, average and the their ratio for n current , tick-mark , G A current , tick-mark , G A current , background and Δ θ current .

As shown in Figure 4, horizontal ordinate is the index of each tick-mark, and longitudinal coordinate is n current , tick-mark , the number of the pixels in each tick-mark in C L A S S current , tick-mark .

From the data in Figure 4, it is observed that n current , tick-mark retains stable to some extent in searching procedure with periodic fluctuation ranging from 46 to 65 in every 5 tick-marks and the indexes of the peak points are 1, 5, 10, 15, 20, 25, 30, 35, 40, 45 and 50. Furthermore, observation of tested instrument panel in Figure 3 shows that there are as many as 11 big tick-marks whose indexes, same as the peak points in Figure 4, are 1, 5, 10, 15, 20, 25, 30, 35, 40, 45 and 50 too. With data comparison in Figure 3 and Figure 4, conclusion can be easily drawn that the big tick-marks have more tick-mark pixels than the others, and the other small tick marks, though smaller in number, retain stable in number of pixels and distinguishable.

As shown in Figure 5, horizontal ordinate is the index of each tick-mark, and longitudinal coordinate are G A current , tick-mark , G A current , background , the average grey of all pixels and its background in each tick-mark in corresponding with the black and red curve respectively.

From the data in Figure 5, it is observed that G A current , background and G A current , tick-mark retains stable to some extent in searching procedure and the former is bigger than the latter at each tick-mark. In addition, the difference between them is no less than 20 which makes it possible to draw a line between each tick-mark and its background in grey value. Further, both G A current , background and G A current , tick-mark show same fluctuation with big-small-big-small-big, the reason for which is the uneven distribution of the light on the instrument panel.

As shown in Figure 6, horizontal ordinate is the index of each tick-mark, and longitudinal coordinate Δ θ current , is the angle difference between the angle of the current tick-mark and the previous tick-mark with reference to the instrument center.

From the data in Figure 6, it is observed that the values of Δ θ current , lie in the range from 0.89 rad - 0.1 rad stably, and the variance of Δ θ current , is no more than 0.005 rad. These data add weight to the evidence with accuracy and robustness of the algorithm.

As shown in Table 5, the ratios of variance and average for G A current , tick-mark , G A current , background , D current and Δ θ current are all no more than 5.5%, and these data give a strong evidence of DISA’S robustness. In addition, the ratios of variance and average for n now , scale is as high as 10.1%, which is the real reflection of the big tick-marks.

Figure 7 shows the recognized tick-marks colored with red and labeled with green cross, and the green cross in the center is the label of the estimated instrument center (Figure 8).

Summary: Test data shows that tick-marks on the pressure instrument can be recognized with no omission on condition of clear and tick-mark distinguishable image, and the parameters under investigation show robustly stable.

Figure 7. Recognized tick-marks colored with red and labeled with green cross.

Figure 8. Panel of pressure instrument with abnormal tick-mark (red).

Test 2: Comparison tests with Hough Line Detection

Hough Transformation, a classical algorithm for line detection, has been employed to search tick marks in analog instrument recognition in [14]. In order to evaluate DISA, test conditions are designed to examine the tick-mark recognizing capacity of DISA in comparison with Hough Line Detection as shown in Table 6 and Table 7 in addition with 4 kinds of analog instruments shown in Figures 9-12.

Test is repeated 5 times for each panel and each illumination intensity, and 100 times tests are run totally with two algorithms above and results are shown in Table 9 with DISA and Table 8 with Hough Line Detection.

As shown in Table 8 and Table 9, for air packed instruments, type 0, type 1 and type 3, the tick-marks were 100% successfully recognized with the two algorithms above on condition of illumination intensity ranging from 2000 lx to 2500 lx with 30 times of reading, however, if the illumination intensity attenuate to no brighter than 1500 lx, there happened to be 7 times and 11 times of failure

Figure 9. Type 0.

Figure 10. Type 1.

Figure 11. Type 2.

Figure 12. Type 3.

Table 6. 4 kinds of selected instruments.

Table 7. Illumination intensity conditions.

Table 8. Test results of DISA.

Note: Times of valid recognition is abbreviated as TOVR.

Table 9. Test results of Hough line detection.

recognitions out of 45 times of tests respectively for DISA and for Hough Line Detection. For oil packed instrument, type 3, DISA had 9 times of failure recognitions out of 25 times of tests, whereas Hough Line Detection got no success record at all.

Panel image of type 1 instrument is under deep investigation to find the reason for failure recognition. As shown in Figure 12, type 3 instrument is packed with oil and there is a clear air-oil boundary in upper half of the instrument panel, and there exists evident grey difference between air zone and the oil zone. This brings difficulty to tick-mark recognition because of the uneven grey in the bright air zone and in the gray oil zone, and what’s worse, there are many significant similarities between the air-oil boundary and the tick marks such as linear structure, brightness contrast with their backgrounds, dimension in width which lead to confusion in recognizing. Data in Table 9 show 100% recognition of type 3 instrument on illumination intensity from 2000 lx to2500 lx, and 73% recognition when illumination intensity is lower than 1500 lx. On the contrary, data in Table 9 show total recognition failure for type 1 with Hough Line Detection due to the air-oil boundary.

Summary: Batch tests are run at 5 kinds of illumination intensity with 4 kinds of analog pressure instruments. As shown in test data, for the air packed instruments, DISA and Hough Line Detection experience 91% and 85% successful tick mark recognition in total respectively. In contrast with the oil packed instrument, influenced by an air-oil boundary, DISA only retains 64% successful recognition records, and Hough Line Detection had none.

4. Conclusions

Many factors such as the generally stained surface of pointer meter, and/or reflection and refraction of light would lead to shortage of the accuracy and robustness in tick-mark reading. Double image segmentation algorithm (DISA) is employed to solve this problem which, on the one hand, coarsely searches the tick-mark searching pitch one by one depending on the parameters including center coordinate of the instrument, distance between instrument center and estimated tick-mark center and the estimated length of tick-mark, and on the other hand, accurately picks up tick-mark from background depending on the estimated thresholds of tick-mark and background. Tests have been conducted with 640 * 480 pixel industry camera and 4 kinds of pointer pressure meter, and the results show that read-out rate of tick-mark in pointer meter reached 100% at sufficient illumination and 76% at insufficient illumination for air packed instrument. In addition with oil packed instrument, DISA still experienced 64% recognition in comparison with 0 success record by Hough transformation.

Enhancement of tick mark recognition in harsh environment is an important target for industrial application, and more attention should be focused on following problems in future research:

1) Some tick marks in shadow and others in light arising from oblique light.

2) Blur image leading to small grey difference between tick marks and their background.

3) Heavily stained surface leading to shade of part tick marks.

Acknowledgements

Financial support by the Technology Research Plan of Guangzhou under contract 201804010134 and Technology Research Plan of Guangdong Baiyun University under contract BYKY2016Z1 is gratefully appreciated. Many thanks go to professor Chunjing Lin (Guangdong Baiyun University) for his help and controller implementation for the testbench and also to Wei Xie (South China University of Technology) for all the helpful discussions.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Corrêa Alegria, F. and Cruz Serra, A. (2000) Computer Vision Applied to the Automatic Calibration of Measuring Instruments. Measurement, 28, 185-195.
https://doi.org/10.1016/S0263-2241(00)00011-7
[2] Zheng, C., Wang, S.R., Zhang, Y.H., Zhang, P.X. and Zhao, Y. (2016) A Robust and Automatic Recognition System of Analog Instruments in Power System by Using Computer Vision. Measurement, 92, 413-420.
https://doi.org/10.1016/j.measurement.2016.06.045
[3] Wang, B., Chen, L.L. and Cheng, J. (2018) New Result on Maximum Entropy Threshold Image Segmentation Based on P System. Optik, 163, 81-85.
https://doi.org/10.1016/j.ijleo.2018.02.062
[4] Mittal, H. and Saraswat, M. (2018) An Optimum Multi-Level Image Thresholding Segmentation Using Non-Local Means 2D Histogram and Exponential Kbest Gravitational Search Algorithm. Engineering Applications of Artificial Intelligence, 71, 226-235.
https://doi.org/10.1016/j.engappai.2018.03.001
[5] Chondro, P., Yao, C.-Y., Ruan, S.-J. and Chien, L.-C. (2018) Low Order Adaptive Region Growing for Lung Segmentation on Plain Chest Radiographs. Neurocomputing, 275, 1002-1011.
https://doi.org/10.1016/j.neucom.2017.09.053
[6] Parida, P. and Bhoi, N. (2017) Wavelet Based Transition Region Extraction for Image Segmentation. Future Computing and Informatics Journal, 2, 65-78.
https://doi.org/10.1016/j.fcij.2017.10.005
[7] Biswas, S. and Hazra, R. (2018) Robust Edge Detection Based on Modified Moore- Neighbor. Optik, 168, 931-943.
https://doi.org/10.1016/j.ijleo.2018.05.011
[8] Gupta, D. and Anand, R.S. (2017) A Hybrid Edge-Based Segmentation Approach for Ultrasound Medical Images. Biomedical Signal Processing and Control, 31, 116- 126.
https://doi.org/10.1016/j.bspc.2016.06.012
[9] Otsu, N. (1979) A Threshold Selection Method from Gray Level Histograms. IEEE Transactions on Systems, Man, and Cybernetics, 9, 62-66.
https://doi.org/10.1109/TSMC.1979.4310076
[10] Malarvel, M., Sethumadhavan, G., Bhagi, P.C.R., Kar, S. and Thangavel, S. (2017) An Improved Version of Otsu’s Method for Segmentation of Weld Defects on X-Radiography Images. Optik—International Journal for Light and Electron Optics, 142, 109-118.
https://doi.org/10.1016/j.ijleo.2017.05.066
[11] Goh, T.Y., Basah, S.N., Yazid, H., Safar, M.J.A. and Saad, F.S.A. (2018) Performance Analysis of Image Thresholding: Otsu Technique. Measurement, 114, 298-307.
https://doi.org/10.1016/j.measurement.2017.09.052
[12] Chung, K.-L., Huang, Y.-H. and Tsai, S.-R. (2014) Orientation-Based Discrete Hough Transform for Line Detection with Low Computational Complexity. Applied Mathematics and Computation, 237, 430-437.
https://doi.org/10.1016/j.amc.2014.03.128
[13] Mochizuki, Y., Torii, A. and Imiya, A. (2009) N-Point Hough Transform for Line Detection. Journal of Visual Communication and Image Representation, 20, 242- 253.
https://doi.org/10.1016/j.jvcir.2009.01.004
[14] Wang, J.J., Tian, G.H., et al. (2017) An Automatic Reading Method of Pointer Instruments. Conference: 2017 Chinese Automation Congress (CAC), Jinan, 20-22 October 2017, 1448-1453.
https://doi.org/10.1109/CAC.2017.8242995

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.