We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Connected Component Labelling in the determination of morphometric features of microplastic particles in samples of different matrices
Summary
Researchers developed a Connected Component Labeling (CCL) method using the Union-Find algorithm in C++ to automate morphometric analysis of microplastic particles in Baltic Sea fish tissues, enabling automatic measurement of particle area, size, and shape without manual microscope software input.
The study attempted to apply the Connected Component Labeling (CCL) method to optimize microscopic analysis of fish tissues and organs collected from the Baltic Sea. The dissected tissues were subjected to chemical degradation. Quantitative analysis including color and shape determination was performed by optical microscopy, while qualitative analysis was performed by FT-IR spectrometry. Visual analysis was performed using a Motic Zoom SMZ-161-BLED stereoscopic microscope (Motic, Spain) at magnifications ranging from 0.75x to 4.5x. After digital image acquisition, in which each pixel is assigned a coordinate of its position in the image and a color value in a specific color space, the image was filtered using different color intensity thresholds. As a result, the image was obtained in the form of a binary matrix, in which the background pixels are characterized by the value 0, while the object pixels are characterized by the value 1. In the analysis of the binary matrix, the implementation of the Union-Find algorithm in C++ language was used, which enabled automatic differentiation of separated regions, giving them unique labels, determining the area of microplastics, and selected morphometric characteristics of the speckles (object size, center of gravity, etc.). A comparison of the values of morphometric characteristics determined algorithmically with those obtained from direct measurements using microscope software showed that the approximate values of the length and width of the microplastic can be effectively estimated by determining the maximum (r=0.88) and minimum ferret (0.77), respectively, and the longer (r=0.84) and shorter (r=0.83) axis of an ellipse with an area analogous to that of the microplastic. The measure of the area of the speck can be successfully estimated using the area of the smallest rectangle (r=74) or the smallest ellipse (r=0.74). Also see: https://micro2024.sciencesconf.org/556544/document
Sign in to start a discussion.
More Papers Like This
Connected Component Labelling in the determination of morphometric features of microplastic particles in samples of different matrices
Researchers applied Connected Component Labeling (CCL) image analysis to optimize microscopic quantification of microplastic particles in Baltic Sea fish tissues and organs, combining optical microscopy for size and shape determination with FT-IR spectrometry for polymer identification.
Application of Pattern Recognition and Computer Vision Tools to Improve the Morphological Analysis of Microplastic Items in Biological Samples
Researchers developed and validated an open-source image analysis procedure for measuring morphological characteristics of microplastic items identified in fish organ samples, using manually set edge points in digital microscope images and comparison against commercial MotiConnect software. The proposed workflow enabled accurate calculation of shape descriptors such as length, width, and item area, offering a cost-effective alternative for routine laboratory microplastic morphological analysis.
Automatic Counting and Classification of Microplastic Particles
Researchers developed an automatic system for counting and classifying microplastic particles in marine samples, applying image analysis techniques to address the growing problem of plastic debris entering the food chain via marine species ingestion.
Implementation of an open source algorithm for particle recognition and morphological characterisation for microplastic analysis by means of Raman microspectroscopy
An automated particle recognition algorithm was implemented to speed up the identification and measurement of microplastics in Raman spectroscopy images. Automated analysis reduces the time and subjectivity involved in manual microplastic counting, improving research efficiency.
Deep learning based approach for automated characterization of large marine microplastic particles
A deep learning approach using Mask R-CNN was trained on 3,000 images of marine microplastic particles to automatically locate, classify, and segment particles by shape categories including fiber, fragment, pellet, and rod. The model achieved high accuracy and outperformed manual visual inspection for characterizing large marine microplastic datasets.