Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Plant leaf tooth feature extraction

  • Hu Wang,

    Roles Conceptualization, Methodology, Software, Supervision, Writing – original draft

    Affiliation China Shipbuilding Industry Corporation, No. 722 Research Institute, Wuhan, Peoples Republic of China

  • Di Tian ,

    Roles Funding acquisition, Investigation, Methodology, Software, Validation, Writing – review & editing

    tiandi_2015@foxmail.com

    Affiliation Faculty of Information Science and Technology, Wenhua College, Wuhan, Peoples Republic of China

  • Chu Li,

    Roles Data curation, Funding acquisition, Resources, Visualization

    Affiliation China Shipbuilding Industry Corporation, No. 722 Research Institute, Wuhan, Peoples Republic of China

  • Yan Tian,

    Roles Funding acquisition, Methodology, Project administration, Supervision, Writing – review & editing

    Affiliation Electrical and Information Engineering Department, Huazhong University of Science and Technology, Wuhan, Peoples Republic of China

  • Haoyu Zhou

    Roles Data curation, Formal analysis, Software, Validation

    Affiliation China Shipbuilding Industry Corporation, No. 722 Research Institute, Wuhan, Peoples Republic of China

Abstract

Leaf tooth can indicate several systematically informative features and is extremely useful for circumscribing fossil leaf taxa. Moreover, it can help discriminate species or even higher taxa accurately. Previous studies extract features that are not strictly defined in botany; therefore, a uniform standard to compare the accuracies of various feature extraction methods cannot be used. For efficient and automatic retrieval of plant leaves from a leaf database, in this study, we propose an image-based description and measurement of leaf teeth by referring to the leaf structure classification system in botany. First, image preprocessing is carried out to obtain a binary map of plant leaves. Then, corner detection based on the curvature scale-space (CSS) algorithm is used to extract the inflection point from the edges; next, the leaf tooth apex is extracted by screening the convex points; then, according to the definition of the leaf structure, the characteristics of the leaf teeth are described and measured in terms of number of orders of teeth, tooth spacing, number of teeth, sinus shape, and tooth shape. In this manner, data extracted from the algorithm can not only be used to classify plants, but also provide scientific and standardized data to understand the history of plant evolution. Finally, to verify the effectiveness of the extraction method, we used simple linear discriminant analysis and multiclass support vector machine to classify leaves. The results show that the proposed method achieves high accuracy that is superior to that of other methods.

Introduction

The potential value of leaf structure research in plant systematics, conservation biology, paleobotany, ecology, and paleoecology has begun to attract attention [1]. Generally, leaf structure allows closely related taxa to be distinguished from one another [2][3][4]. Moreover, it is found that the leaf architectural characteristics within the framework of molecular phylogenetic analysis can further highlight some evolutionary trends across angiosperms [5]. According to the biological characteristics of plant leaves, leaf structure has been examined and refined, and a relatively complete leaf structure system has been formed. In 2012, the Manual of Leaf Architecture provided a clearly defined and legendary terminology system for related research that could support wider use of leaf structure characters [6]. As one of the characteristics of plant leaves, leaf tooth is an important basis for the classification of plant leaf structure. A leaf tooth contains many characteristics of plant systematics and are extremely useful for circumscribing fossil leaf taxa [5][7][8]. Their prevalence in fossil floras provides reliable proxy data about pre-Quaternary terrestrial paleotemperatures [9][10][11]. Early studies have shown that species in colder regions have more leaf teeth, while plant species in warmer regions have smoother leaf edges and fewer leaf teeth [1215]. For leaf specimens with intact leaf margins, the leaf features extracted in this study can be used as a “thermometer” to help simulate past climate [10][16].

Research on leaf features is basically divided into two categories: leaf shape and leaf margin (leaf edges). In a study on leaf shape, Xiaofeng et al. used Hu geometric moment and Zernike vertical distance to measure the shape of an input leaf image for automatic leaf classification [17]; Du et al. extracted eight characteristics such as the aspect ratio, rectangular and convex area of the leaf, convex perimeter ratio, sphericity, roundness, eccentricity, and shape factor [18]. In a study on leaf edge, Zheng et al. extracted the leaf edge by using the Harris and SUSAN algorithm and calculated three characteristic parameters: leaf edge sawtooth number, sharpness, and skewness [19]; Corney automatically acquired the shape and size of the leaf tooth by identifying the tooth on the leaf edge [20]; Jin proposed a method for classifying plant leaves using the sparse matrix of leaf tooth features [21]; Chen used the ratio between the internal distance of the leaf and the Euclidean distance to represent the local concavity and convexity of leaves [22], and classified the whole edge, tooth edge, wave edge, and leaf crack edge; Li used data dimensionality and character weighted semi-supervised clustering algorithm to identify the leaf by synthesizing leaf shape, leaf edge, texture, and other characteristics, which could be used for several applications [23]. In addition, several scholars have studied the extraction and classification of the non-botanical characteristics of leaves. Rahmani et al. studied the distance between the center of mass and the contour of the leaf margin and the texture features of the leaves. Then, they used a KNN classifier to classify the features of 1600 samples, with good accuracy [24]. Tsolaidis et al. extracted the features of the HOG and Zernike moments of 40 leaf samples from the Flavia and Swedish datasets, and classified the leaves with the extracted features using SVM. They achieved good results [25].

It should be noted that most of the extracted features are not strictly defined in botany, resulting in the inability to adopt a uniform standard to compare the accuracies of various feature extraction methods. In contrast to existing methods, in this study, the leaf tooth characteristics of plants are described and measured as per the botanical definition in the Manual of Leaf Architecture to provide reliable and effective features for automatic classification of plants. The basic process of the algorithm in this study is as follows: first, the leaf image is preprocessed to perform smoothing and denoising to obtain a better target image. Next, the curvature scale-space (CSS) [26] algorithm is used to extract the teeth. Based on this procedure, a method for detecting the edge of a leaf is proposed, and features such as number of orders of teeth, tooth spacing, number of teeth, sinus shape, and tooth shape are extracted according to their definition in the Manual of Leaf Architecture. The features are also extracted one by one. The data obtained through the algorithm can not only be used to classify plants, but also provide scientific and standardized data to determine the history of plant evolution.

Proposed framework

The proposed algorithm framework presented in Fig 1 was used to extract the leaf tooth features based on the image in this study.

thumbnail
Fig 1. Block diagram of proposed framework for leaf tooth feature extraction.

http://dx.doi.org/10.17504/protocols.io.wrxfd7n [PROTOCOL DOI].

https://doi.org/10.1371/journal.pone.0204714.g001

As shown in Fig 1, the overall algorithm framework is divided into three parts: preprocessing, corner detection, and leaf tooth feature extraction. Preprocessing is employed to obtain the binary image of the leaf, which includes image graying, image segmentation, and image smoothing. Corner detection is used to extract the key points (the leaf tooth convex or concave points) of the leaf edge for description and measurement of the leaf tooth features. Finally, leaf tooth feature extraction is defined according to the Manual of Leaf Architecture, and features such as number of orders of teeth, tooth spacing, number of teeth, sinus shape, and tooth shape of the leaf teeth are extracted. The preprocessing phase is divided into three stages. The techniques involved are described below.

The extraction of the leaf tooth does not depend on the color of the leaf; therefore, the acquired color image is first converted to a grayscale image. The color image has three channels, R, G, and B, while the grayscale image has only one channel. After the image is grayed out, the overall and partial chromaticity and brightness of the image can be better maintained, and the amount of calculation can be drastically reduced. In this study, we use the weighted average method to convert the image to grayscale [27]. The weighted sum of the three channels of color images is expressed as follows: (1)

The purpose of image segmentation is to separate the leaves from the background to form a binary image for subsequent calculation of shape and texture characters. Here, the maximum interclass variance method (abbreviated as OTSU) is used to binarize the image [28]. The principle of this method is mainly to distinguish the background and target in the image by the grayscale characteristics of the image, and to calculate the interclass variance of the background and the target. The larger the variance, the greater the discrimination between the background and the target. Therefore, the segmentation with the largest variance between classes has the least probability of resulting in a misclassification.

After the image is binarized, there may be voids and breaks in the image, which may hinder the integrity of leaf extraction. Therefore, closing operations are performed to fill small holes and gaps in the image, and finally the image is smoothed and denoised. The closed operation used in our study is expressed as follows: (2)

Here, the radius of the disc structure element b is 2. This parameter was set after comparing the multi-group experimental effects. Using the parameters for closed operation can result in a good filling effect for tiny fractures (the leaf edge will have no obvious distortion), and also good robustness.

In corner detection based on the contour curve, methods based on calculation of the corner intensity are simple, but they are susceptible to noise interference. Methods based on calculation of the extreme curvature of the curve consider the local characteristics of corner points, but do not consider the global characteristics. This can result in the phenomenon of missed detection. To overcome these problems and achieve higher accuracy, a corner detection algorithm based on multiscale curvature space [26] is used to extract the leaf teeth, and a method for detecting the concave and convex points of a leaf edge is proposed based on this. Further, extraction of features including the number of orders of teeth, tooth spacing, number of teeth, sinus shape, and tooth shape of the leaf teeth is implemented according to their definition in the Manual of Leaf Architecture.

Leaf tooth extraction algorithm

As extracting the features of leaf teeth is the main focus of this study, a method of extracting leaf teeth was developed according to the characteristics of plant leaves. Unlike other parts of the leaf, the characteristics of the leaf teeth are reflected in the particularity of the morphological structure, that is, leaf teeth have obvious convex and concave points, which appear as corner points on the image. Therefore, a general grading and stepwise refinement method to extract the leaf teeth can be adopted. First, the corner points (both convex and concave points in the leaf teeth) are extracted from the leaf image, and then the two are further identified according to the different characteristics of convex and concave points. The basic flowchart is shown in Fig 2.

thumbnail
Fig 2. Flowchart of the leaf tooth feature extraction scheme.

https://doi.org/10.1371/journal.pone.0204714.g002

Corner detection algorithm based on multiscale curvature space

As mentioned above, as a result of the good performance of the multiscale space corner detection algorithm proposed in [26], it was used for leaf corner detection. The algorithm proceeds as follows: (1) Following preprocessing of the image, the Canny operator is used to extract the leaf edge. (The setting of the two thresholds (H and L) is explained in [29].) (2) After single pixelization of the leaf edges, the open-close situation of the contour curve is judged according to the preset threshold (Gap_size), then periodic convolution smoothing is used for the closed curve, and the open curve is convolved with the Gaussian function with width controlled by δ. (3) The curvature of all points on the curve is then calculated, and the point with the maximum local curvature value is defined as the corner candidates. (4) The threshold value C of the round corners removal is adaptively calculated according to the average curvature in the ROS region, and corners with curvature less than C are removed [30]. (5) The angle of the remaining corner candidates is calculated based on the recalculated dynamic support region, and corner candidates with angle smaller than the preset parameter T_angle are removed (removing the false corner). (6) The positions of the corner points are compared with the endpoints of the open curve and, if they are far apart, the endpoints are marked as candidate corners as well. The basic flowchart is shown in Fig 3.

The parameters involved in the extraction of the leaf tooth feature are H, L, Gap_size, C, T_angle, and endpoint. Parameters such as H, L, Gap_size, T_angle, C, and Endpoint directly refer to the relevant parameters in [26] [2931], where their robustness in the algorithm has been discussed in detail. The values are as follows: C = 1.5; T_angle = 162; sig = 4; H = 0.35; L = 0; Endpoint = 1; and Gap_size = 3. Because the value of threshold δ has the greatest influence on the extraction of the leaf teeth using this method, we tested the detection of the leaf teeth for eight types of leaves (as shown in Fig 4) with threshold values of 2, 4, 5, 6, and 7 (the leaf teeth of a and b are the most dense, whereas those of g and h are the most sparse). See Table 1 for details.

thumbnail
Table 1. Relationship between the number of extracted leaf teeth and the value of δ.

https://doi.org/10.1371/journal.pone.0204714.t001

It can be seen from Table 1 that the value of δ affects the accuracy of leaf tooth extraction. The number of leaf teeth detected by this method decreases as the value of δ increases. For different types of leaves, the value of δis different corresponding to the smallest extraction error. For example, leaves a and b with dense teeth have the highest accuracy at δ = 5, and leaves g and h with sparse numbers of teeth have the highest accuracy at δ = 6. That is, for leaves with dense teeth, the leaf tooth point is captured more accurately when the curvature scale is small, and for leaves with sparse teeth, when the curvature scale is large, a part of the noise can be shielded to obtain a more precise leaf tooth point.

Studies have shown that the number of leaf teeth is related to the climate temperature, and the higher the temperature, the smaller the number of teeth [20]. In actual cases, it is generally easier to obtain information such as the temperature of the test sample growing place. Therefore, this priori information can be used to estimate the range of the number of leaf teeth and set the δ value. The number of teeth of most of the leaves used for testing was distributed between 25 and 90 in experiment 1. To minimize the extraction error of the number of teeth, a value δ = 4 was used in all the experiments presented in this study.

Extraction of convex and concave points of leaf tooth

As for extraction of the concave and convex points of leaf teeth, the most direct method is to use the curvature feature to extract them directly. In this study, a robust extraction method for the concave-convex points of leaf teeth is proposed. The procedure is as follows: first, all the corner points are detected as the candidate points by the multiscale curvature spatial corner detection method introduced in Section 3.1. Second, considering the detected corner points may contain concave points and non-convex non-concave points, the convex points must be detected based on the different characteristics of these three types of points.

The specific detection method of the convex points is as follows:

  1. Use the CSS algorithm to detect all the corner points of the leaf;
  2. With the corner point as the center, set the radius to L, and calculate the number of target points and background points falling in the circle. If the number of target points is less than that of the background points, it is a convex point. As shown in Fig 5A, P1 is a convex point, and Fig 5B is the actual image with convex points calibrated by the algorithm.

As shown in Fig 5A, the method of extracting the leaf tooth concave points is as follows: P1 and P2 are two adjacent convex points, the concave point Q will be between the two convex points, and the distance dmax between Q and the line P1P2 is inevitably greater than the distance d between the other points on the curve between P1 and P2. Therefore, by calculating the distance d from the point on the curve to the straight line determined by the two adjacent convex points, and comparing it, point Q corresponding to the maximum distance dmax is found to be a concave point.

thumbnail
Fig 5. Example of convex points calibrated by the algorithm.

(A) Schematic diagram of corner detection of leaf edge. (B) Example of the convex points of the algorithm calibration

https://doi.org/10.1371/journal.pone.0204714.g005

Extraction of leaf tooth features

According to the leaf structure classification system, the characteristics of the leaf teeth can be described by the number of orders of teeth, tooth spacing, number of teeth, sinus shape, and tooth shape. The description and extraction methods of these features will be given one by one.

Leaf tooth feature description

  1. The number of orders of teeth is the number of discrete sizes of teeth. Order of one means that all teeth have the same or continuous change in size, as shown in Fig 6A. Order of two means teeth have two distinct sizes, as shown in Fig 6B. As the definition of 3rd order teeth in the Manual of Leaf Architecture is ambiguous, 3rd order teeth were not considered in the algorithm in this study.
  1. The tooth spacing refers to the distance between adjacent teeth. Here, we simply perform qualitative analysis, not quantitative analysis; if the minimum intertooth distance > 60% of the maximum intertooth distance [32], the tooth spacing is regular, otherwise it is irregular [6].
  2. The number of teeth is the total number of teeth on a leaf.
  3. Sinus shape is the shape of a concave edge on the leaf, with angular or rounded shape, as shown in Fig 7.
  4. The tooth shape is the distal and proximal flank curvatures relative to the midline of the tooth. The following states and abbreviations are used: convex (cv), straight (st), concave (cc), flexuous (fl), and retroflexed (rt) [6], as shown in Fig 8.
thumbnail
Fig 6. Schematic diagram of the orders of leaf tooth.

(A) One order leaf tooth. (B) Two orders leaf tooth

https://doi.org/10.1371/journal.pone.0204714.g006

Leaf tooth feature extraction

According to the concave and convex points detection method proposed in Section 3.2 and the definition of leaf tooth feature in Section 4.1, the implementation method for extracting leaf tooth feature, was as follows:

Number of orders of teeth.

  1. Calculate the distance from the convex point to the line formed by adjacent concave points to indicate the length of the teeth;
  2. Normalize the teeth length, that is, divide the distance by the length of the longest tooth in the leaf (after removing abnormal points, which have values greater than twice the mean of the teeth length);
  3. After normalization, the number of teeth for which the tooth length is less than the half of the maximum length are counted. If they are greater than half of the total number of leaf teeth, the leaf is considered to have two orders of teeth, otherwise it is considered to have the order of one;
  4. If step 3 shows that the leaf has two orders of teeth, it is necessary to distinguish the first-order teeth and the second-order teeth by comparing the teeth length. The length of the first-order leaf teeth is significantly larger than the length of the two adjacent leaf teeth and the second-order teeth do not have this characteristic, the teeth can be distinguished.

Tooth spacing.

  1. Calculate the tooth spacing, that is, the distance between adjacent teeth;
  2. Compare the minimum intertooth distance dmin with the maximum intertooth distance dmax. If dmin>(dmax*0.6), the tooth spacing characters is regular; otherwise, it is irregular.

Tooth number.

Calculate the total number of teeth of a leaf (i.e., the number of convex points using the abovementioned detection method).

Sinus shape.

  1. Calculate the curvature at the concave point of a leaf whose concave shape is rounded;
  2. Calculate the curvature at the concave point of a leaf that has an angular concave shape;
  3. According to the statistical data in steps 1 and 2, determine the curvature threshold value that distinguishes the angular Sinus and the rounded Sinus. This study calculated the sinuses curvature of many sample leaves (a total of 900 pieces in eight categories from the Swedish Leaf and Flavia datasets), and the mean curvature of all types of leaves, as shown in Table 2. The curvature of rounded sinuses was obtained as 0.009013–0.043190, while that of the angular sinuses was 0.061088–0.087059; hence, the threshold between the two sinus shapes can be set as 0.05, and can be used to determine the sinus shapes of other leaves without requiring alteration or re-training for different datasets.
thumbnail
Table 2. Mean curvature of leaves calculated in the sinus shape experiment.

https://doi.org/10.1371/journal.pone.0204714.t002

Tooth shape.

  1. Extract the coordinates of an arc between a concave point and a convex point on the profile curve of the leaf tooth;
  2. Fit the coordinates of the quadratic polynomial to obtain the corresponding polynomial;
  3. Examine the quadratic parameter of the quadratic polynomial; if the parameter is equal to zero, it is straight; If the parameter is nonzero, the subsequent steps are taken to continue processing.
  4. To further distinguish the tooth shape of CV, CC, FL, and RT, we use straight lines to connect the concavo-convex points, and count the number of black and white pixels in the closed area surrounded by the contour of leaf and straight line, and then judge the tooth shape according to the distribution of black and white pixels. As shown in Fig 9, A is the convex point of the leaf teeth, E is the concave point, and is the contour of the leaf, C is the intersection point of line AE and the contour (usually there is only one intersection point at most), B is any point on the curve , and D is any point on the curve .
  5. If point C does not exist, count respectively the number of pixels with values of zero (black) and one (white) in the area of the line AE and the arc , and denote them as nB and nW respectively; if nB > nD, the leaf tooth shape is CV; otherwise, it is CC.
  6. If point C exists, count respectively the number of pixels with values of zero (black) and one (white) in the area (P) of the line AC and the arc , and denote them respectively as nBB and nBW; if nBB > nBW, the area P is recorded as Black; otherwise, it is recorded as White. Then, count respectively the number of pixels with values of zero (black) and one (white) in the area (Q) of the line AC and the arc , and denote them respectively as nDB and nDW; if nDB > nDW, the area Q is recorded as Black; otherwise, it is recorded as White. If P is Black and Q is White, the tooth shape is RT. If P is White and Q is Black, the tooth shape is FL.

Experimental evaluation

Experimental plan

To verify whether the proposed leaf structure feature description algorithm is scientific and effective, we implemented the algorithm using MATLAB 2017 (MathWorks, Natick, MA, USA) on a standard desktop PC (4.2 GHz CPU, 24 GB RAM). Processing of a single leaf took approximately 1.4 s. This could undoubtedly be improved through further optimization and/or using parallel computing. In this section, we provide relevant experimental results and analyze them.

The test data were obtained from standard plant leaf databases (Swedish Leaf dataset, Flavia dataset, and Institute of Botany, Chinese Academy of Sciences) [33], and several representative shaped leaves were selected, as shown in Fig 10.

The extraction algorithm proposed in Sections 3 and 4 in this paper was used to extract the tooth features. We verify the validity of features extracted in two ways. The first method uses a manual view (Experiment 1) to verify whether the features extracted by the method are consistent with the actual characters of the leaf; the second method applies the extracted features to a classification algorithm (Experiment 2) to indirectly verify the validity of the features by classification; the classification is performed using a general evaluation method: confusion matrix and Kappa statistics. The confusion matrix consists of four values: true positive, false positive, false negative, and true negative. Based on these data, the value of true negative rate (specificity), negative predictive value (NPV), precision, recall, accuracy, F-measure, and Kappa coefficient (Kappa) are calculated [34]. Table 3 lists the Kappa coefficients for the classification, and the accuracy criteria are determined using the method proposed by Landis and Koch [35].

thumbnail
Table 3. Level of classification accuracy according to the Kappa coefficient value.

https://doi.org/10.1371/journal.pone.0204714.t003

Results and analysis

Experiment 1

The experimental results of the first method (manual view) of the algorithm validation are shown in Table 4 through Table 6.

thumbnail
Table 5. Accuracy statistics of the orders of leaf tooth.

https://doi.org/10.1371/journal.pone.0204714.t005

thumbnail
Table 6. Statistics of the curvature of the concave shape.

https://doi.org/10.1371/journal.pone.0204714.t006

From the experimental results listed in Tables 35, it can be seen that the method accurately extracts the tooth characteristics of the leaf. Moreover, the tooth spacing, the number of teeth, the shape of the concave points, and the number of orders of teeth are also in line with the observed results, which indicates that the CSS method is accurate and reliable for the extraction of leaf teeth features. Simultaneous curvature is an effective method to describe the shape of leaf concave shape.

Experiment 2

To further test the effectiveness of the extraction method proposed in this paper, the extracted features were used for leaf classification. Thus, the effectiveness of the method was verified in terms of classification accuracy. Because we use the same method to extract multiple features from the same sample, if the accuracy of the classification is higher, the features have a better distinction. An extraction method of leaf tooth features has been discussed in detail and the classification of leaves based on leaf teeth characteristics has been studied, with good results being achieved [20]. Other methods [2123] use a combination of leaf tooth features and non-leaf tooth features. As the focus of this study was only on leaf teeth features, the comparison method was based on the selection proposed in [20]. A leaf identification method identifies features such as total area of teeth, internal angles, number of teeth, and total length of outer edges.

The original input uses four types of plant leaves, a total of 700 leaf images (from the Swedish Leaf Dataset [30]; the dataset contains scanned images of 15 leaves and the selected species have greater similarity, which is considered as challenging to be classified). We use our method to extract the leaf tooth features from the original leaves as an input dataset; we also need to divide the data into a non-overlapping training set (90% of the records) used to estimate the model parameters, and a testing set (10% of the records) used to estimate its accuracy.

First, we used multiclass linear discriminant analysis (LDA) to reduce the dimensions. Then, we used the shortest distance for classification and predicted the category labels. The feature classification test results extracted by the proposed method and the method proposed in [20] are shown in Table 7.

It can be seen from Table 7 that the accuracy of leaf classification using the proposed method is 41.67%, and Kappa coefficient classified the result as “reasonable.” However, the accuracy of leaf classification is only 30% using the extraction method in [20] and the Kappa coefficient classified the result as “poor” according to the accuracy levels (K<0.2). Therefore, the feature extracted by the proposed method has higher accuracy for leaf classification; that is, the features extracted using this method have better discrimination capability for different leaves.

Second, we used a multiclass support vector machine (SVM) classifier to predict the category of leaves. The results of the feature classification test for the proposed method and the method proposed in [20] are shown in Table 8.

It can be seen from Table 8 that the accuracy of leaf classification with the proposed extraction method is 88.33%, and the Kappa coefficient classified the solution as “excellent”; the accuracy of leaf classification is only 25% if we use the extraction method proposed in [20], and the 4th leaf is classified incorrectly, for which the Kappa coefficient classified the results as “poor.” This proves that the leaf tooth features as referred to leaf structure classification system in botany, such as number of orders of teeth, tooth spacing, tooth number, concave shape and so on, can accurately describe the differences between different types of plant leaves; the accuracy of SVM classification using this method is significantly higher than that using LDA method.

Conclusion

The extraction of leaf features has important theoretical and practical significance in biological ecosystems and leaf retrieval. With the development of computer and image processing technology, automatic high-precision extraction of leaf structure has become an emerging interdisciplinary subject. For extracting leaf teeth characteristics, this study followed the biological leaf structure classification system; we focused on describing and extracting leaf teeth by identifying factors such as number of orders of leaf teeth, tooth spacing, number of teeth, sinus shape, and tooth shape. The experimental results showed that the leaf tooth description and measurement method proposed in this study can provide an effective way for a refined description of leaf features and leaf classification; however, the method is only applicable for plants with leaf teeth. For plants without leaf teeth, other features of leaves will need to be considered, which will also be the direction of our work in the next stage. For example, we will explore a method of automatic extraction of leaf-related features through image processing according to the description and definition of leaf organization, glands, petiole, and other features in the Manual of Leaf Architecture. These scientific and canonical leaf characterization data can be used to correlate and contrast plants at different times, thereby inferring the evolutionary history of plants.

Acknowledgments

We are grateful to the providers of the Swedish Leaf and Flavia datasets, Institute of Botany, Chinese Academy of Sciences, anonymous reviewers, and the members of the National Key Laboratory of Science and Technology on Multi-spectral Information Processing for their helpful advice regarding the manuscript.

References

  1. 1. Yang L. Study on the ecological plasticity and the composition and diversity of community functional groups of the microstructure of the stem and leaf of Leymus chinensis, a key species of steppe in northeast China. Institute of Botany, the Chinese Academy of Sciences, 2003.
  2. 2. Merrill EK. Comparison of mature leaf architecture of three types in Sorbus L. (Rosaceae). Bot Gaz. 1978;139(4):447–453.
  3. 3. Sajo MG, Rudall PJ. Leaf and stem anatomy of Vochysiaceae in relation to subfamilial and suprafamilial systematics. Bot J Linean Soc. 2015;138(3):339–364.
  4. 4. Espinosa D, Llorente J, Morrone JJ. ORIGINAL ARTICLE: Historical biogeographical patterns of the species of Bursera (Burseraceae) and their taxonomic implications. J Biogeogr. 2006;33(11):1945–1958.
  5. 5. Doyle JA. Systematic value and evolution of leaf architecture across the angiosperms in light of molecular phylogenetic analyses. Cour. Forsch-Inst. Senckenberg. 2007;258(258):21–37.
  6. 6. Ash A, Ellis B, Hickey LJ, Johnson K, Wilf P, Wing S. Manual of leaf architecture. Smithsonian Institution: Washington. 1999.
  7. 7. Walker JW, Doyle JA. The bases of angiosperm phylogeny: palynology. Ann Mo Bot Gard. 1975;62(3):664–723.
  8. 8. Hickey LJ, Taylor DW. The leaf architecture of ticodendron and the application of foliar characters in discerning its relationships. Ann Mo Bot Gard. 1991;78(1):105–130.
  9. 9. Wolfe JA. Tertiary climatic fluctuations and methods of analysis of tertiary floras. Palaeogeogr Palaeoclimatol Palaeoecol. 1971;9(1):27–57.
  10. 10. Wilf P. When are leaves good thermometers? A new case for leaf margin analysis. Paleobiology, 1997;23(3):373–390.
  11. 11. Utescher T, Mosbrugger V, Ashraf AR. Terrestrial climate evolution in northwest Germany over the last 25 million years. Palaios, 2000;15(5):430–449.
  12. 12. Royer DL, Wilf P, Janesko DA, Kowalski EA, Dilcher DL. Correlations of climate and plant ecology to leaf size and shape: Potential proxies for the fossil record. Am J Bot. 2005;92(7):1141–1151. pmid:21646136
  13. 13. Royer DL, Wilf P. Why do toothed leaves correlate with cold climates? Gas exchange at leaf margins provides new insights into a classic paleotemperature proxy. Int J Plant Sci. 2006;167(1):11–18.
  14. 14. Bailey IW, Sinnott EW. A botanical index of Cretaceous and Tertiary climates. Science. 1915;41(1066): 831–834. pmid:17835989
  15. 15. Bailey IW, Sinnott EW. The climatic distribution of certain types of angiosperm leaves. Am J Bot, 1916;3(1): 24–39.
  16. 16. Huff PM, Wilf P, Azumah EJ. Digital future for paleoclimate estimation from fossil leaves? Preliminary results. Palaios, 2003;18(3):266–274.
  17. 17. Xiaofeng W, Deshuang H, Jixiang DU. Feature Extraction and Recognition for Leaf Images. Comput Eng Appl, 2006;42(3): 190–193.
  18. 18. Bruno OM, de Oliveira Plotze R, Falvo M, de Castro M. Fractal dimension applied to plant identification. Inf Sci, 2008;178(12): 2722–2733.
  19. 19. Zheng X, Xiaojie J. Application of SUSAN Algorithm in Feature Extraction of Leaf Margin. Chinese Agricultural Science Bulletin, 2011;7(27): 174–178.
  20. 20. Corney DPA, Tang HL, Clark JY, Hu Y, Jin J. Automating digital leaf measurement: the tooth, the whole tooth, and nothing but the tooth. PLoS ONE 2012;7(8): e42112. https://doi.org/10.1371/journal.pone.0042112 pmid:22870286
  21. 21. Jin T., Hou X., Li P., Zhou F. A novel method of automatic plant species identification using sparse representation of leaf tooth features. PLoS One, 2015;10(10):e0139482:10.1371/journal.pone.0139482 pmid:26440281
  22. 22. Chen Y. Leaf Margin Classification Based on Local Images Feature. Master’s thesis of Zhejiang A&F University, 2014.
  23. 23. Li L. Semi-supervised clustering and its application on plant leaf image recognition. Doctor’s thesis of Northwest A&F University, 2017.
  24. 24. Rahmani ME, Amine A, RedaHamou M. Plant leaves classification. In: The first international conference on big data, small data, linked data, open data, 2015:75–80.
  25. 25. Tsolaidis D, Kosmopoulos DI, Papadourakis G. Plant leaf recognition using zernike moments and histogram of oriented gradients. LNCS 2014:406–417.
  26. 26. He AX, Yung NH. Corner detector based on global and local curvature properties. Opt Eng, 2008;47(5):057008.
  27. 27. Zhang Y. Image engineering (I) [M].3rd Ed. Beijing: Tsinghua University Press, 2012:304–305.
  28. 28. Gonzalez RC, Woods RE. Digital Image Processing Second Edition [M1. Publishing House of Electronics Industry. 2007 [E8] Qiu Qiuqi. Digital Image Processing. Beijing: Publishing House of Electronics Industry, 2004.
  29. 29. Mokhtarian F, Suomela R. Robust Image Corner Detection Through Curvature Scale Space, IEEE Trans Pattern Anal Mach Intell. 1998;20(12): 1376–138.
  30. 30. He XC, Yung NH. Curvature scale space corner detector with adaptive threshold and dynamic region of support. In Pattern Recognition, 2004. ICPR 2004. Proceedings of the 17th International Conference on 2004 Aug 23 Vol. 2, p. 791–794. IEEE.
  31. 31. Otsu N. A threshold selection method from gray-level histograms. IEEE Trans Syst Man Cybern. 1979;9(1): 62–66.
  32. 32. Ellis B, Daly DC, Hickey LJ, Johnson KR, Mitchell JD, Wilf P, Wing SL. Manual of Leaf Architecture. Ithaca: Cornell University Press, 2009.
  33. 33. Söderkvist O. Computer vision classification of leaves from Swedish trees. Master Thesis, Linkoping University, Sweden, 2001.
  34. 34. Powers DMW. Evaluation: from Precision, Recall and F-Factor to ROC, Informedness, Markedness & Correlation. Technical Report SIE-07-001, School of Informatics and Engineering, Flinders University. Adelaide, Australia; 2007.
  35. 35. Landis JR, Koch GG. The measurement of observer agreement for categorical data. Biometrics 1977;33(1): 159–174. pmid:843571