期刊文献+
共找到2,160篇文章
< 1 2 108 >
每页显示 20 50 100
基于改进Otsu算法的轴承图像阈值分割方法
1
作者 赵宇航 吴超华 +2 位作者 王鑫 张晟琦 史晓亮 《机电工程》 北大核心 2026年第1期34-44,共11页
针对轴承装配后质检时,工业相机采集到的图像存在混合噪声和背光源过曝,导致图像分割精度不高、影响后续处理的问题,提出了一种基于多特征感知与贝叶斯优化的改进大津算法(Otsu)的轴承图像阈值分割方法。首先,在图像感知层面,读取、计... 针对轴承装配后质检时,工业相机采集到的图像存在混合噪声和背光源过曝,导致图像分割精度不高、影响后续处理的问题,提出了一种基于多特征感知与贝叶斯优化的改进大津算法(Otsu)的轴承图像阈值分割方法。首先,在图像感知层面,读取、计算了图像的灰度值、梯度幅值、局部二值模型并完成了储存,对三特征数据分别进行了归一化处理,加权融合了三特征数据,得到了轴承图像的加权融合图;然后,在计算效率层面,引入了贝叶斯优化与分块动态规划方法,替代了Otsu的穷举法;最后,结合感知方法与加速方法,得到了一种基于多特征感知与贝叶斯优化的改进Otsu算法(MFB-Otsu),并与其他阈值分割算法进行了性能对比实验。研究结果表明:与Otsu算法、自适应分割算法对比,MFB-Otsu算法在保留了轴承图像全局亮度分布的基础上,强化了外轮廓边缘,抑制了边缘噪声,输出图像边缘平滑,背景与前景彻底分离;在实测边缘提取中,边缘信息保留完整,噪点干扰率相较于Otsu降低了55%;在客观图像评价指标方面,该算法的分割准确率、交并比、F1值分别达到0.997、0.989、0.994,优于Otsu算法和自适应分割算法;在计算效率层面,相较于Otsu提高了12.9%。改进Otsu算法在轴承尺寸检测中表现出良好的通用性与稳定性,具有一定的工程应用价值。 展开更多
关键词 轴承装配 图像处理 图像分割 大津算法 多特征感知和贝叶斯优化 otsu加速方法 三维度特征加权 分块动态优化
在线阅读 下载PDF
基于无人机LiDAR和改进Otsu算法的玉米地边界识别方法研究
2
作者 王果 王成 +2 位作者 薛帅栋 林鑫林 文栋 《激光技术》 北大核心 2026年第1期93-98,共6页
为了高效、自动化地获取大田玉米地边界范围,利用无人机激光雷达(LiDAR)获取高密度点云,经过点云滤波和高程归一化,对最大类间方差(Otsu)算法进行改进,并结合形态学开运算和闭运算以及Canny算子进行检测,采用一种基于无人机LiDAR和改进... 为了高效、自动化地获取大田玉米地边界范围,利用无人机激光雷达(LiDAR)获取高密度点云,经过点云滤波和高程归一化,对最大类间方差(Otsu)算法进行改进,并结合形态学开运算和闭运算以及Canny算子进行检测,采用一种基于无人机LiDAR和改进的Otsu算法对大田环境下的玉米地边界进行识别,选取一个果园研究区域开展了试验验证。结果表明,基于无人机LiDAR和改进的Otsu算法能迭代出最优的玉米地识别阈值,经边缘检测后可识别出大田环境下玉米地边界,通过试验区的正射影像图取样验证,该方法对大田玉米地边界识别精确,验证了其有效性。该研究在大田玉米地边界识别、作物估产以及智慧农业研究领域具有良好的工程应用参考价值。 展开更多
关键词 图像处理 无人机激光雷达 改进的otsu算法 玉米地边界 自动识别
在线阅读 下载PDF
基于改进PSO-OTSU的图像分割算法研究
3
作者 吕途 陈一言 +1 位作者 段豪 韩伟 《技术与市场》 2026年第1期13-17,共5页
为解决传统阈值分割方法(最大类间方差法)在图像阈值分割中存在空间和时间复杂度高、实时性差的问题,提出了一种改进惯性权重的粒子群优化(particle swarm optimization,PSO)算法与传统最大类间方差法(OTSU)相结合的图像阈值分割算法。... 为解决传统阈值分割方法(最大类间方差法)在图像阈值分割中存在空间和时间复杂度高、实时性差的问题,提出了一种改进惯性权重的粒子群优化(particle swarm optimization,PSO)算法与传统最大类间方差法(OTSU)相结合的图像阈值分割算法。为了证明提出的方法对图像分割的效果相较于传统OTSU更优,通过MATLAB软件平台搭建仿真模型,将该算法和传统算法对同一组图片进行单阈值和二阈值阈值分割,将二者的分割结果(运行时间、峰值信噪比、平均结构相似性指数)进行对比。结果表明:该方法相较于传统阈值分割方法阈值分割的运行时间更短、峰值信噪比(peak signal-to-noise ratio,PSNR)更大和平均结构相似性指数(mean structural similarity index,MSSIM)值更接近于1。可见,此本文提出的算法相较于传统算法能够更快更优地对图像进行分割,有效解决了传统方法空间和时间复杂度高、实时性差的问题。 展开更多
关键词 最大类间方差法(otsu) 改进惯性权重 粒子群优化(PsO)算法 峰值信噪比(PsNR) 平均结构相似性指数(MssIM)
在线阅读 下载PDF
一种改进二维OTSU的玻璃裁切缺陷快速分割算法
4
作者 彭锷 彭向前 《机电工程技术》 2026年第2期19-24,共6页
玻璃裁切缺陷分割是玻璃完整性检测中的关键步骤,尤其在玻璃的缺边缺角、崩边崩角等检测中至关重要。传统的二维OTSU算法计算复杂度较高,难以满足工业生产的实时性需求,并且当遇到复杂边缘轮廓或者特殊缺陷(例如崩边崩角),此算法往往不... 玻璃裁切缺陷分割是玻璃完整性检测中的关键步骤,尤其在玻璃的缺边缺角、崩边崩角等检测中至关重要。传统的二维OTSU算法计算复杂度较高,难以满足工业生产的实时性需求,并且当遇到复杂边缘轮廓或者特殊缺陷(例如崩边崩角),此算法往往不能取得良好的分割效果。提出了一种融合分数阶混合蝙蝠算法与积分图像技术的新方法以改进原有的二维OTSU算法。通过引入分数阶混合蝙蝠算法可以增强算法寻优的能力并有效地减少局部最优解的可能性,进而提高算法对复杂边缘形态及特殊缺陷(例如崩边崩角)的适用性和稳定性。运用积分图像技术大幅简化二值化过程中需反复执行的累加操作,显著降低了计算的复杂度。实验结果表明,相较于基准算法,该算法在1~10 mm玻璃的复杂缺陷分割中实现多维度提升,适应度值平均提高6.21,PSNR提升0.07 dB,运行时间缩短50.6%,并在MSE和SSIM指标上实现显著优化,为玻璃完整性检测提供了更加可靠的技术支持。 展开更多
关键词 二维otsu 玻璃裁切缺陷分割 分数阶混合蝙蝠算法 积分图像
在线阅读 下载PDF
基于改进Otsu算法的金属器件镀锌表面缺陷识别方法 被引量:3
5
作者 马栎 冯占荣 《电镀与精饰》 北大核心 2025年第2期46-53,共8页
镀锌表面纹理、颜色以及亮度变化的复杂度往往较高,且不同的光照条件会对金属表面的反射和阴影产生显著影响,当前固定的阈值选择方式难以适应这种复杂多变的识别环境,影响当前人工智能领域中表面缺陷的识别效果,故提出了基于改进Otsu算... 镀锌表面纹理、颜色以及亮度变化的复杂度往往较高,且不同的光照条件会对金属表面的反射和阴影产生显著影响,当前固定的阈值选择方式难以适应这种复杂多变的识别环境,影响当前人工智能领域中表面缺陷的识别效果,故提出了基于改进Otsu算法的金属器件镀锌表面缺陷识别方法。首先,针对金属器件镀锌表面图像,根据结构张量提取图像的轮廓信息,利用Itti模型提取图像颜色和亮度信息,并分别生成各通道显著图。经规范化处理后,通过线性组合构成视觉显著图,用于初步判断图像中是否存在表面缺陷;然后,在常规的Otsu算法中,引入二阶振荡粒子群优化算法多次调整灰度阈值,利用最优的灰度阈值分割出缺陷区域;最后,利用加权马氏距离表示协方差距离,突出缺陷边缘像素特征,使缺陷兴趣区域更加显著,再采用连通区域标记的方式准确识别表面缺陷。实验结果表明,在金属器件镀锌表面缺陷人工智能识别中,该方法可以准确检索到缺陷区域,识别结果的敏感度和特异性较高。由此可以说明,该方法具有良好的应用效果。 展开更多
关键词 otsu算法 金属器件 镀锌表面 缺陷识别 二阶振荡粒子群优化算法 最优灰度阈值 GABOR小波变换
在线阅读 下载PDF
基于改进Otsu和双直方图均衡化的红外图像增强算法
6
作者 张弢 陶荣蕊 任帅 《红外技术》 北大核心 2025年第12期1548-1558,共11页
由于红外图像增强算法中存在欠增强、过增强、边缘细节增强效果差等缺陷,为在改善红外图像视觉效果、突出图像细节信息的同时避免上述缺陷,本文提出Otsu算法和双区域直方图均衡结合的红外图像的增强算法。首先基于教与学搜索策略和精英... 由于红外图像增强算法中存在欠增强、过增强、边缘细节增强效果差等缺陷,为在改善红外图像视觉效果、突出图像细节信息的同时避免上述缺陷,本文提出Otsu算法和双区域直方图均衡结合的红外图像的增强算法。首先基于教与学搜索策略和精英反向学习策略改进布谷鸟算法,以搜索到图像最优分割阈值。然后基于Otsu算法将红外图像分割为前景区域和背景区域。最后分别对前景区域进行局部直方图均衡化增强,对背景区域使用限制对比度直方图均衡化增强,并将两区域拼接得到增强图像。本文基于FLIR红外数据集进行实验,并与传统直方图均衡、双直方图均衡、限制对比度的自适应直方图均衡和现有基于K-Means算法的双直方图均衡四种算法相比较。实验结果表明,本文算法增强结果在主观上视觉效果更佳,且增强后两幅图像的信息熵、平均梯度、峰值信噪比和空间频率4个性能指标的平均值相较于原图像分别提升了1.2396、2.6046、7.1581和6.3042。最后使用4个基准函数对本文改进布谷鸟搜索算法性能进行检测,对于不同特征的基准函数,本文算法收敛速度与求解精度都有提升。综上,本文算法在红外图像增强领域具有一定优势。 展开更多
关键词 红外图像增强 布谷鸟算法 教与学搜索策略 大津算法 直方图均衡化
在线阅读 下载PDF
Dynamic threshold for SPWVD parameter estimation based on Otsu algorithm 被引量:11
7
作者 Ning Ma Jianxin Wang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2013年第6期919-924,共6页
Time-frequency-based methods are proven to be effective for parameter estimation of linear frequency modulation (LFM) signals. The smoothed pseudo Winger-Ville distribution (SPWVD) is used for the parameter estima... Time-frequency-based methods are proven to be effective for parameter estimation of linear frequency modulation (LFM) signals. The smoothed pseudo Winger-Ville distribution (SPWVD) is used for the parameter estimation of multi-LFM signals, and a method of the SPWVD binarization by a dynamic threshold based on the Otsu algorithm is proposed. The proposed method is effective in the demand for the estimation of different parameters and the unknown signal-to-noise ratio (SNR) circumstance. The performance of this method is confirmed by numerical simulation. 展开更多
关键词 parameter estimation smoothed pseudo Winger-Ville distribution sPWVD) dynamic threshold otsu algorithm
在线阅读 下载PDF
Image Segmentation of Brain MR Images Using Otsu’s Based Hybrid WCMFO Algorithm 被引量:6
8
作者 A.Renugambal K.Selva Bhuvaneswari 《Computers, Materials & Continua》 SCIE EI 2020年第8期681-700,共20页
In this study,a novel hybrid Water Cycle Moth-Flame Optimization(WCMFO)algorithm is proposed for multilevel thresholding brain image segmentation in Magnetic Resonance(MR)image slices.WCMFO constitutes a hybrid betwee... In this study,a novel hybrid Water Cycle Moth-Flame Optimization(WCMFO)algorithm is proposed for multilevel thresholding brain image segmentation in Magnetic Resonance(MR)image slices.WCMFO constitutes a hybrid between the two techniques,comprising the water cycle and moth-flame optimization algorithms.The optimal thresholds are obtained by maximizing the between class variance(Otsu’s function)of the image.To test the performance of threshold searching process,the proposed algorithm has been evaluated on standard benchmark of ten axial T2-weighted brain MR images for image segmentation.The experimental outcomes infer that it produces better optimal threshold values at a greater and quicker convergence rate.In contrast to other state-of-the-art methods,namely Adaptive Wind Driven Optimization(AWDO),Adaptive Bacterial Foraging(ABF)and Particle Swarm Optimization(PSO),the proposed algorithm has been found to be better at producing the best objective function,Peak Signal-to-Noise Ratio(PSNR),Standard Deviation(STD)and lower computational time values.Further,it was observed thatthe segmented image gives greater detail when the threshold level increases.Moreover,the statistical test result confirms that the best and mean values are almost zero and the average difference between best and mean value 1.86 is obtained through the 30 executions of the proposed algorithm.Thus,these images will lead to better segments of gray,white and cerebrospinal fluid that enable better clinical choices and diagnoses using a proposed algorithm. 展开更多
关键词 Hybrid WCMFO algorithm otsus function multilevel thresholding image segmentation brain MR image
在线阅读 下载PDF
混沌映射麻雀搜索优化OTSU的图像分割算法
9
作者 余由俊 谢峰 +1 位作者 王成 张大伟 《光学仪器》 2025年第4期25-32,共8页
针对皮肤镜图像病灶分割存在耗时长且过于主观等问题,提出一个改进的麻雀优化算法(improve sparrow search algorithm,ISSA)来优化OTSU阈值分割。算法通过模拟麻雀觅食和反捕食行为的麻雀搜索算法,将图像的类间方差作为适应度函数,在种... 针对皮肤镜图像病灶分割存在耗时长且过于主观等问题,提出一个改进的麻雀优化算法(improve sparrow search algorithm,ISSA)来优化OTSU阈值分割。算法通过模拟麻雀觅食和反捕食行为的麻雀搜索算法,将图像的类间方差作为适应度函数,在种群初始化引入分段线性混沌映射(piecewise linear chaotic map,PWLCM),提高了算法的搜索空间和寻优性能,帮助算法及时跳出局部最优。将本文提出的算法与常用的粒子群优化算法(particle swarm optimizer,PSO)、灰熊优化算法(grey wolf optimizer,GWO)和麻雀搜索算法(sparrow search algorithm,SSA)进行对比,采用皮肤镜图像进行双阈值OTSU分割实验,结果表明,所提出的ISSA不仅在寻优方面有所增强,迭代的次数相比于PSO、GWO和SSA算法也分别减少了92.2%、68.2%和41.7%,运行时间减少了66.4%、43.4%和21.1%,证明了该算法的可行性。 展开更多
关键词 图像分割 麻雀搜索算法 otsu算法 PWLCM混沌映射 皮肤镜图像
在线阅读 下载PDF
基于双通道麻雀改进OTSU的FOD分割方法 被引量:1
10
作者 费春国 陈世洪 《计算机科学》 北大核心 2025年第S1期476-482,共7页
在基于图像处理分割机场跑道异物(FOD)的方法中,基于深度学习的方法不能准确感知未经训练的异物。对此,提出基于双通道麻雀改进大津法(OTSU)的分割方法(DS-OTSU)来分割感知异物。该分割方法将麻雀搜索算法与OTSU相结合,在麻雀搜索算法... 在基于图像处理分割机场跑道异物(FOD)的方法中,基于深度学习的方法不能准确感知未经训练的异物。对此,提出基于双通道麻雀改进大津法(OTSU)的分割方法(DS-OTSU)来分割感知异物。该分割方法将麻雀搜索算法与OTSU相结合,在麻雀搜索算法中加入佳点集优化初始种群,同时在双通道中分别加入正反两个方向的扰动,从而改变麻雀搜索算法目标函数的计算方法,通过加入双重动态的萤火虫扰动改变种群更新方式,将双通道的运行结果进行对比融合,将原本只能单阈值分割图像的OTSU优化为可以分割阈值段的方法,滤除图像背景部分,最终得到FOD的分割结果。实验分析表明,所提方法在分割精度和收敛速度上均优于其他方法。 展开更多
关键词 阈值分割 otsu 机场跑道异物 麻雀搜索算法 萤火虫扰动
在线阅读 下载PDF
基于改进麻雀搜索算法的二维Otsu多阈值分割 被引量:1
11
作者 黄聪 《岳阳职业技术学院学报》 2025年第1期78-82,共5页
本文针对现有二维Otsu多阈值分割方法存在的分割精度较低、分割速率较慢等问题,提出了一种基于改进麻雀搜索算法的二维Otsu多阈值分割方法。在初始化阶段,引入Logistic混沌映射增强种群的多样性;在局部搜索阶段,分别应用莱维飞行策略、... 本文针对现有二维Otsu多阈值分割方法存在的分割精度较低、分割速率较慢等问题,提出了一种基于改进麻雀搜索算法的二维Otsu多阈值分割方法。在初始化阶段,引入Logistic混沌映射增强种群的多样性;在局部搜索阶段,分别应用莱维飞行策略、柯西变异策略更新麻雀种群中发现者和加入者的位置,以解决种群陷入局部最优的问题;最后,通过改进麻雀搜索算法求解二维Otsu算法的分割阈值。在BSDS500分割数据集上与5种群体智能优化算法优化的二维Otsu算法进行全面比较,在结构相似性和计算效率2个量化指标上的综合实验结果表明:该方法在分割精度和计算效率方面明显优于相比较的其他5种方法。 展开更多
关键词 图像分割 二维otsu算法 多阈值 改进麻雀搜索算法
在线阅读 下载PDF
基于OTSU最大类间方差法的纤维图像分割算法 被引量:1
12
作者 孙玉民 钟正欣 +1 位作者 朱嘉恺 马竞赛 《软件》 2025年第9期110-112,共3页
本文详细阐述了基于OTSU最大类间方差法的纤维图像分割技术,并对其在实际应用中的性能进行了评估。OTSU算法作为一种自适应阈值分割方法,通过寻找最优阈值,能够自动将纤维图像中的前景与背景分离,有效减少了人工干预的需求。算法的核心... 本文详细阐述了基于OTSU最大类间方差法的纤维图像分割技术,并对其在实际应用中的性能进行了评估。OTSU算法作为一种自适应阈值分割方法,通过寻找最优阈值,能够自动将纤维图像中的前景与背景分离,有效减少了人工干预的需求。算法的核心在于最大化类间方差,从而实现图像分割的最佳效果。结合形态学操作,该算法在处理纤维图像中的空洞、噪点以及细节保留方面表现出色,提高了图像分割的质量。实验结果表明,该算法不仅适用于羊毛、羊绒等常见纤维材质的图像分割,在多种复杂纤维图像处理中也展现出了良好的稳定性和适应性。本研究为纤维图像分析领域的进一步发展提供了有益的参考和可靠的技术支持。 展开更多
关键词 otsu算法 纤维图像分割 自适应阈值 形态学操作 图像处理
在线阅读 下载PDF
Optimal performance design of bat algorithm:An adaptive multi-stage structure
13
作者 Helong Yu Jiuman Song +4 位作者 Chengcheng Chen Ali Asghar Heidari Yuntao Ma Huiling Chen Yudong Zhang 《CAAI Transactions on Intelligence Technology》 2025年第3期755-814,共60页
The bat algorithm(BA)is a metaheuristic algorithm for global optimisation that simulates the echolocation behaviour of bats with varying pulse rates of emission and loudness,which can be used to find the globally opti... The bat algorithm(BA)is a metaheuristic algorithm for global optimisation that simulates the echolocation behaviour of bats with varying pulse rates of emission and loudness,which can be used to find the globally optimal solutions for various optimisation problems.Knowing the recent criticises of the originality of equations,the principle of BA is concise and easy to implement,and its mathematical structure can be seen as a hybrid particle swarm with simulated annealing.In this research,the authors focus on the performance optimisation of BA as a solver rather than discussing its originality issues.In terms of operation effect,BA has an acceptable convergence speed.However,due to the low proportion of time used to explore the search space,it is easy to converge prematurely and fall into the local optima.The authors propose an adaptive multi-stage bat algorithm(AMSBA).By tuning the algorithm's focus at three different stages of the search process,AMSBA can achieve a better balance between exploration and exploitation and improve its exploration ability by enhancing its performance in escaping local optima as well as maintaining a certain convergence speed.Therefore,AMSBA can achieve solutions with better quality.A convergence analysis was conducted to demonstrate the global convergence of AMSBA.The authors also perform simulation experiments on 30 benchmark functions from IEEE CEC 2017 as the objective functions and compare AMSBA with some original and improved swarm-based algorithms.The results verify the effectiveness and superiority of AMSBA.AMSBA is also compared with eight representative optimisation algorithms on 10 benchmark functions derived from IEEE CEC 2020,while this experiment is carried out on five different dimensions of the objective functions respectively.A balance and diversity analysis was performed on AMSBA to demonstrate its improvement over the original BA in terms of balance.AMSBA was also applied to the multi-threshold image segmentation of Citrus Macular disease,which is a bacterial infection that causes lesions on citrus trees.The segmentation results were analysed by comparing each comparative algorithm's peak signal-to-noise ratio,structural similarity index and feature similarity index.The results show that the proposed BA-based algorithm has apparent advantages,and it can effectively segment the disease spots from citrus leaves when the segmentation threshold is at a low level.Based on a comprehensive study,the authors think the proposed optimiser has mitigated the main drawbacks of the BA,and it can be utilised as an effective optimisation tool. 展开更多
关键词 bat-inspired algorithm Citrus Macular disease global optimization multi-threshold image segmentation otsu algorithm
在线阅读 下载PDF
基于图像信息算法的2024年新疆乌什M_(S)7.1地震回溯性预测研究
14
作者 袁伏全 黄浩 +2 位作者 徐玮阳 张晓清 刘兴盛 《地震研究》 北大核心 2026年第2期198-206,共9页
使用1970年以来新疆天山地震带及邻区的地震目录资料,基于图像信息(PI)算法,计算得到2016—2028年该地区逐年滑动的预测窗PI热点分布图像,并使用工作特征图表法(ROC)和R值评分法对PI算法的预测效能进行了检验。结果表明:①在2020—2024... 使用1970年以来新疆天山地震带及邻区的地震目录资料,基于图像信息(PI)算法,计算得到2016—2028年该地区逐年滑动的预测窗PI热点分布图像,并使用工作特征图表法(ROC)和R值评分法对PI算法的预测效能进行了检验。结果表明:①在2020—2024年回溯性预测图像中,2024年新疆乌什M_(S)7.1地震震中区域存在PI热点,具有较强的发震地点指示意义。②在5个回溯性预测时间窗(2016—2020年、2017—2021年、2018—2022年、2019—2023年、2020—2024年)内的PI热点图像演化过程中,乌什M_(S)7.1地震震中附近PI热点表现为“出现—逐步密集增强”,发震概率增大,该热点附近发震紧迫性和地震危险性增强。③ROC检验和R值评分显示,PI算法优于随机预测方法。④综合热点信息演化图像分析得到,南天山地震带的西南端强震危险性较高。 展开更多
关键词 乌什M_(s)7.1地震 PI算法 回溯性预测 地震热点 ROC检验
在线阅读 下载PDF
Analysis of Innovative Quantum Optimization Solutions for Shor’s Period Finding Algorithm Applied to the Computation of a^(x) mod 15
15
作者 Kaleb Dias Antoine KODO Eugène CEZIN 《Journal of Quantum Computing》 2025年第1期17-38,共22页
In the rapidly evolving domain of quantum computing,Shor’s algorithm has emerged as a groundbreaking innovation with far-reaching implications for the field of cryptographic security.However,the efficacy of Shor’s a... In the rapidly evolving domain of quantum computing,Shor’s algorithm has emerged as a groundbreaking innovation with far-reaching implications for the field of cryptographic security.However,the efficacy of Shor’s algorithm hinges on the critical step of determining the period,a process that poses a substantial computational challenge.This article explores innovative quantum optimization solutions that aim to enhance the efficiency of Shor’s period finding algorithm.The article focuses on quantum development environments,such as Qiskit and Cirq.A detailed analysis is conducted on three notable tools:Qiskit Transpiler,BQSKit,and Mitiq.The performance of these tools is evaluated in terms of execution time,precision,resource utilization,the number of quantum gates,circuit synthesis optimization,error mitigation,and qubit fidelity.Through rigorous case studies,we highlight the strengths and limitations of these tools,shedding light on their potential impact on integer factorization and cybersecurity.Our findings underscore the importance of quantum optimization and lay the foundation for future developments in quantum algorithmic enhancements,particularly within the Qiskit and Cirq quantum development environments. 展开更多
关键词 Quantum computing shor’s algorithm quantum optimization cryptographic security
在线阅读 下载PDF
Fast Mixture Distribution Optimization for Rain-Flow Matrix of a Steel Arch Bridge by REBMIX Algorithm
16
作者 Yuliang He Weihong Lou +1 位作者 Da Hang Youhua Su 《Structural Durability & Health Monitoring》 2025年第4期887-902,共16页
The computational accuracy and efficiency of modeling the stress spectrum derived from bridge monitoring data significantly influence the fatigue life assessment of steel bridges.Therefore,determining the optimal stre... The computational accuracy and efficiency of modeling the stress spectrum derived from bridge monitoring data significantly influence the fatigue life assessment of steel bridges.Therefore,determining the optimal stress spectrum model is crucial for further fatigue reliability analysis.This study investigates the performance of the REBMIX algorithm in modeling both univariate(stress range)and multivariate(stress range and mean stress)distributions of the rain-flowmatrix for a steel arch bridge,usingAkaike’s Information Criterion(AIC)as a performance metric.Four types of finitemixture distributions—Normal,Lognormal,Weibull,and Gamma—are employed tomodel the stress range.Additionally,mixed distributions,including Normal-Normal,Lognormal-Normal,Weibull-Normal,and Gamma-Normal,are utilized to model the joint distribution of stress range and mean stress.The REBMIX algorithm estimates the number of components,component weights,and component parameters for each candidate finite mixture distribution.The results demonstrate that the REBMIX algorithm-based mixture parameter estimation approach effectively identifies the optimal distribution based on AIC values.Furthermore,the algorithm exhibits superior computational efficiency compared to traditional methods,making it highly suitable for practical applications. 展开更多
关键词 steel bridge stress spectrum finite mixture distribution REBMIX algorithm Akaike’s information criterion
在线阅读 下载PDF
基于Otsu算法的火烧迹地快速提取研究
17
作者 郑增方 《绿色科技》 2025年第8期181-185,共5页
森林火灾严重威胁生命财产安全,准确提取火烧迹地对灾后生态环境评估与恢复具有重要意义。以2021年四川省冕宁县的典型森林火灾为研究对象,基于google earth engine(GEE)云平台获取火灾前后的Sentinel-2卫星数据,采用归一化烧毁指数(dN... 森林火灾严重威胁生命财产安全,准确提取火烧迹地对灾后生态环境评估与恢复具有重要意义。以2021年四川省冕宁县的典型森林火灾为研究对象,基于google earth engine(GEE)云平台获取火灾前后的Sentinel-2卫星数据,采用归一化烧毁指数(dNBR)结合Otsu算法快速提取火烧迹地,并利用数学形态学原理优化识别结果,以进一步提升识别精度并评估该方法的适用性。结果表明,基于Otsu算法的火烧迹地识别总体精度为0.93,Kappa系数为0.85;优化后识别总体精度提高至0.94,Kappa系数升至0.88。优化后提取的过火面积与目视解译结果的误差仅为-5.74 hm^(2)。Otsu算法能够有效识别研究区的火烧迹地范围,且提取结果与目视解译高度吻合,优化处理后识别精度进一步提高。本研究可为火烧迹地的遥感提取提供一种合理且高效的方法。 展开更多
关键词 火烧迹地 大津算法 形态学优化 哨兵2号 dNBR
在线阅读 下载PDF
Research on Defect Detection of Wind Turbine Blades Based on Morphology and Improved Otsu Algorithm Using Infrared Images
18
作者 Shuang Kang Yinchao He +1 位作者 Wenwen Li Sen Liu 《Computers, Materials & Continua》 SCIE EI 2024年第10期933-949,共17页
To address the issues of low accuracy and high false positive rate in traditional Otsu algorithm for defect detection on infrared images of wind turbine blades(WTB),this paper proposes a technique that combines morpho... To address the issues of low accuracy and high false positive rate in traditional Otsu algorithm for defect detection on infrared images of wind turbine blades(WTB),this paper proposes a technique that combines morphological image enhancement with an improved Otsu algorithm.First,mathematical morphology’s differential multi-scale white and black top-hat operations are applied to enhance the image.The algorithm employs entropy as the objective function to guide the iteration process of image enhancement,selecting appropriate structural element scales to execute differential multi-scale white and black top-hat transformations,effectively enhancing the detail features of defect regions and improving the contrast between defects and background.Afterwards,grayscale inversion is performed on the enhanced infrared defect image to better adapt to the improved Otsu algorithm.Finally,by introducing a parameter K to adjust the calculation of inter-class variance in the Otsu method,the weight of the target pixels is increased.Combined with the adaptive iterative threshold algorithm,the threshold selection process is further fine-tuned.Experimental results show that compared to traditional Otsu algorithms and other improvements,the proposed method has significant advantages in terms of defect detection accuracy and reducing false positive rates.The average defect detection rate approaches 1,and the average Hausdorff distance decreases to 0.825,indicating strong robustness and accuracy of the method. 展开更多
关键词 Morphological enhancement improved otsu algorithm infrared image grayscale inversion adaptive iterative thresholding
在线阅读 下载PDF
Advanced 3D Wind Farm Layout Optimization Framework via Power-Law Perturbation-Based Genetic Algorithm
19
作者 Jiaru Yang Yaotong Song +3 位作者 Jun Tang Weiping Ding Zhenyu Lei Shangce Gao 《IEEE/CAA Journal of Automatica Sinica》 2025年第11期2314-2328,共15页
The modeling and optimization of wind farm layouts can effectively reduce the wake effect between turbine units,thereby enhancing the expected output power and avoiding negative influence.Traditional wind farm optimiz... The modeling and optimization of wind farm layouts can effectively reduce the wake effect between turbine units,thereby enhancing the expected output power and avoiding negative influence.Traditional wind farm optimization often uses idealized wake models,neglecting the influence of wind shear at different elevations,which leads to a lack of precision in estimating wake effects and fails to meet the accuracy and reliability requirements of practical engineering.To address this,we have constructed a three-dimensional 3D wind farm optimization model that incorporates elevation,utilizing a 3D wake model to better reflect real-world conditions.We aim to assess the optimization state of the algorithm and provide strong incentives at the right moments to ensure continuous evolution of the population.To this end,we propose an evolutionary adaptation degreeguided genetic algorithm based on power-law perturbation(PPGA)to adapt multidimensional conditions.We select the offshore wind power project in Nantong,Jiangsu,China,as a study example and compare PPGA with other well-performing algorithms under this practical project.Based on the actual wind condition data,the experimental results demonstrate that PPGA can effectively tackle this complex problem and achieve the best power efficiency. 展开更多
关键词 3D wake model China’s southeastern coast metaheuristic offshore wind farm power-law perturbation-based genetic algorithm(PPGA)
在线阅读 下载PDF
The Study of Otsu Algorithm Applied in the Measuring of Ash Proportion
20
作者 Weihua Pan Jinghai Wang 《Computer Technology and Application》 2013年第8期410-414,共5页
To further improve the boiler ash ratio detection methods and resource utilization, through image processing technology for boiler ash ratio analysis, the article first studied the one-dimensional Otsu algorithm, and ... To further improve the boiler ash ratio detection methods and resource utilization, through image processing technology for boiler ash ratio analysis, the article first studied the one-dimensional Otsu algorithm, and then for the one-dimensional Otsu algorithm, in order to improve the accuracy of the algorithm, then it puts forward a two-dimensional Otsu algorithm. Finally the two-dimensional Otsu algorithm combined with the one-dimensional Otsu algorithm and the improved Otsu algorithm. By analyzing the improved Otsu algorithm, this paper considers the pixel gray value, neighborhood information, excluding light, noise and the relative efficiency of one-dimensional Otsu algorithm higher accuracy. The relative dimensional Otsu algorithm operating efficiency has been greatly improved. Improved Otsu algorithm in dealing with boiler ash ratio detection has played a very good part in the ecological environment, economic development and some other important aspects. 展开更多
关键词 otsu algorithm PIXELs the grayscale of adjacent regions the ratio of ash and dregs.
在线阅读 下载PDF
上一页 1 2 108 下一页 到第
使用帮助 返回顶部