Научная статья на тему 'COMPARATIVE ANALYSIS OF REFLECTION SYMMETRY DETECTION METHODS IN BINARY RASTER IMAGES WITH SKELETAL AND CONTOUR REPRESENTATIONS'

COMPARATIVE ANALYSIS OF REFLECTION SYMMETRY DETECTION METHODS IN BINARY RASTER IMAGES WITH SKELETAL AND CONTOUR REPRESENTATIONS Текст научной статьи по специальности «Компьютерные и информационные науки»

CC BY
35
10
i Надоели баннеры? Вы всегда можете отключить рекламу.
Ключевые слова
BINARY RASTER IMAGE / REFLECTION SYMMETRY / JACCARD MEASURE / FOURIER DESCRIPTOR

Аннотация научной статьи по компьютерным и информационным наукам, автор научной работы — Seredin Oleg Sergeevich, Kushnir Olesia Aleksandrovna, Fedotova Sofia Antonovna

The study is a comparative analysis of two fast reflection symmetry axis detection methods: an algorithm to refine the symmetry axis found with a chain of skeletal primitives and a boundary method based on the Fourier descriptor. We tested the algorithms with binary raster images of plant leaves (FLAVIA database). The symmetry axis detection quality and performance indicate that both methods can be used to solve applied problems. Neither method demonstrated any significant advantage in terms of accuracy or performance. It is advisable to integrate both methods for solving real-life problems.

i Надоели баннеры? Вы всегда можете отключить рекламу.
iНе можете найти то, что вам нужно? Попробуйте сервис подбора литературы.
i Надоели баннеры? Вы всегда можете отключить рекламу.

Текст научной работы на тему «COMPARATIVE ANALYSIS OF REFLECTION SYMMETRY DETECTION METHODS IN BINARY RASTER IMAGES WITH SKELETAL AND CONTOUR REPRESENTATIONS»

Comparative analysis of reflection symmetry detection methods in binary raster images with skeletal and contour representations

O.S. Seredin1, O.A. Kushnir1, S.A. Fedotova1 1 Tula State University, 300012, Tula, Russia, Lenin Ave 92

Abstract

The study is a comparative analysis of two fast reflection symmetry axis detection methods: an algorithm to refine the symmetry axis found with a chain of skeletal primitives and a boundary method based on the Fourier descriptor. We tested the algorithms with binary raster images of plant leaves (FLAVIA database). The symmetry axis detection quality and performance indicate that both methods can be used to solve applied problems. Neither method demonstrated any significant advantage in terms of accuracy or performance. It is advisable to integrate both methods for solving real-life problems.

Keywords: binary raster image, reflection symmetry, Jaccard measure, Fourier descriptor.

Citation: Seredin OS, Kushnir OA, Fedotova SA. Comparative analysis of reflection symmetry detection methods in binary raster images with skeletal and contour representations. Computer Optics 2022; 46(6): 921-928. DOI: 10.18287/2412-6179-CO-1115.

Acknowledgments: This study was supported by the Russian Science Foundation, Grant No. 22-21-00575 https://rscf.ru/project/22-21-00575/.

Introduction

Symmetry detection in binary raster images is a well-known problem; there are robust approximate and exact methods [1-11]. However, comparative studies of their quality and performance are virtually not available.

This study compares two reflection (mirror) symmetry axis detection methods: an algorithm to refine the symmetry axis found with chains of skeletal primitives alignment [1, 2], and a contour method based on the Fourier descriptor [3].

The reference for quality assessment is the result of the exact reflection symmetry axis detection algorithm based on Jaccard's measure [4]:

Vr ( B) = №

n

S ( Br )|

\S ( B) u S ( Br )|'

(1)

where B is the binary image, the brightness values are either 1 for black pixels or 0 for the white pixels; Br is a mirror reflection of the original binary image B relative to a straight line, S (B ) is a set of the image B pixels with their brightness level=1. Obviously, Vr (B ) = 1 has more favorable basic measure properties: 0 < Vr (B )< 1, while Vr (B ) = 1, if B is perfectly symmetric, and Vr (B) = 0, if B and Br do not intersect. The measure (1) for binary images (vectors) is called a Tanimoto similarity in some sources.

To find the intersection and union of the sets of pixels of the original image and the reflected one, it is first necessary to get a mirror reflected image. Let's derive an analytical expression for obtaining a mirror reflected image Br of the original binary image B, relative to a straight line given by a pair of points (x\, y{) and (x2, yi). The axis relative to which the mirror reflection is performed is given by an equation of the form f(x) = kx +b, where the coefficients k and b are obtained as follows:

k = -K ; b = y _ kx,. X2 x 1

Note that k=tg 9=(sin 9 / cos 9), where 9 - is the angle between the straight line and the axis Ox. Let's express cos 9 and sin 9 from here as follows:

cos

1

1+tg 29 \1+k

1

, sin ^=tgq> cos ^=k cos

To do this, we use a group of affine transformations in the following order:

1) the offset of the image along the axis Oy by a factor b to the origin;

2) rotation of the image by an angle n / 2 - 9 (the angle between the straight line and the axis Oy);

3) performing the mirror reflection operation along

the axis Oy;

4) performing the operation reverse to the operation 2;

5) performing the operation reverse to the operation 1.

Then the combined matrix of these affine transformations will be the following:

^cos29_sin29 2cos 9sin 9 _2b cos 9sin 9 ^ 2cos9sin9 sin29_cos29 b(1+cos29_sin29)

Applying this affine transformation to the original image, we get an image that is a mirror image of the original one. Obviously, the affine transformation will translate integer pixel coordinate values into real-valued ones. In this paper, we use a threshold (rounding rule) when calculating the coordinates of a new pixel, which of course affects the accuracy of the methods for working with a raster image. We conducted a study to evaluate the impact of this rounding rule. The essence of the experiment is that we estimate the Jaccard measure for an image re-

fleeted relative to a random straight line and then reflected relative to the same straight line "back". Thus, with each double reflection, we get "kind of" a new copy of the image but subjected to an affine real-valued transformation. We repeated this procedure for one hundred random lines and recorded the obtained Jaccard measures. Fig. 1 shows one hundred obtained values, sorted in ascending order. As it is seen, the corresponding residuals (differences from the value 1) do not exceed 0.003, which is, apparently, the natural accuracy of the method.

Jaccard measure between initial image and double reflected

Fig. 1. Jaccard measure between initial image and its double reflected copy for 100 random axes

The exact reflection symmetry detection algorithm enumerates every line intersecting the figure defined by its boundary points and finds the one with the max symmetry measure (1). This line is the image's reference axis of symmetry. The symmetry measures for the reference axis in real-world applications (e.g., scanned plant leaves, binarized ROIs in digital photographs) rarely reach 1. We will call an image quasi-symmetric if its measure (1) is close to 1. Fig. 2 shows axes and their symmetry measures for ideal, quasi-symmetric, and asymmetric images.

* 0.921394 ^ 0.9SS426

ItV

Fig. 2. Image examples. The axis corresponds to the max symmetry measure estimates with Jaccard similarity

Since the computational complexity of the exact algorithm is considerable, several better performance options were proposed, as well as fast approximate methods, the algorithms to refine the symmetry axis found by comparing the subchains of skeletal primitives alignment [1, 2]. In this paper, we use a parallelized version of the exact algorithm [5]. Problem statement: comparison of the two reflection symmetry axis detection algorithms in terms of accuracy and performance relative to the reference solution. The measure of accuracy is Jaccard's measure.

Review of available reflection symmetry detection methods applicable to binary raster images

The symmetry axis detection and two-dimensional shape symmetry estimation problems are well known. There are many efficient solutions based on: 1. parametric representation of the shape contour and its Fourier transformation [6], 2. contour representation with rotation [7], 3. representation of the contour by critical points and estimating the similarity measure for two sub-boundaries using geodesic distance vectors [8], 4. the electric charge distribution model (ECDS) [9], 5. the contour-skeleton function (BSF) [10], 6. pairwise comparison of skeletal primitive subchains [1], 7. building the Fourier descriptor of the image contour [3], 8. building image gradient histograms [11], 9. a descriptor built on the Radon transform [12].

An exact algorithm was proposed in [1] to evaluate and compare the binary images reflection symmetry detection algorithms. It detects the reference quasi-symmetry axis and the measure of image symmetry. The exact algorithm performance is low; it cannot process images in real-time or close to real-time. Paper [1] proposes its optimization options, while [5] presents a parallelized, supercomputer-ready version.

Axis position refinement algorithm based on the skeletal primitive subchains alignment

The refinement algorithm concept is to use a fast approximate method first and then improve its results. Paper [1] shows that the method based on skeletal primitive subchains alignment is a fast approximate method for reflection symmetry axis detection. Compared to complete enumeration (CE) and even to its optimized versions, the skeletal method is much faster. The initial axis it produces is approximate. We should find the axis in its vicinity with the highest Jaccard's measure. For this, the axis is slightly shifted ("swings") across the shape. Paper [2] covers three refinement algorithm options. This paper uses a parallelized version of the second refinement algorithm option since it offers the best performance, accuracy, and predictability of the result [5]. Its essence is as follows. The initial axis crosses the shape contour at two points. We define points within a given neighborhood of the contour e: they represent two finite sets of some points on the contour, which are the search intervals. Then we define n equidistant points on each interval. The points in the two intervals are enumerated in pairs forming several test lines; the one with the maximum symmetry measure is chosen. The algorithm is repeated with the new line and a reduced interval until the interval reaches 1. Also, for each test axis, we check if it is in the vicinity of the center of mass (CoM). This eliminates some of the lines from the search and accelerates the algorithm. As a result, we find the axis with the measure of symmetry is not be less than the measure produced by the skeletal method.

This algorithm is intrinsically paralleled associated as we enumerate all the test lines in the specified neighbor-

hood and estimate their symmetry measure values. These operations are independent and can be performed in parallel for different lines. Parallel computing will further improve performance.

Contour method based on the Fourier descriptor

Paper [3] presents a method based on the Fourier descriptor applied to the image contour as an alternative to other methods with high computational complexity. The contour method is as follows. The shape's contour points are represented by a sequence of complex numbers, where the real is the x coordinate and the imaginary part is the y coordinate. The discrete Fourier transform is then applied to the sequence of points. The resulting coefficients are called the Fourier descriptor of the image contour.

To find the symmetry axis, we should enumerate all the points of the contour and for each point find the optimal line dividing the contour into two similar parts. To determine the line quality, the Q measure is used. It is the standard deviation of the coefficients from the optimal axis for all possible cyclic shifts of the contour. The closer Q is to 0, the closer the line to the true axis of symmetry. The measure Q characterizes the shape asymmetry. Its range is [0, + It is assumed that the shape is symmetric if Q does not exceed an empirically defined threshold.

This paper assumes that the shape's symmetry axis is always the symmetry axis of the convex hull of the given shape. The symmetry axis may contain either a point being a vertex of the convex shell or a point that lies on the line passing through the center of gravity and the center of the convex hull edge. To improve the performance, the convex shell points and the small neighborhood around these points are examined. However, it is worth noting that in the general case this assumption is not met.

Also, not all of the Fourier descriptor coefficients are required to describe the shape with sufficient accuracy, but only those with a sufficiently large absolute value. Usually, these are the first and last harmonics. To improve the performance, some of the Fourier coefficients are discarded (only coefficients that are greater than some manually defined threshold in absolute values). The procedure is equivalent to a contour frequency filtering to approximately detect the symmetry axis.

To calculate the exact measure of the asymmetry of the shape Q the full set of coefficients in the small neighborhood of the found vertex is estimated.

Experiments

The FLAVIA binary raster image database was used for experimental studies [13]. The FLAVIA database contains 32 classes of leaf images approx. 800x600 pixels (see fig. 3).

1 3 * •

5 .«r * 7 ^^^^^ WW

10 11 ^^^^^ ^^^^

14 ^^^^ ^^^^^ 16

17 w

21 24 ^^^^^ ^^^^

26 ^^^^

30 ^^^^ 4P*

Fig. 3. Example: images of 32 leaf classes from the FLAVIA database

Classes 3, 4, 5, 10, 12, 16, and 21 were selected. The images were processed by the exact CE algorithm, the reference axis of symmetry was found for each image, and Jaccard's measure of symmetry J (1) was estimated. For each class, the best symmetry axes and their corresponding symmetry measures Ja were obtained by aligning skeleton primitives subchains (the axis refinement algorithm). The images were also processed by the contour method based on the Fourier descriptor. The best symmetry axis, asymmetry measure Q were obtained for each image, and Jaccard's measure Jq was calculated for the ob-

tained axis. Since the algorithm finds several symmetry axes based on the Fourier descriptor, in this experiment we chose the axis with the smallest asymmetry measure Q.

The algorithms were implemented as C++ codes. An accurate CE algorithm processed images using 128 threads on the Lomonosov supercomputer [14]. The refinement algorithm for the initial axis found by aligning skeleton primitives subchains was run in 2 threads. The search intervals were divided into 10 segments, the CoM neighborhood was equal to 3 % of the distance between the CoM and the farthest point on the contour.

The accuracy and processing time for various leaf image classes obtained by the two algorithms are summarized in tab. 1. The following properties were estimated for each class: the average value, RMS, min and max values. The Jaccard measure for the axes found by the approximate methods always either does not exceed or at best equals the measure obtained by the exact CE

algorithm. Let us estimate how close the proposed fast algorithm results are to the reference result. The best time and accuracy values for the two algorithms are highlighted in Table 1. In particular, for each class of images the mean, max, and min values of the symmetry measure, the average and max processing time for each class are highlighted.

Tab. 1. Skeleton algorithm vs. Fourier descriptor-based contour algorithm

Complete enumeration on 128 threads

time, sec

Contour method based on (he Fourier descriptor

Q

Jq

J- Jq time, sec

Refinment of skeletal primitives chains alghnment

Ja

J- Ja

time, sec

class #3 (65 objects)

RMS

0.9407 0.0275 0.8647 0.9844

40.75 10.63 24.38 73.86

0.0078663 0.0028337 0.003537 0.015681

0.8788 0.0710

0.6212

0.9770

0.0619 - 0.0435 0.2435 0.0075

0.47 0.08 0.31 0.69

0.8667 0.1655 0.3182 0.9844

0.0740 - 0.1380 0.5464 0.0000

0.71 0.13 0.44 0.93

class #4 (72 objects)

RMS

0.9483 0.0204 0.8989 0.9869

56.90 7.10 36.66 71.53

0.007655 0.0030141 0.002582 0.015478

iНе можете найти то, что вам нужно? Попробуйте сервис подбора литературы.

0.9358 0.0274 0.8544 0.9833

0.0125 - 0.0070 0.0446 0.0035

0.76 0.11 0.53 1.09

0.9426 0.0269 0.8674 0.9869

0.0058 - 0.0065 0.0315 0.0000

0.66 0.15 0.48 1.21

class #5 (73 objects)

RMS

0.9659 0.0102 0.9335 0.9898

26.19 9.24 14.47 62.86

0.0042942 0.0009783 0.002001 0.007318

0.9564 0.0179 0.8530 0.9831

0.0095 - 0.0077 0.0804 0.0067

0.38 0.07 0.30 0.63

0.9642 0.0105 0.9335 0.9898

0.0017 - 0.0003 0.0000 0.0000

0.68 0.06 0.57 0.95

class #10 (59 objects)

RMS

0.8921 0.0253 0.8284 0.9396

74.79 19.90 46.92 133.92

0.0178218 0.005491 0.008606 0.030189

0.8061 0.0916

0.4863

0.9391

0.0860 - 0.0663 0.3422 0.0005

0.84 0.22 0.58 1.48

0.8223 0.1357 0.2248 0.9396

0.0698 - 0.1104 0.6037 0.0000

0.70 0.17 0.45 0.96

class #12 (63 objects)

RMS

0.9456 0.0324 0.8526 0.9910

56.51 7.42 41.58 74.41

0.0054881 0.0038819 0.001221 0.027541

0.9057 0.0912 0.3036 0.9909

0.0399 - 0.0587 0.5490 0.0001

0.62 0.21 0.40 1.59

0.9451 0.0327 0.8526 0.9910

0.0006 - 0.0003 0.0000 0.0000

0.75 0.06 0.60 0.97

class #16 (56 objects)

RMS

0.9404 0.0245 0.8516 0.9796

76.22 9.63 55.67 94.50

0.0098355 0.0036439 0.00429 0.019049

0.8753 0.0766 0.6369 0.9595

0.0652 - 0.0521 0.2147 0.0201

0.67 0.13 0.51 1.43

0.9161 0.0342 0.8216 0.9698

0.0244 - 0.0097 0.0299 0.0097

0.73 0.04 0.63 0.81

class #21 (60 objects)

RMS

0.9351 0.0327 0.8112 0.9929

42.82 5.56 25.46 52.37

0.0038465 0.0018317 0.000644 0.009304

0.8759 0.0603

0.6553

0.9411

0.0592 - 0.0276 0.1559 0.0518

0.50 0.06 0.37 0.70

0.7945 0.1191 0.5394 0.9929

0.1406 - 0.0864 0.2717 0.0000

0.83 0.05 0.72 0.95

Based on the available results we can conclude that the Fourier descriptor-based contour algorithm rarely finds the reference axis. In our experiments, the reference axes were found only in 4 of 448 processed images. Also, for some images, the axes were located diametrically opposed.

In general, if we just calculate the number of measures with the max accuracy and performance (highlighted cells in tab. 1), the Fourier descriptor-based con-

tour algorithm scores 14 points while the alignment of skeletal primitives subchains method scores 21 points.

Below we analyze the cases where the compared approaches failed. Tab. 2 lists the failed cases of the Fourier descriptor-based contour algorithm for each class. The images in each class with the smallest Jaccard measure are shown. For comparison, the second axis that the Fourier descriptor-based contour algorithm was able to detect, and the

max

max

max

max

max

max

max

result of the refinement algorithm based on skeletal primi- | tive subchains for the same image are also included.

Tab. 2. Examples: images with the worst Jaccard measure for the Fourier descriptor-based contour algorithm

Class

Reference axis

Symmetry axes detected by the Fourier descriptor-based contour algorithm

The axis detected by the skeletal subchain refinement algorithm

J: 0.902764

Jq:0.6212 Q: 0.009632

Jq: 0.8219 Q: 0.009812

Ja: 0.902764

3

J: 0.94533

Jq:0.854358 Q: 0.010179

Jq: 0.895871 Q: 0.014879

Ja: 0.8904

J: 0.983181

Jq: 0.853038 Q: 0.003378

Jq: 0.789079

O: 0.021418

Ja: 0.983181

10

J: 0.865941

Jq:0.486275 Q: 0.017842

Jq: 0.65169 Q: 0.031518

iНе можете найти то, что вам нужно? Попробуйте сервис подбора литературы.

Ja: 0.865941

12

J: 0.860935

Jq:0.303648 Q: 0.027541

Jq: 0.756208 Q: 0.037157

Ja: 0.860935

16

J: 0.95656

Jq: 0.636884 Q: 0.019049

Jq: 0.755429 Q: 0.019471

Ja: 0.9269

21

J: 0.932312

Jq: 0.655273 Q: 0.004406

Jq: 0.86296 Q: 0.006143

Ja: 0.932312

In the above cases, the Fourier descriptor-based contour algorithm places the axis quite close to the reference symmetry axis, but the Jaccard measure for this axis is somewhat worse due to the binding to the convex shell points. In some cases, it is significantly worse than the measure obtained by the skeletal subchain refinement algorithm. For all the images listed in Table 2, the skeletal subchain refinement algorithm performed better, the reference axis was found in five classes (3, 5, 10, 12, and 21).

Tab. 3 shows the images with the smallest Jaccard measures in each class obtained by the skeletal subchain refinement algorithm.

In these cases, the poor result is due to an unfavorable location of the initial axis (class 3) or a rather complex shape contour (class 10). As can be seen, in the other cases the general location of the axis is correct, and the reference was found in class 5.

5

Tab. 3. Examples: images with the worst Jaccard measure for skeletal subchain refinement algorithm

Class

Reference axis

Symmetry axes detected by the Fourier descriptor-based contour algorithm

The axis detected by the skeletal subchain refinement algorithm

J: 0.888802

Jq: 0.856431 Q: 0.013557

Jq: 0.801577 Q: 0.016151

Ja: 0.3182

J: 0.94533

Jq: 0.945189 Q: 0.006408

Jq: 0.846394 Q: 0.018132

Ja: 0.8674

J: 0.933452

Jq: 0.931157 Q: 0.00674

Jq: 0.839889 Q: 0.016927

Ja: 0.933452

10

J: 0.870916

Jq: 0.825267 Q: 0.014704

Jq: 0.612275

O: 0.035813

Ja: 0.2248

12

J: 0.852649

Jq: 0.789036 Q: 0.011473

Jq: 0.620413 Q: 0.031411

Ja: 0.852649

16

J: 0.948346

Jq: 0.790205 Q: 0.015472

Jq: 0.762799 Q: 0.020872

Ja: 0.8216

21

J: 0.811176

Jq: 0.798206 Q: 0.007485

Jq: 0.0505199 Q: 0.025378

Ja: 0.5394

Conclusion

The Fourier descriptor-contour algorithm ran for hundreds of milliseconds. The time depends on the complexity of the contour. However, the generated axes have a measure less than the reference axis measure, and in some cases are located much differently from the reference axes. It should be noted that such an axis can be used as an initial one for the refinement algorithm.

Directly using the measure of asymmetry Q calculated by the Fourier descriptor-based contour method to esti-

mate Jaccard's measure of the same axis should be considered separately. In our opinion, Jaccard's measure is an objective, well interpreted, and clearly understood by human metric, which cannot be said about the measure Q. We analyzed the triples of Q, J, and Jq values for the same symmetry axis in different images. To represent the measure Q in the suitable scale of the Jaccard measure, we used an empirical conversion coefficient equal to 1 -10-Q. Fig. 4 shows the triples for the 65 images, class 3. The reference measure J values are sorted in ascending order. Unfortunately, as can be seen from the diagrams

3

4

5

(see fig. 4), there is no clear relationship between the asymmetry parameter Q and the Jaccard's symmetry measures calculated both for the axis detected by the contour method (Jq) and for the reference axis (J ).

-J -Jq 1-10*Q

Fig. 4. J, Jq, and (1 -10 ■ Q ) values for class 3 i in ascending order by measure J

•. Sorted

The axis refinement algorithm based on skeletal primitives subchains alignment offers better accuracy with slightly slower performance. Also, the result of the refinement greatly depends on the initial axis position. The disadvantage of both methods is the obvious slight inaccuracy as a trade-off for performance, and the stochastic nature of the results. It is also worth considering that the algorithms use different approaches to symmetry axis detection. The Fourier descriptor-based algorithm is a contour method, while the axis refinement algorithm based on skeletal primitives subchains alignment uses the skeletal paradigm morphology. We assume that to solve the practical problems of reflection quasi-symmetry (asymmetry) detection, categorization, and recognition, it would be best to apply the two approaches simultaneously. In this way, the accuracy will probably be improved, and the obvious individual faults of one of the methods will be compensated.

References

[1] Kushnir O, Fedotova S, Seredin O, Karkishchenko A. Reflection symmetry of shapes based on skeleton primitive chains. In Book: Analysis of Images, Social Networks and Texts. AIST 2016. Communications in Computer and Information Science. Cham: Springer, 2016: 293-304. DOI: 10.1007/978-3-319-52920-2_27.

[2] Kushnir OA, Seredin OS, Fedotova SA. Algorithms for adjustment of symmetry axis found for 2D shapes by the skeleton comparison method. Int Arch Photogramm Re-

mote Sens Spat Inf Sci 2019; XLII-2/W12: 129-136. DOI: 10.5194/isprs-archives-XLII-2-W12-129-2019.

[3] Mestetskiy L, Zhuravskaya A. Method for assessing the symmetry of objects on digital binary images based on Fourier descriptor. Int Arch Photogramm Remote Sens Spat Inf Sci 2019; XLII-2/W12: 143-148. DOI: 10.5194/isprs-archives-XLII-2-W12-143-2019.

[4] Jaccard P. Etude comparative de la distribution florale dans une portion des Alpes et des Jura. Bull Soc Vaudoise Sci Nat 1901; 37: 547-579.

[5] Fedotova S, Seredin O, Kushnir O. The Parallel Implementation of Algorithms for Finding the Reflection Symmetry of the Binary Images. Int Arch Photogramm Remote Sens Spat Inf Sci 2017; XLII-2/W4: 179-184. DOI: 10.5194/isprs-archives-XLII-2-W4-179-2017.

[6] Van Otterloo PJ. A contour-oriented approach to digital shape analysis. Technische Universiteit Delft; 1988.

[7] Sheynin S, Tuzikov A, Volgin D. Computation of symmetry measures for polygonal shapes. In Book: CAIP '99: Proceedings of the 8th international conference on computer analysis of images and patterns. Berlin, Heidelberg: Springer-Verlag; 1999: 183-190.

[8] Yang X, et al. Symmetry of shapes via self-similarity. In Book: Advances in visual computing. 4th International Symposium, ISVC 2008, Las Vegas, NV, USA, December 1-3, 2008, Proceedings, Part II. Berlin, Heidelberg: Springer-Verlag; 2008: 561-570. DOI: 10.1007/978-3-540-89646-3_55.

[9] Li Z, et al. Robust symmetry detection for 2D shapes based on electrical charge distribution. J Inf Comput Sci 2014; 11(9): 2887-2894. DOI: 10.12733/jics20103838.

[10] Niu D, et al. a novel approach for detecting symmetries in two-dimensional shapes. J Inf Comput Sci 2015; 12(10): 3915-3925. DOI: 10.12733/jics20106437.

[11] Sun C, Si D. Fast reflectional symmetry detection using orientation histograms. Real-Time Imaging 1999; 5(1): 6374. DOI: 10.1006/rtim.1998.0135.

[12] Nguyen TP. Projection based approach for reflection symmetry detection. 2019 IEEE Int Conf on Image Processing (ICIP) 2019: 4235-4239. DOI: 10.1109/ICIP.2019.8803575.

[13] Wu SG, Bao FS, Xu EY, Wang YX, Chang YF, Xiang QL. A leaf recognition algorithm for plant classification using probabilistic neural network. 2007 IEEE Int Symp on Signal Processing and Information Technology 2007: 11-16. DOI: 10.1109/ISSPIT.2007.4458016.

[14] Sadovnichy V, Tikhonravov A, Voevodin V, Opanasenko V. "Lomonosov": Supercomputing at Moscow state university. In Book: Vetter JS, ed. Contemporary high performance computing: from petascale toward exascale. New York: Chapman and Hall/CRC Computational Science; 2013: 283-307.

Authors' information

Oleg Sergeevich Seredin received the Ph.D. Degree in Theoretical Foundations of Informatics from Computing Center of the Russian Academy of Sciences, Moscow, Ph.D. Thesis: "Methods and Algorithms of Featureless Pattern Recognition" (2001). Now he is Associate Professor at the Institute of Applied Mathematics and Computer Science, Tula State University and Leading Researcher at Laboratory of Cognitive Technologies and Simulating Systems, Tula State University. His scientific interests are data mining, pattern recognition, machine learning, signal and image analysis, visual representation of multidimensional data, statistical methods of decision making. He is a member of program committee at several conferences (CloudCom, AIST, GraphiCon, VISAPP, PSBB, PRIB, MaDaIn) and Reviewer Board Member of several journals (Sensors, Computer Optics, SN Computer Science Journal, IEEE Signal Processing Letters, Applied Science, etc.). Prof. Seredin is principal investigator of several grants of the Russian Science Foundation and

Russian Fund for Basic Research, including international. He worked as visiting scientist at Rutgers University and National Taipei University of Technology. He has published more than 100 scientific papers in refereed journals, handbooks, and conference proceedings in the areas of machine learning, pattern recognition and computer vision. Prof. Seredin is a member of The International Association for Pattern Recognition (IAPR). E-mail: oseredin@yandex.ru .

Olesia Aleksandrovna Kushnir received the Ph.D. Degree in Engineering and Technologies from Tula State University. Ph.D. Thesis: "Methods and Algorithms for Binary Images Matching Based on Skeletonization" (2018). Now she is Assistant Professor at the Institute of Applied Mathematics and Computer Science, Tula State University, and Senior Researcher at Laboratory of Cognitive Technologies and Simulating Systems, Tula State University. Her scientific interests are signal and image analysis, shape analysis, data mining, pattern recognition, machine learning. Olesia Kushnir was principal investigator of a grant of the Russian Fund for Basic Research, and takes part in grants of other researchers. She worked as visiting scientist at Institute of Computer Vision and Applied Computer Sciences (IBaI), Leipzig, Germany, and National Taipei University of Technology. She was a student in International Computer Vision Summer School (ICVSS), Sicily, Italy. She has published more than 40 scientific papers in refereed journals, handbooks, and conference proceedings in the areas of computer vision, machine learning, pattern recognition. E-mail: kushnir-olesya@rambler.ru .

Sofia Antonovna Fedotova was born in 1996. Since 2015, a student of Tula State University, majoring in Intellectual Data Analysis. Now she is PhD student. Her research interests are image analysis and computer vision. She participated in several scientific conferences and has 10 scientific publications. E-mail: _ fedotova.sonya@gmail.com .

Code of State Categories Scientific and Technical Information (in Russian - GRNTI)): 29.31.15, 29.33.43, 20.53.23.

Received February 24, 2022. The final version - September 14, 2022.

i Надоели баннеры? Вы всегда можете отключить рекламу.