Abstract
A new automatic identification system using photographic images has been designed to recognize fish, plant, and butterfly species from Europe and South America. The automatic classification system integrates multiple image processing tools to extract the geometry, morphology, and texture of the images. Artificial neural networks (ANNs) were used as the pattern recognition method. We tested a data set that included 740 species and 11,198 individuals. Our results show that the system performed with high accuracy, reaching 91.65% of true positive fish identifications, 92.87% of plants and 93.25% of butterflies. Our results highlight how the neural networks are complementary to species identification.
Keywords: Plant, Butterflies, Fish, Neural network, Feature extraction, Digital image, Species
Introduction
The Global Taxonomy Initiative highlights the knowledge gaps in our taxonomic system due to the shortage of trained taxonomists and curators which reduces our ability to understand, use, and conserve biological diversity (Convention on Biological Diversity, 2014). High levels of global biodiversity and a limited number of taxonomists represents significant challenges to the future of biological study and conservation. The main problem is that almost all taxonomic information exists in languages and formats not easily understood or shared without a high level of specialized knowledge and vocabularies. Thus, taxonomic knowledge is localized within limited geographical areas and among a limited number of taxonomists. This lack of accessibility of taxonomic knowledge to the general public has been termed the “taxonomic crisis” (Dayrat, 2005).
Recently, taxonomists have been searching for more efficient methods to meet species identification requirements, such as developing digital image processing and pattern recognition techniques. Researchers currently have recognition techniques for insects, plants, spiders, and plankton (Gaston & O’Neill, 2004). This approach can be extended even further to field-based identification of organisms such as fish (Strachan, Nesvadba & Allen, 1990; Storbeck & Daan, 2001; White, Svellingen & Strachan, 2006; Zion et al., 2007; Hu et al., 2012), insects (Mayo & Watson, 2007; O’Neill, 2007; Kang, Song & Lee, 2012), zooplankton (Grosjean et al., 2004) and plants (Novotny & Suk, 2013). These methods are helpful in alleviating the “taxonomy crisis”. In this research, we present a new methodology for the identification of different taxonomic groups to the species level for fish, plants, and butterflies.
We designed a simple and effective algorithm (preprocess solution) and defined a range of new features that use pattern recognition with artificial neural network designs (ANN).
Materials and Methods
Images
Image data were taken from two sources: natural history museum records, and online (Data S1). Each collection was analyzed according to the country of origin. Ichthyology collections from Colombia were compiled from the Instituto de Investigaciones Marinas y Costeras (INVEMAR), the Colección de Referencia Biología Marina Universidad del Valle (CRBMUV), and the Coleccion Ictiologica Universidad de Antioquia (CIUA). Ichthyology collections from Brazil were found in the Museu de Zoologia da USP (MZUSP), the Instituto Nacional de Pesquisas da Amazônia Manaus (INPA), and the Museu Nacional Rio de Janeiro (MNRJ). Image data from Spain came from the Museo Nacional de Ciencias Naturales Madrid (MNCN). We tested a data set that included a total of 740 species and 11,198 individuals of fish, plants, and butterflies. Fish specimen images were taken using a Canon EOS 6dD one-use camera with a 1,280 × 960 pixel resolution. A total of 697 fish species previously identified by experts, were photographed (see Fig. 1 for a subset of photographed species). Images of 32 plant species were downloaded from the Flavia database (2009) (http://flavia.sourceforge.net/) (see Fig. 2). Image data for 11 species of butterflies were downloaded from the MorphBank database (Erickson et al., 2007) (see Fig. 3).
System development
Based on pattern recognition theory (De Sá, 2001) and basic computer-processing pathways used in typical automated species identification systems (Gaston & O’Neill, 2004), we designed a system for automatic individual identification at the species level (Fig. 4). In a novel way, our system shared preprocess and extraction components with both training and recognition processes. Features of training images are used to build a model of the classification progress pattern after feature extraction. These features and the trained model were then recorded in the database and incorporated in the analysis of subsequent photos. This process used two types of data to model image features and resulted in better species identification results. Features can be found in Supplemental Information.
Image preprocessing
Image heterogeneity in terms of orientation, size, brightness, and illumination was common (Fig. 5.1). The image background was removed with Grabcut’s algorithm (Rother, Kolmogorov & Blake, 2004) (Fig. 5.2) and converted to grayscale (Fig. 5.3). Different filters were applied to improve the image by removing image noise; the filters used were smooth and median (Figs. 5.4 and 5.5), and the image was then reduced to one of two possible levels, 0 or 1 (Fig. 5.6). Next, the processed image was brought to a contour (Fig. 5.7) and then a skeleton (Fig. 5.8). All of these processes were performed for each taxonomic group using the image processing in MATLAB R2009b.
Feature extraction
A series of 15 geometrical, morphological, and texture features, that could be efficiently extracted with image processing and were unique to species, were used in our automatic identification system; these features can be efficiently extracted with image processing (Table 1).
Table 1. Features extracted.
Type | Variable | Description |
---|---|---|
Geometrical | A | Area |
P | Perimeter | |
D | Diameter | |
C | Compatibility | |
Co | Compactness | |
S | Solidity | |
Texture | u | Median |
δ 2 | ||
E r,θ | ||
H r,θ | Variance | |
HG r,θ | Uniformity | |
I r,θ | Entropy co-occurrence | |
φ 1 | Homogeneity | |
I1, I2 | Inertia | |
Morphological | Hu1 | |
Ami1-Ami2 |
Geometrical
Geometric features contain information about form, position, size, and orientation of the region. The following six geometric features were commonly used in pattern recognition.
1-Area was the total number of pixels of the specimen area, and was defined as:
I(x, y) depended on the limits of the shape (Fig. 5.7).
2-Perimeter was the number of pixels that belonged to the edge of the region (Fig. 5.8). In other words, it was the curve that enclosed a region S, defined as
3-Diameter was the value that represented the diameter of a circle with the same area as the region. 4-Compatibility was the efficiency of the contour or perimeter P(s) that enclosed the area A(s)
5-Compactness was the efficiency with which area A(s) enclosed a speciment and was determined by P(s)
6-Solidity was the scalar specifying the proportion of the pixels in the convex hull that were also in the region. This property was supported only for 2-D input label matrices.
Texture
Textures are important visual patterns for homogeneous description of regions. Intuitive measures provide properties such as smoothing, roughness, and regularity (Glasbey, 1996). Textures depend on the resolution of the image and can follow two approaches: statistical and frequency. We used the statistical approximation in which statistical values are analyzed first order (on the histogram) and second order (on the co-occurrence matrix).
Statistical first order was obtained from the gray level histogram of the image. Each value was divided by the total number of pixels (area) and had a new histogram representing the probability that a determined gray level was displayed in the region of interest.
The properties obtained were:
7-Median
8-Variance
The second order of statistics were the matrix of spatial dependence of gray levels or co-occurrence matrices. Given a vector of polar coordinates, δ = (r, θ) we calculated the conditional probability that two properties appeared separated by a given distance δ, Pδ using an angle θ of −45 and a distance r equal to one pixel. The features that were extracted from this matrix were:
9-Uniformity
10-Entropy co-occurrence
11-Homogeneity
12-Inertia
Morphological
The morphological features were those that concentrate on the organization of pixels. They performed a comprehensive description of the region of interest. They fell into two categories: two-dimensional Cartesian moments and normalized central moments.
The two-dimensional Cartesian moments were variable at minor order, and were initiated at zero at higher orders. The moment of order p and q of a function I(x, y) was defined as:
mpq statistical moments, the parameters p and q denoted the order of the moment. When p = 0 and q = 0, which determined the center of mass or gravity of the overall function in binary images, the center of mass or gravity of the region under study was:
The center of mass or gravity can defined the central moments that were invariant to displacement or translation of the image’s region of interest defined as:
Where ΔA was the area of a pixel.
The normalized central moments were invariant to scale which was defined as:
where .
The above equations were defined by seven moments that were invariant to rotation, translation, and scale changes, known as the Hu invariant set of moments (Hu, 1962). In this study, we used the first Hu moment defined as:
13-Hu1
Normalized central moments were generated by related moment invariants “AMI” (Flusser & Suk, 1993), based on the theory of algebraic invariants and invariants under general affine transformation. We used two of the four invariants associated with discriminant character moments defined as:
14-Ami1
15-Ami2
These moments enable a high degree of insensitivity to noise that is not altered by rotation, translation, or staggering.
The use of the above 15 features (Table 1) characterised the structure of the individual’s body, which was important for the identification at species level. We designed and realized automatic extraction algorithms to compute the values of these features so that all variables and features were calculated automatically.
Neural network
A neural network is defined as a parallel computer model composed of a large number of adaptive processing (neural) units which communicate via interconnections with variables. A multiple layer network has one or more layers (neurons) that enable the learning of complex tasks by progressively extracting more meaningful features from the input image patterns (Wu, 1997). Compared to other machine learning methods, neural networks learn slower but predict faster and have very good models for nonlinear data. The simple perceptron was assigned multiple inputs but generates a single output, similar to different linear combinations that depend on input weights and generated a linear activation function (Rosenblatt, 1958). Mathematically, the neural network was described with the following equation:
wi: weight vector, xi: input vector, b: bias activation function.
A multilayer perceptron consisted of a set of source nodes containing one or more input layer and a set of hidden-node outputs. The input signal propagated through the network layer by layer (Zhang, Patuwo & Hu, 1998) (Fig. 6).
The neural network structure was composed of N inputs N = [N1, N2, …, Nn], a hidden layer h and an output vector S = [S1, S2, …, Sm]. Each Si was assessed by a single step that transformed the vector S binary signal [0, 1]. A supervised training phase, or sigmoid activation, is based on the back propagation algorithm in which the weights and biases were updated in the direction of the negative gradient of the performance and then updated in the opposite direction (Werbos, 1974; Rumelhart, Hinton & Williams, 1986; Parker, 1987; Smith & Brier, 1996). The sigmoid activation function for the hidden layer and output layer was determined by the following equation:
In this study, the number of input neurons was determined by the number of descriptors that were available in each pattern, which in this case was 15 (see variables section). The number of neurons in the hidden layer, h, was experimentally determined from the error set by comparing with the general training data of the ANN. The number of output neurons was determined by the number of species classified in each database.
To determine the optimal number of neurons given a data image, the relationship between the identification success rate and the number of neurons was explored. Figure 7 shows this relationship for the different configurations considered. We finally established our networks with 200 neurons for FC-MZUSP, 180 neurons for FC-INPA, 60 neurons for FC-MNRJ, 250 neurons for FC-INVEMAR, 60 neurons for FC-CIUA, 300 neurons for FC-CRBMUV, 250 neurons for FC-MNCN, 60 neurons for FLAVIA, and 35 neurons for BUTTERFLIES (see Table 2). The number of generations (i.e., a finite set of input patterns presented sequentially) for training and testing the ANNs was variable in the different collections between 50,000 and 140,000. It is evident that a high number of neurons and generations is required to process the information of the images in each collection.
Table 2. Parameters used in ANN.
Data set | Learning rate |
Number of generations |
Number of Hidden layers |
Number of input layers |
Number of output layers (# species) |
---|---|---|---|---|---|
FC-MZUSP | 0.2 | 95,000 | 200 | 15 | 100 |
FC-INPA | 0.15 | 100,000 | 180 | 15 | 91 |
FC-MNRJ | 0.25 | 78,000 | 60 | 15 | 14 |
FC-INVEMAR | 0.3 | 84,000 | 250 | 15 | 189 |
FC-CIUA | 0.12 | 90,000 | 60 | 15 | 33 |
FC-CRBMUV | 0.35 | 140,000 | 300 | 15 | 172 |
FC-MNCN | 0.2 | 110,000 | 250 | 15 | 98 |
FLAVIA | 0.1 | 50,000 | 60 | 15 | 32 |
BUTTERFLIES | 0.5 | 50,000 | 35 | 15 | 11 |
Notes.
- FC
- Fish collection
The data set was randomly divided into 60–70–80–90% training images, resulting in 40–30–20–10% test images (Table 3). The results with the highest average accuracy for species identification were networks using 80–90% training and 20–10% test images. For these tests, the declared success rate was related to the number of species identified correctly. Recognition became more difficult with increased species number, as observed in the results from collections from MZUSP, INPA, INVEMAR, CRBMUV, and MNCN which averaged below 90% recognition.
Table 3. Results of ANN.
Average percentage of images (Training/test) | ||||||
---|---|---|---|---|---|---|
Data set | Species | Images | 60/40 | 70/30 | 80/20 | 90/10 |
FC-MZUSP | 100 | 1,718 | 76.67 | 81.34 | 83.34 | 88.31 |
FC-INPA | 91 | 1,640 | 76.29 | 78.94 | 84.44 | 89.93 |
FC-MNRJ | 14 | 422 | 82.62 | 87.18 | 90.56 | 91.65 |
FC-INVEMAR | 189 | 1,703 | 76.72 | 84.03 | 86.45 | 88.08 |
FC-CIUA | 33 | 472 | 83.08 | 86.99 | 90.19 | 91.77 |
FC-CRBMUV | 172 | 2,392 | 77.36 | 85.21 | 87.29 | 88.85 |
FC-MNCN | 98 | 959 | 72.34 | 86.21 | 88.15 | 89.11 |
FLAVIA | 32 | 1,800 | 68.79 | 88.48 | 91.61 | 92.87 |
BUTTERFLIES | 11 | 92 | 73.62 | 80.43 | 88.83 | 93.25 |
Notes.
- FC
- Fish collection
Results
Experiments were divided into two groups: (1) images from the training group were used for building the classifications of the model; (2) images from the test group were used for the reorganization and testing of the developed model.
Discussion
Similar to previous findings (Strachan, Nesvadba & Allen, 1990; Storbeck & Daan, 2001; White, Svellingen & Strachan, 2006; Zion et al., 2007; Novotny & Suk, 2013), the neural network used classified species from image data. However, most other studies only employed databases with low levels of species richness usually spanning many different orders and families and were easily classified due to large differences in morphological characteristics. Our neural network built on the work of these networks, and required low operator expertise, costs, and response time. It also offered high reproducibility, species identification accuracy, and usability. The ANN algorithm was optimized for testing datasets with high levels of species richness; in this case 740 species (11,198 individuals) of fishes, plants and butterflies.
The predictive ability of the ANNs was affected by the high phenotypic similarity between species in our analysis. For example, small fish species such as those from the family Characidos were similar and difficult to distinguish (Annex S1, Fig. 8). The magnitude of this error came from low phenotypic differences of some species that varied only in minor details, of teeth or fin radii, which hinders classification. However, the error obtained on the neural network model was low in other taxonomic families (Table 3). Overall performance of the system achieved high accuracy and precision, with 91.65% true positive fish identifications, 92.87% plant identifications, and 93.25% butterfly identifications. The discrimination of species with a lower species number had higher success rates, possibly explained by species with very distinct morphological characteristics rather than actual number of species.
Direct observation of an individual through a taxonomic key is the most widely used technique for species recognition and classification. This technique not only assumes prior knowledge in the area of taxonomy by those who apply it, but also training and experience to achieve acceptable classification results. Training and experience are absolutely necessary for the classification specialist, who must acquire an ability to distinguish specific characteristics of the species. Therefore, we compared features of individual images with classifications of a traditional taxonomist. According to taxonomists and classification keys, characters used to discriminate species are morphological structures, color patterns, and sizes. These observations are taxonomical characteristics of individuals that depend on the particular appreciation of the taxonomist. Thus, some taxonomists may bias the value of any given characteristic, and may also require relatively more time than others to carry out the classification. Therefore, human subjectivity and time constraints may be eliminated through the use of machine based classification.
Conclusions
The method we propose for feature extraction does not depend on variations in how a person observes individual specimens of each species, and therefore eliminates human subjectivity. For this reason, the method can be a rapid and effective species identification tool. However, a human taxonomist is still required to train the neural network defining species, and subjectivity or uncertainty is possible in this step.
The strength of this research is in its applicability to combat the “taxonomic crisis”. In the past three decades, many promising techniques for fish identification have emerged. Many of them are based on genetics, interactive computer software, image recognition, hydro-acoustics, and morphometric (Fischer, 2013). In our study, neural networks were tested as a possible method for species identification. However, taking advantage of the fast performance of the ANNs and the speed of modern PCs, further research should explore the applications of the ANN methodology to automate biomass estimation and real-time species classifications. This could produce useful tools for both scientific and commercial use. Fischer (2013) concluded that the image recognition methods were useful but their transferability and resolution are poor because species differ between geographic regions. This is a clear obstacle to future ANN development and network identification success. Our advances in this field in relation to species identification should be developed for specific geographic regions and translated into user-friendly applications.
Supplemental Information
Acknowledgments
We thank Dr Paulo A. Buckup (Museu Nacional Rio de Janeiro), Dr José Luís Olivan Birindelli (Museu de Zoologia da Universidade de São Paulo, Sao Paulo-Brasil), Dr Rosseval Leite (Instituto Nacional de Pesquisas da Amazônia, Manaus-Brasil), Dra Gema Solís (Museo Nacional de Ciencias Naturales, Madrid-España), Dr Efrain Rubio Rincon (Colección de Referencia Biología Marina, Universidad del Valle, Cali-Colombia), and Dra Andrea Polanco (Instituto de Investigaciones Marinas y Costeras, Santa Marta- Colombia) for permission to photograph the fish, Cesar Uribe for his help on data analysis, and Jonathan Bustamante Alvarez for the photos on Fig. 1 (Universidad de Antioquia) and thanks to Benjamin Branoff, Aaron Hogan, and Paul Furumo for reviewing the English.
Funding Statement
Funds for this research were provided by the Universidad de Antioquia (P2010-0010 and P2011-0015). The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
Additional Information and Declarations
Competing Interests
The authors declare there are no competing interests.
Author Contributions
Andrés Hernández-Serna conceived and designed the experiments, performed the experiments, analyzed the data, wrote the paper, prepared figures and/or tables, reviewed drafts of the paper.
Luz Fernanda Jiménez-Segura contributed reagents/materials/analysis tools, wrote the paper, reviewed drafts of the paper.
References
- Convention on Biological Diversity (2014).Convention on Biological Diversity 2014. Global Taxonomy Initiative. Available at http://www.cbd.int/gti (accessed 27 October 2014)
- Dayrat (2005).Dayrat B. Towards integrative taxonomy. Biological Journal of the Linnean Society. 2005;85:407–415. doi: 10.1111/j.1095-8312.2005.00503.x. [DOI] [Google Scholar]
- De Sá (2001).De Sá JM. Pattern recognition: concepts, methods and applications. Springer; 2001. [Google Scholar]
- Erickson et al. (2007).Erickson G, Jörgensen P, Jörgensen C, Riccardi G, Ronquist F, Van Engelen R. 2007. Morphbank: web image database technology for comparative morphology and biodiversity research. Available at http://www.morphbank.net/ (accessed 18 October 2013)
- Fischer (2013).Fischer J. Fish identification tools for biodiversity and fisheries assessments: review and guidance for decision-makers. Food and Agriculture Organization of the United Nations; 2013. [Google Scholar]
- Flavia (2009).Flavia 2009. Flavia at a glance. Available at http://flavia.sourceforge.net/ (accessed 28 October 2013)
- Flusser & Suk (1993).Flusser J, Suk T. Pattern-recognition by affine moment invariants. Pattern Recognition. 1993;26:167–174. doi: 10.1016/0031-3203(93)90098-H. [DOI] [Google Scholar]
- Gaston & O’Neill (2004).Gaston KJ, O’Neill MA. Automated species identification: why not? Royal Society Philosophical Transactions Biological Sciences. 2004;359:655–667. doi: 10.1098/rstb.2003.1442. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Glasbey (1996).Glasbey C. Book review. Review of handbook of pattern recognition and computer vision, by Chen CH, Pau LF, Wang PSP. Journal of Classification. 1996;13:350–352. [Google Scholar]
- Grosjean et al. (2004).Grosjean P, Picheral M, Warembourg C, Gorsky G. Enumeration, measurement, and identification of net zooplankton samples using the ZOOSCAN digital imaging system. Ices Journal of Marine Science. 2004;61:518–525. doi: 10.1016/j.icesjms.2004.03.012. [DOI] [Google Scholar]
- Hu (1962).Hu M-K. Visual pattern recognition by moment invariants. Information Theory, IRE Transactions. 1962;8(2):179–187. [Google Scholar]
- Hu et al. (2012).Hu J, Li D, Duan Q, Han Y, Chen G, Si X. Fish species classification by color, texture and multi-class support vector machine using computer vision. Computers and Electronics in Agriculture. 2012;88:133–140. doi: 10.1016/j.compag.2012.07.008. [DOI] [Google Scholar]
- Kang, Song & Lee (2012).Kang S-H, Song S-H, Lee S-H. Identification of butterfly species with a single neural network system. Journal of Asia-Pacific Entomology. 2012;15:431–435. doi: 10.1016/j.aspen.2012.03.006. [DOI] [Google Scholar]
- Lancieri & Boubchir (2007).Lancieri L, Boubchir L. Using multiple uncertain examples and adaptative fuzzy reasoning to optimize image characterization. Knowledge-Based Systems. 2007;20:266–276. doi: 10.1016/j.knosys.2006.05.018. [DOI] [Google Scholar]
- Mayo & Watson (2007).Mayo M, Watson AT. Automatic species identification of live moths. Knowledge-Based Systems. 2007;20:195–202. doi: 10.1016/j.knosys.2006.11.012. [DOI] [Google Scholar]
- Novotny & Suk (2013).Novotny P, Suk T. Leaf recognition of woody species in Central Europe. Biosystems Engineering. 2013;115:444–452. doi: 10.1016/j.biosystemseng.2013.04.007. [DOI] [Google Scholar]
- O’Neill (2007).O’Neill MA. DAISY: a practical computed-based tool for semi-automated species identification. Systematics Association Special Volume Series. 2007;74:101–114. [Google Scholar]
- Parker (1987).Parker DB. Optimal algorithms for adaptive networks: second order back propagation. Second order direct propagation, and second order hebbian learning: proceedings of the IEEE first international conference on neural networks; San Diego, CA. 1987. pp. 593–600. [Google Scholar]
- Rosenblatt (1958).Rosenblatt F. The perceptron: a probabilistic model for information storage and organization in the brain. Psychological Review. 1958;65:386–408. doi: 10.1037/h0042519. [DOI] [PubMed] [Google Scholar]
- Rother, Kolmogorov & Blake (2004).Rother C, Kolmogorov V, Blake A. “GrabCut”—interactive foreground extraction using iterated graph cuts. ACM Transactions on Graphics. 2004;23:309–314. doi: 10.1145/1015706.1015720. [DOI] [Google Scholar]
- Rumelhart, Hinton & Williams (1986).Rumelhart DE, Hinton GE, Williams RJ. Learning representations by back-propagating errors. Nature. 1986;323:533–536. doi: 10.1038/323533a0. [DOI] [Google Scholar]
- Smith & Brier (1996).Smith BP, Brier ME. Statistical approach to neural network model building for gentamicin peak predictions. Journal of Pharmaceutical Sciences. 1996;85:65–69. doi: 10.1021/js950271l. [DOI] [PubMed] [Google Scholar]
- Storbeck & Daan (2001).Storbeck F, Daan B. Fish species recognition using computer vision and a neural network. Fisheries Research. 2001;51:11–15. doi: 10.1016/S0165-7836(00)00254-X. [DOI] [Google Scholar]
- Strachan, Nesvadba & Allen (1990).Strachan NJC, Nesvadba P, Allen AR. Fish species recognition by shape-analysis of images. Pattern Recognition. 1990;23:539–544. doi: 10.1016/0031-3203(90)90074-U. [DOI] [Google Scholar]
- Werbos (1974).Werbos PJ. Beyond regression: new tools for prediction and analysis in the behavioral sciences. Harvard University; 1974. [Google Scholar]
- White, Svellingen & Strachan (2006).White DJ, Svellingen C, Strachan NJC. Automated measurement of species and length of fish by computer vision. Fisheries Research. 2006;80:203–210. doi: 10.1016/j.fishres.2006.04.009. [DOI] [Google Scholar]
- Wu (1997).Wu CH. Artificial neural networks for molecular sequence analysis. Computers & Chemistry. 1997;21:237–256. doi: 10.1016/S0097-8485(96)00038-1. [DOI] [PubMed] [Google Scholar]
- Zhang, Patuwo & Hu (1998).Zhang GQ, Patuwo BE, Hu MY. Forecasting with artificial neural networks: the state of the art. International Journal of Forecasting. 1998;14:35–62. doi: 10.1016/S0169-2070(97)00044-7. [DOI] [Google Scholar]
- Zion et al. (2007).Zion B, Alchanatis V, Ostrovsky V, Barki A, Karplus I. Real-time underwater sorting of edible fish species. Computers and Electronics in Agriculture. 2007;56:34–45. doi: 10.1016/j.compag.2006.12.007. [DOI] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.