Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (146)

Search Parameters:
Keywords = convex hull algorithm

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
42 pages, 7267 KB  
Article
Advancing Cyclone Tracking with HIMPACT: High-Resolution Multilevel Python-Based Algorithm for Cyclones’ Centroid Tracking
by Piero Serafini, Antonio Ricchi, Cristiano D’Amico and Rossella Ferretti
Atmosphere 2026, 17(9), 862; https://doi.org/10.3390/atmos17090862 - 1 Sep 2026
Viewed by 168
Abstract
Convection-permitting simulations resolve the deep convective cells that organise Mediterranean tropical-like cyclones. They also generate localised pressure minima that can capture a conventional cyclone tracker and pull it away from the synoptic-scale centre. We introduce High-Resolution Multilevel Python-Based Algorithm for Cyclones’ Centroid Tracking [...] Read more.
Convection-permitting simulations resolve the deep convective cells that organise Mediterranean tropical-like cyclones. They also generate localised pressure minima that can capture a conventional cyclone tracker and pull it away from the synoptic-scale centre. We introduce High-Resolution Multilevel Python-Based Algorithm for Cyclones’ Centroid Tracking (HIMPACT), an open-source Python algorithm developed by the corresponding author within the CETEMPS framework, that stabilises cyclone-centre identification by combining three elements: a multi-level geopotential analysis restricted to the 800–950 hPa layer, a percentile-based threshold that isolates the vortex core from convective perturbations, and a convex-hull centroid that depends on the geometry of a percentile-defined core rather than on a single extreme grid point, so that an isolated convective pressure deficit cannot displace the estimate by more than a fraction of the core radius. HIMPACT was evaluated in four tracking experiments across three Mediterranean cyclones at grid spacings from 2 to 28 km using WRF, ICON-DREAM and ERA5, while MPAS was additionally used to test portability and computational scaling on an unstructured Voronoi mesh. Across the three experiments in which the driving data resolve a coherent lower-tropospheric cyclone structure, the best five-level configurations reduce root-mean-square displacement errors by approximately 16–48% relative to the corresponding single-level configurations. Activating the absolute minimum alongside the centroid more than doubles the error variance when the pressure field is multi-modal. The 800–950 hPa window avoids both surface extrapolation artefacts below 950 hPa and mid-tropospheric steering signatures above 800 hPa. A counterexample with an extratropical storm exposes a data-quality threshold: when the driving dataset does not resolve a vertically coherent cyclone structure, the multi-level weighted mean diverges, and single-level tracking becomes the safer choice. HIMPACT is model-agnostic, requires no format conversion, and runs on a single CPU core at approximately 9.8–41.3 s per time step for the recommended five-level configuration across the tested back-ends; substantially larger costs occur for high-level-count MPAS configurations. Full article
(This article belongs to the Special Issue State-of-the-Art in Severe Weather Research)
Show Figures

Graphical abstract

19 pages, 400 KB  
Article
Optimal Translation Covers for Colored Line Segments
by Heeyeon Kim, Sang Won Bae and Sang Duk Yoon
Symmetry 2026, 18(8), 1377; https://doi.org/10.3390/sym18081377 - 15 Aug 2026
Viewed by 191
Abstract
We study a variant of the translation cover problem for colored line segments in the plane. For each color i{1,,k}, we are given a set Si of n line segments, and the goal [...] Read more.
We study a variant of the translation cover problem for colored line segments in the plane. For each color i{1,,k}, we are given a set Si of n line segments, and the goal is to choose one segment from each color class so that the selected segments have the smallest possible translation cover area. Equivalently, the selected segments may be translated independently, and we minimize the area of the convex hull of their translated copies. We give algorithms for every fixed number k>1 of colors. For k=2, we obtain an O(nlogn)-time algorithm using O(n) space. For k=3, we obtain a deterministic O(n2logn)-time algorithm and a randomized algorithm with expected O(n2) running time; both use O(n) space. For k=4, we obtain an O(n4)-time algorithm using O(n) space. For every fixed k>4, we obtain an O(n4logn)-time algorithm using O(n2polylogn) space, thereby avoiding the enumeration of all nk colorful selections. Full article
(This article belongs to the Section A: Computer Science)
Show Figures

Figure 1

20 pages, 16659 KB  
Article
Real-Time Aircraft Rerouting Optimization in Thunderstorm Environments Leveraging Deep Learning-Based Nowcasting
by Luanwei Chen, Hua Gao, Xinxin Lai, Sheng Yu, Zixuan Wu and Junfeng Zhang
Aerospace 2026, 13(6), 545; https://doi.org/10.3390/aerospace13060545 - 11 Jun 2026
Viewed by 673
Abstract
Adverse weather conditions, particularly thunderstorms, are the primary cause of flight delays and safety threats, accounting for approximately 58.7% of irregular flights in 2025. Traditional static rerouting methods often fail to adapt to the non-linear evolution of convective weather. This paper proposes a [...] Read more.
Adverse weather conditions, particularly thunderstorms, are the primary cause of flight delays and safety threats, accounting for approximately 58.7% of irregular flights in 2025. Traditional static rerouting methods often fail to adapt to the non-linear evolution of convective weather. This paper proposes a high-fidelity dynamic rerouting framework to enhance flight safety and efficiency. In the perception layer, a RainNet deep learning model is employed for short-term recursive nowcasting of radar reflectivity, which is subsequently transformed into Dynamic Avoidance Zones (DAZ) via clustering and convex hull algorithms. In the decision layer, a two-stage improved Genetic Algorithm (GA) is developed to solve the rerouting path. The first stage generates initial collaborative solutions under a receding-horizon framework, while the second stage applies a “path-straightening” module to reduce cumulative turning angles and curvature fluctuations. The comparative results in actual scenarios demonstrate a distinct dual-advantage over baseline methodologies. Compared to sampling-based strategies, the proposed model reduces the path length by 14.79%. Furthermore, when compared to heuristic algorithms, it actively trades a negligible 1% distance margin to achieve a massive 92.7% reduction in the cumulative turning angle. With a maximum single turn of only 32.51°, the trajectory completely eliminates sawtooth jitter and redundant detours. Ultimately, this research provides essential technical support for improving air traffic management efficiency and reducing controller workload during severe weather events. Full article
(This article belongs to the Collection Air Transportation—Operations and Management)
Show Figures

Figure 1

30 pages, 12813 KB  
Article
Safe and Fast Motion Planning for UGV on Unknown Uneven Terrain via Terrain Safety Corridors and CBF Constraints
by Xingyang Feng, Hua Cong and Mianhao Qiu
Drones 2026, 10(6), 440; https://doi.org/10.3390/drones10060440 - 4 Jun 2026
Viewed by 481
Abstract
Autonomous navigation on unknown uneven terrain remains a critical challenge for unmanned ground vehicle (UGV) deployed in unstructured environments such as disaster relief, wilderness exploration, and off-road logistics. Existing motion planning methods for such environments suffer from three key limitations: under-utilization of the [...] Read more.
Autonomous navigation on unknown uneven terrain remains a critical challenge for unmanned ground vehicle (UGV) deployed in unstructured environments such as disaster relief, wilderness exploration, and off-road logistics. Existing motion planning methods for such environments suffer from three key limitations: under-utilization of the solution space due to discretized terrain assessment, difficulty in transforming complex terrain safety constraints into optimization-compatible forms, and the inherent trade-off between environmental modeling accuracy and real-time performance. This paper presents a hierarchical motion planning framework that enables safe and fast navigation of UGV on unknown uneven terrain. We first construct a traversability map based on terrain slope, roughness, and sparsity extracted from ground point cloud clusters. Non-traversable points are then transformed via spherical inversion and inverse mapping to generate terrain safety corridors composed of a series of convex polygons. The geometric containment relationship between the vehicle’s convex hull and the corridor is reformulated as continuously differentiable Control Barrier Function (CBF) constraints to ensure driving safety. The front-end employs a kinodynamic Hybrid A* algorithm with a traversability-aware node pruning strategy, while the back-end trajectory optimization embeds the CBF constraints as hard constraints within the optimization loop to guarantee forward invariance of the safety set under the linearized dynamics. The proposed framework achieves full-shape collision avoidance without sacrificing the solution space, while maintaining real-time performance for autonomous navigation on complex terrain. Full article
(This article belongs to the Section Innovative Urban Mobility)
Show Figures

Figure 1

16 pages, 1667 KB  
Article
A Convex and Combinatorial Analysis of Virtual Multi-Vector Synthesis in Finite Vector Systems
by Chan Roh
Mathematics 2026, 14(11), 1880; https://doi.org/10.3390/math14111880 - 28 May 2026
Viewed by 256
Abstract
This paper presents a mathematical reinterpretation of virtual multi-vector synthesis defined over finite vector sets. Unlike conventional approaches that treat multi-vector synthesis as an algorithmic technique, the proposed framework characterizes it as a structured problem combining convex geometry, combinatorial selection, and probabilistic averaging. [...] Read more.
This paper presents a mathematical reinterpretation of virtual multi-vector synthesis defined over finite vector sets. Unlike conventional approaches that treat multi-vector synthesis as an algorithmic technique, the proposed framework characterizes it as a structured problem combining convex geometry, combinatorial selection, and probabilistic averaging. First, it is shown that the set of all realizable virtual vectors coincides with the convex hull of a finite vector set, providing a geometric interpretation of the synthesis process. Based on this observation, a subset-based formulation is introduced, in which virtual vectors are constructed as averages over selected subsets. This formulation allows the synthesis problem to be interpreted as a combinatorial selection problem. Under a uniform subset selection model, closed-form expressions for the expectation and variance of the synthesized vectors are derived. In particular, it is demonstrated that the approximation behavior can be interpreted through the variance structure of subset-averaged vectors, and that increasing the subset size leads to a systematic reduction in variance. Furthermore, the trade-off between approximation accuracy and combinatorial complexity is analyzed, and the existence of an optimal subset size is established. The proposed framework provides a theoretical foundation for understanding multi-vector synthesis as a structured mathematical process, and offers a general perspective applicable to a wide class of approximation problems over finite vector sets. Full article
Show Figures

Figure 1

20 pages, 5199 KB  
Article
Mesoscale Modeling of Steel Fiber Reinforced Concrete Using Geometric Entity Expansion and Point–Line Topology
by Jutong Li, Lu Zhang, Youkai Li and Chaoqun Sun
Materials 2026, 19(8), 1508; https://doi.org/10.3390/ma19081508 - 9 Apr 2026
Viewed by 647
Abstract
Mesoscale modeling provides an efficient and cost-effective approach for investigating the damage mechanisms of fiber-reinforced concrete. To address the physical distortion in conventional models that arises from neglecting the volumetric effect of steel fibers and to construct a more realistic random mesoscale model [...] Read more.
Mesoscale modeling provides an efficient and cost-effective approach for investigating the damage mechanisms of fiber-reinforced concrete. To address the physical distortion in conventional models that arises from neglecting the volumetric effect of steel fibers and to construct a more realistic random mesoscale model of steel fiber-reinforced concrete (SFRC), this study proposes an efficient modeling method based on geometric entity expansion and point–line topology. First, polygonal aggregates with diverse morphologies are generated using a polar-coordinate perturbation scheme combined with a convex-hull correction algorithm. Next, abandoning the traditional zero-thickness line-segment assumption, steel fibers are expanded into rectangular entities via rigid-body kinematics to explicitly represent their excluded volume. Furthermore, a vector-cross-product-based Point–Line Method is developed to replace conventional circumscribed-circle screening, enabling accurate discrimination of interference interactions between fiber–aggregate and fiber–fiber pairs. An automated framework—consisting of skeleton placement, entity generation, topological discrimination, and mesh mapping—is implemented through a Python 3.13.9 scripting interface, allowing efficient batch generation of high-content mesoscale models with aggregate area fractions up to 70%. The proposed model is then used to simulate the failure process of SFRC specimens under uniaxial compression and benchmarked against experimental results. The results show that the developed mesoscale model accurately reproduces the nonlinear mechanical response and the strengthening–toughening effects of SFRC, achieving a relative error of only 0.31% in peak stress and a root mean square error (RMSE) as low as 1.70 MPa over the full stress–strain curve. The simulations not only confirm the pronounced strength gain due to steel fiber incorporation (~19.7%), but also reveal, at the mesoscale, the mechanism by which fiber bridging suppresses damage localization, thereby demonstrating the reliability and practical effectiveness of the proposed modeling approach. Full article
(This article belongs to the Section Construction and Building Materials)
Show Figures

Graphical abstract

27 pages, 4296 KB  
Article
Research on Lightweight Apple Detection and 3D Accurate Yield Estimation for Complex Orchard Environments
by Bangbang Chen, Xuzhe Sun, Xiangdong Liu, Baojian Ma and Feng Ding
Horticulturae 2026, 12(3), 393; https://doi.org/10.3390/horticulturae12030393 - 22 Mar 2026
Viewed by 1181
Abstract
Severe foliage occlusion and dynamically changing lighting conditions in complex orchard environments pose significant challenges for visual perception systems in automated apple harvesting, including low detection accuracy, poor robustness, and insufficient real-time performance. To address these issues, this study proposes an improved lightweight [...] Read more.
Severe foliage occlusion and dynamically changing lighting conditions in complex orchard environments pose significant challenges for visual perception systems in automated apple harvesting, including low detection accuracy, poor robustness, and insufficient real-time performance. To address these issues, this study proposes an improved lightweight detection network based on YOLOv11, named YOLO-WBL, along with a precise yield estimation algorithm based on 3D point clouds, termed CLV. The YOLO-WBL network is optimized in three aspects: (1) A C3K2_WT module integrating wavelet transform is introduced into the backbone network to enhance multi-scale feature extraction capability; (2) A weighted bidirectional feature pyramid network (BiFPN) is adopted in the neck network to improve the efficiency of multi-scale feature fusion; (3) A lightweight shared convolution separated batch normalization detection head (Detect-SCGN) is designed to significantly reduce the parameter count while maintaining accuracy. Based on this detection model, the CLV algorithm deeply integrates depth camera point cloud information through 3D coordinate mapping, irregular point cloud reconstruction, and convex hull volume calculation to achieve accurate estimation of individual fruit volume and total yield. Experimental results demonstrate that: (1) The YOLO-WBL model achieves a precision of 93.8%, recall of 79.3%, and mean average precision (mAP@0.5) of 87.2% on the apple test set; (2) The model size is only 3.72 MB, a reduction of 28.87% compared to the baseline model; (3) When deployed on an NVIDIA Jetson Xavier NX edge device, its inference speed reaches 8.7 FPS, meeting real-time requirements; (4) In scenarios with an occlusion rate below 40%, the mean absolute percentage error (MAPE) of yield estimation can be controlled within 8%. Experimental validation was conducted using apple images selected from the dataset under varying lighting intensities and fruit occlusion conditions. The results demonstrate that the CLV algorithm significantly outperforms traditional average-weight-based estimation methods. This study provides an efficient, accurate, and deployable visual solution for intelligent apple harvesting and yield estimation in complex orchard environments, offering practical reference value for advancing smart orchard production. Full article
(This article belongs to the Special Issue AI for Precision and Resilient Horticulture)
Show Figures

Figure 1

24 pages, 1112 KB  
Article
Reliable Emergency Facility Location Planning Under Complex Polygonal Barriers and Facility Failure Risks
by Mingyuan Liu, Lintao Liu, Zhujia Yu, Futai Liang and Guocheng Wang
Math. Comput. Appl. 2026, 31(2), 50; https://doi.org/10.3390/mca31020050 - 18 Mar 2026
Cited by 1 | Viewed by 728
Abstract
Emergency facility location and layout are critical to the efficiency of emergency rescue and resource allocation. However, practical emergency scenarios are plagued by two key challenges: the risk of facility failure due to various uncertain factors and the presence of complex polygonal barriers [...] Read more.
Emergency facility location and layout are critical to the efficiency of emergency rescue and resource allocation. However, practical emergency scenarios are plagued by two key challenges: the risk of facility failure due to various uncertain factors and the presence of complex polygonal barriers (including convex and concave polygons) that hinder transportation. Existing studies often overlook concave polygonal barriers or fail to prioritize time satisfaction, a core demand in emergency response. To address these gaps, this paper proposes a reliable emergency facility location optimization model with the objective of maximizing time satisfaction, considering constraints such as capacity, cost, and demand. The model integrates three key methods: a convex hull algorithm to convert concave barriers into convex ones for simplified calculation, a path optimization algorithm to find the shortest bypass routes around barriers, and an Artificial Ecosystem Optimization (AEO) algorithm to solve the nonlinear programming model. Through numerical experiments (single-facility, multi-facility, and medium-scale scenarios) and a practical case study in the Meknès region of Morocco for ambulance deployment, the feasibility and effectiveness of the model and algorithms are verified. The results show that the model achieves high time satisfaction (all above 0.8, with most exceeding 0.9) and efficiently optimizes facility locations and resource allocation. Sensitivity analysis indicates that increased failure risk parameters (α and θ) lead to a gradual decrease in average time satisfaction. This research provides a systematic mathematical model and practical method for emergency facility location decision-making, effectively addressing the challenges of complex barriers and facility failure. Full article
(This article belongs to the Special Issue Applied Optimization in Automatic Control and Systems Engineering)
Show Figures

Figure 1

23 pages, 24859 KB  
Article
Deformation Detection of the Centroid Axes for Beams with Variable Cross-Sections Based on Point Cloud Data
by Jia Zou, Yang Li, Yaojun Zhou, Xiongyao Xie, Genji Tang and Xiaoming Xu
Appl. Sci. 2026, 16(4), 2008; https://doi.org/10.3390/app16042008 - 18 Feb 2026
Cited by 1 | Viewed by 632
Abstract
Accurate extraction of the centroid axes of beams with variable cross-sections is critical for infrastructure health monitoring. While 3D laser scanning provides dense point clouds, existing methods face challenges due to fixed slicing directions, sparse or incomplete boundaries, and inaccurate centroid calculations for [...] Read more.
Accurate extraction of the centroid axes of beams with variable cross-sections is critical for infrastructure health monitoring. While 3D laser scanning provides dense point clouds, existing methods face challenges due to fixed slicing directions, sparse or incomplete boundaries, and inaccurate centroid calculations for concave sections. This study proposes a robust framework to overcome these issues. An improved k-d tree ordering algorithm enhances boundary extraction through starting point constraint strategy and dynamic isolated noise point removal mechanism. A ray casting-based boundary-constrained Delaunay triangulation centroid calculation algorithm accurately computes centroids for arbitrary shapes, including concave profiles. An innovative convex hull centroid-driven adaptive normal iterative slicing method dynamically adjusts orientation using historical centroid data, aligning with the local member axis to minimize errors in variable or deformed regions. Experimental validation shows the method outperforms traditional fixed-direction slicing in effectiveness, parameter sensitivity, and deformation robustness, achieving sub-millimeter accuracy. Applied to monitor ultra-high-performance concrete cantilever beams at the Shanghai Grand Opera House, it produced centroid axis data consistent with total station measurements (differences within ±1.2 mm), supporting phased deformation warnings and safety assessments. This work provides a systematic, high-precision solution for extracting geometric axes from complex structural point clouds. Full article
(This article belongs to the Section Civil Engineering)
Show Figures

Figure 1

23 pages, 2257 KB  
Article
A Framework for Inertia Pricing in Renewable-Rich Power Systems Using Convex Hull Pricing
by Bijiang Zhu, Jing Ye, Yuyang Guan, Wenjing Wu and Yifei Sun
Processes 2026, 14(4), 667; https://doi.org/10.3390/pr14040667 - 15 Feb 2026
Viewed by 725
Abstract
With the rapid development of power systems rich in renewable energy, inertia shortages pose significant challenges to frequency security. There is an urgent need for appropriate market pricing mechanisms to quantify the economic value of inertia and incentivize inertia resources to participate in [...] Read more.
With the rapid development of power systems rich in renewable energy, inertia shortages pose significant challenges to frequency security. There is an urgent need for appropriate market pricing mechanisms to quantify the economic value of inertia and incentivize inertia resources to participate in system frequency regulation. Existing market pricing mechanisms struggle to address non-convex generation scheduling problems involving inertia constraints, often resulting in substantial uplift payments that undermine market efficiency and reduce market transparency. To address this issue, this paper proposes a novel convex hull pricing framework specifically designed for the integrated energy–inertia market. The core innovation lies in combining Dantzig–Wolfe decomposition with column generation algorithms to efficiently solve non-convex optimization problems by dynamically constructing the convex hull of feasible dispatch schemes. Based on transient frequency security metrics, the method derives the minimum inertia requirement constraint for the system and calculates the economic value of inertia in non-convex markets using convex hull pricing. Simulation studies on a modified IEEE 39-node system demonstrate two major breakthroughs: the method accurately assesses the economic value of synchronous inertia, with prices reflecting scarcity as wind penetration increases and significantly reduces total system uplift payments compared to integer relaxation pricing schemes. Consequently, this research provides a transparent, incentive-compatible, and cost-effective tool for designing and operating future inertia ancillary service markets. Full article
Show Figures

Figure 1

27 pages, 1004 KB  
Article
DC-CSAP: An Edge-UAV-End Collaborative Data Collection Framework for UAV-Assisted IoT
by Xingpo Ma, Yuerong Xue, Miaomiao Huang and Yahui Wang
Information 2026, 17(2), 190; https://doi.org/10.3390/info17020190 - 13 Feb 2026
Cited by 1 | Viewed by 645
Abstract
The integration of Unmanned Aerial Vehicles (UAVs) with the Internet of Things (IoT) is revolutionizing a wide range of applications. However, collecting massive sensing data from large-scale fields efficiently remains challenging, constrained by the limited energy of UAVs and sensing nodes. Existing schemes [...] Read more.
The integration of Unmanned Aerial Vehicles (UAVs) with the Internet of Things (IoT) is revolutionizing a wide range of applications. However, collecting massive sensing data from large-scale fields efficiently remains challenging, constrained by the limited energy of UAVs and sensing nodes. Existing schemes lack the computational intelligence of an Edge Server (ES) for deep coordination. To address this, we propose DC-CSAP, a novel “Edge-UAV-End” collaborative data collection framework. DC-CSAP introduces a systematic workflow orchestrated by the ES, which is operationalized through four dedicated collaboration mechanisms: (1) In our ES–UAV collaboration, we devise a two-phase path optimization algorithm that hybridizes Simulated Annealing (SA) with a convex-hull-inspired greedy method. (2) The ES–ISN collaboration features a prediction-based binary vector mechanism, transmitting only inaccurate data to slash communication overheads. (3) The UAV–ISN and (4) Inter-ISN protocols ensure efficient data exchange and aggregation. Extensive simulations validate that DC-CSAP outperforms benchmarks in terms of Correct Prediction Rate (CPR), energy efficiency, and UAV path length. Full article
Show Figures

Figure 1

15 pages, 698 KB  
Article
Hierarchical Control of EV Virtual Power Plants: A Strategy for Peak-Shaving Ancillary Services
by Youzhuo Zheng, Hengrong Zhang, Anjiang Liu, Yue Li, Shuqing Hao, Yu Miao, Yujie Liang and Siyang Liao
Electronics 2026, 15(3), 578; https://doi.org/10.3390/electronics15030578 - 28 Jan 2026
Cited by 1 | Viewed by 644
Abstract
In recent years, the installed capacity of renewable energy sources, such as wind power and photovoltaic generation, has been steadily increasing in power systems. However, the inherent randomness and volatility of renewable energy generation pose greater challenges to grid frequency stability. To address [...] Read more.
In recent years, the installed capacity of renewable energy sources, such as wind power and photovoltaic generation, has been steadily increasing in power systems. However, the inherent randomness and volatility of renewable energy generation pose greater challenges to grid frequency stability. To address this issue, this paper first introduces the Minkowski sum algorithm to map the feasible regions of dispersed individual units into a high-dimensional hypercube space, achieving efficient aggregation of large-scale schedulable capacity. Compared with conventional geometric or convex-hull aggregation methods, the proposed approach better captures spatio-temporal coupling characteristics and reduces computational complexity while preserving accuracy. Subsequently, aiming at the coordination challenge between day-ahead planning and real-time dispatch, a “hierarchical coordination and dynamic optimization” control framework is proposed. This three-layer architecture, comprising “day-ahead pre-dispatch, intraday rolling optimization, and terminal execution,” combined with PID feedback correction technology, stabilizes the output deviation within ±15%. This performance is significantly superior to the market assessment threshold. The research results provide theoretical support and practical reference for the engineering promotion of vehicle–grid interaction technology and the construction of new power systems. Full article
Show Figures

Figure 1

24 pages, 9875 KB  
Article
Corn Kernel Segmentation and Damage Detection Using a Hybrid Watershed–Convex Hull Approach
by Yi Shen, Wensheng Wang, Xuanyu Luo, Feiyu Zou and Zhen Yin
Foods 2026, 15(2), 404; https://doi.org/10.3390/foods15020404 - 22 Jan 2026
Cited by 2 | Viewed by 1095
Abstract
Accurate segmentation of adhered (sticky) corn kernels and reliable damage detection are critical for quality control in corn processing and kernel selection. Traditional watershed algorithms suffer from over-segmentation, whereas deep learning methods require large annotated datasets that are impractical in most industrial settings. [...] Read more.
Accurate segmentation of adhered (sticky) corn kernels and reliable damage detection are critical for quality control in corn processing and kernel selection. Traditional watershed algorithms suffer from over-segmentation, whereas deep learning methods require large annotated datasets that are impractical in most industrial settings. This study proposes W&C-SVM, a hybrid computer vision method that integrates an improved watershed algorithm (Sobel gradient and Euclidean distance transform), convex hull defect detection and an SVM classifier trained on only 50 images. On an independent test set, W&C-SVM achieved the highest damage detection accuracy of 94.3%, significantly outperforming traditional watershed SVM (TW + SVM) (74.6%), GrabCut (84.5%) and U-Net trained on the same 50 images (85.7%). The method effectively separates severely adhered kernels and identifies mechanical damage, supporting the selection of intact kernels for quality control. W&C-SVM offers a low-cost, small-sample solution ideally suited for small-to-medium food enterprises and breeding laboratories. Full article
Show Figures

Figure 1

23 pages, 886 KB  
Article
A Distributed Operational Method for Convex Hull Pricing Based on the Alternating Direction Method of Multipliers with Dantzig–Wolfe and Benders Decomposition
by Linfeng Yang, Xinhan Lin, Shifei Chen, Zhiding Wu and Haiyan Zheng
Appl. Sci. 2026, 16(2), 1097; https://doi.org/10.3390/app16021097 - 21 Jan 2026
Viewed by 520
Abstract
Due to the non-convex characteristic of the power system, it may be difficult for power generators to recover costs by following the system operators. Therefore, independent system operators have introduced discriminatory supplementary payments as incentive measures. In this context, convex hull pricing serves [...] Read more.
Due to the non-convex characteristic of the power system, it may be difficult for power generators to recover costs by following the system operators. Therefore, independent system operators have introduced discriminatory supplementary payments as incentive measures. In this context, convex hull pricing serves as an integrated solution, capable of markedly reducing such additional payouts. For the convex hull pricing problem, we propose a distributed solution method. This algorithm is based on Dantzig–Wolfe decomposition and Benders decomposition. According to the characteristics of different units, the model is decomposed into a master problem and a group of independent subproblems, and the consensus ADMM method is used to solve the master problem. The convex hull pricing problem can still be solved using this method when the data is stored separately or when the independent agents responsible for each unit wish to protect their information privacy. While ensuring the confidentiality of each unit’s information, high-quality solutions can still be obtained with high efficiency. By comparing the numerical results with those of the other three convex hull pricing algorithms, it is evident that our algorithm can obtain high-quality solutions. Full article
Show Figures

Figure 1

16 pages, 579 KB  
Article
The Short-Tailed Golden Dog Fragmented Realm: α-Hull Unravels the Maned Wolf’s Hidden Population
by Luan de Jesus Matos de Brito
Wild 2026, 3(1), 4; https://doi.org/10.3390/wild3010004 - 13 Jan 2026
Viewed by 924
Abstract
Understanding the spatial structure of large mammals is critical for conservation planning, especially under increasing habitat fragmentation. This study applies an integrated spatial analysis combining the DBSCAN density-based clustering algorithm and the α-hull method to delineate non-convex geographic ranges of the maned wolf [...] Read more.
Understanding the spatial structure of large mammals is critical for conservation planning, especially under increasing habitat fragmentation. This study applies an integrated spatial analysis combining the DBSCAN density-based clustering algorithm and the α-hull method to delineate non-convex geographic ranges of the maned wolf (Chrysocyon brachyurus) across South America. Using 454 occurrence records filtered for ecological reliability, we identified 11 geographically isolated α-populations distributed across five countries and multiple biomes, including the Cerrado, Chaco, and Atlantic Forest. The sensitivity analysis of the α parameter demonstrated that values below 2 failed to generate viable polygons, while α = 2 provided the best balance between geometric detail and ecological plausibility. Our results reveal a highly fragmented distribution, with α-populations varying in area from 43,077 km2 to 566,154.7 km2 and separated by distances up to 994.755 km. Smaller and peripheral α-populations are likely more vulnerable to stochastic processes, genetic drift, and inbreeding, while larger clusters remain functionally isolated due to anthropogenic barriers. We propose the concept of ‘α-population’ as an operational unit to describe geographically and functionally isolated groups identified through combined spatial clustering and non-convex hull analysis. This approach offers a reproducible and biologically meaningful framework for refining range estimates, identifying conservation units, and guiding targeted management actions. Overall, integrating α-hulls with density-based clustering improves our understanding of the species’ fragmented spatial structure and supports evidence-based conservation strategies aimed at maintaining habitat connectivity and long-term viability of C. brachyurus populations. Full article
Show Figures

Figure 1

Back to TopTop