首页 > 最新文献

International Conference on Image Processing and Intelligent Control最新文献

英文 中文
ORB feature extraction and feature matching based on geometric constraints 基于几何约束的ORB特征提取与特征匹配
Pub Date : 2023-08-09 DOI: 10.1117/12.3000969
Zhenyu Wu, Xueqian Wu
This paper studies feature extraction and feature matching in visual odometry. Aiming at the problems that ORB feature extraction does not have illumination invariance and feature distribution is uneven, an adaptive threshold algorithm for feature extraction is added, and a quadtree is used to manage feature points. Aiming at the problem of high time cost of the feature matching algorithm, an outlier removal algorithm based on geometric constraints is proposed, and the constraint set is constructed by using the slope, distance, and descriptor distance between the matching feature point pairs. Tested on the TUM dataset, the feature extraction algorithm can adapt to scenes with different brightness, and the robustness is improved. The time taken by outlier removal algorithm based on geometric constraints is about 10% of RANSAC. After that, combined with RANSAC, the running time of RANSAC can be reduced by 60%. Our algorithm can improve the estimation accuracy and robustness of the system.
本文研究了视觉里程计中的特征提取和特征匹配。针对ORB特征提取不具有光照不变性和特征分布不均匀的问题,加入自适应阈值算法进行特征提取,并采用四叉树对特征点进行管理。针对特征匹配算法耗时高的问题,提出了一种基于几何约束的离群值去除算法,并利用匹配特征点对之间的斜率、距离和描述符距离构造约束集。在TUM数据集上测试,特征提取算法能够适应不同亮度的场景,鲁棒性得到了提高。基于几何约束的离群点去除算法所需的时间约为RANSAC算法的10%。之后,与RANSAC结合使用,RANSAC的运行时间可缩短60%。该算法可以提高系统的估计精度和鲁棒性。
{"title":"ORB feature extraction and feature matching based on geometric constraints","authors":"Zhenyu Wu, Xueqian Wu","doi":"10.1117/12.3000969","DOIUrl":"https://doi.org/10.1117/12.3000969","url":null,"abstract":"This paper studies feature extraction and feature matching in visual odometry. Aiming at the problems that ORB feature extraction does not have illumination invariance and feature distribution is uneven, an adaptive threshold algorithm for feature extraction is added, and a quadtree is used to manage feature points. Aiming at the problem of high time cost of the feature matching algorithm, an outlier removal algorithm based on geometric constraints is proposed, and the constraint set is constructed by using the slope, distance, and descriptor distance between the matching feature point pairs. Tested on the TUM dataset, the feature extraction algorithm can adapt to scenes with different brightness, and the robustness is improved. The time taken by outlier removal algorithm based on geometric constraints is about 10% of RANSAC. After that, combined with RANSAC, the running time of RANSAC can be reduced by 60%. Our algorithm can improve the estimation accuracy and robustness of the system.","PeriodicalId":210802,"journal":{"name":"International Conference on Image Processing and Intelligent Control","volume":"39 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121496173","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Research on auxiliary decision-making for sea striking of naval aviation based on deep reinforcement learning 基于深度强化学习的海军航空兵海上打击辅助决策研究
Pub Date : 2023-08-09 DOI: 10.1117/12.3000933
Minjie Wu, D. Yin
The situation of the future naval battlefield will become more and more complex, and it will become a trend to develop various military auxiliary decision-making systems based on artificial intelligence and big data technology. This paper sorts out the key technologies of the auxiliary decision-making system based on deep reinforcement learning. On this basis, it proposes the construction method of the naval aviation sea-striking agent model, and completes the construction of the training framework with the combat deduction system as the environment. Finally, it summarizes and prospects some of future work.
未来海军战场形势将越来越复杂,发展基于人工智能和大数据技术的各种军事辅助决策系统将成为一种趋势。对基于深度强化学习的辅助决策系统的关键技术进行了梳理。在此基础上,提出了海军航空兵海上打击主体模型的构建方法,并以作战演绎系统为环境,完成了训练框架的构建。最后,对今后的工作进行了总结和展望。
{"title":"Research on auxiliary decision-making for sea striking of naval aviation based on deep reinforcement learning","authors":"Minjie Wu, D. Yin","doi":"10.1117/12.3000933","DOIUrl":"https://doi.org/10.1117/12.3000933","url":null,"abstract":"The situation of the future naval battlefield will become more and more complex, and it will become a trend to develop various military auxiliary decision-making systems based on artificial intelligence and big data technology. This paper sorts out the key technologies of the auxiliary decision-making system based on deep reinforcement learning. On this basis, it proposes the construction method of the naval aviation sea-striking agent model, and completes the construction of the training framework with the combat deduction system as the environment. Finally, it summarizes and prospects some of future work.","PeriodicalId":210802,"journal":{"name":"International Conference on Image Processing and Intelligent Control","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133063780","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Infrared small target recognition in waterways based on YOLOv5 algorithm 基于YOLOv5算法的水路红外小目标识别
Pub Date : 2023-08-09 DOI: 10.1117/12.3002081
Yikai Fan, Yingjun Zhang
YOLOv5 is one of the target detection algorithms with fast detection speed and high accuracy, but it has the problems of insufficient sensory field and low accuracy of small target detection. In order to solve above problems, an improved YOLOv5 network model, i.e., an improved YOLOv5-TI model based on the attention mechanism, is proposed. The attention module is added to the backbone network when extracting features to improve the target detection accuracy, and the input features are shifted windowed for self-attention calculation to effectively utilize the features and improve the small target detection accuracy; the proposed model YOLOv5-TI is experimented on the self-built inland infrared dataset, and the mAP value reaches 95.5%, and the results show that YOLOv5-TI can effectively improve the target detection accuracy. The inland vessels equipped with visual intelligent perception system can effectively identify the targets on water, and they have wide applications in the fields of surface exploration and autonomous search and rescue.
YOLOv5是一种检测速度快、精度高的目标检测算法,但存在感觉场不足、小目标检测精度低等问题。为了解决上述问题,本文提出了一种改进的YOLOv5网络模型,即基于注意机制的改进YOLOv5- ti模型。在提取特征时在骨干网络中加入注意模块,提高目标检测精度,对输入特征进行移窗自注意计算,有效利用特征,提高小目标检测精度;本文提出的模型YOLOv5-TI在自建的内陆红外数据集上进行了实验,mAP值达到95.5%,结果表明YOLOv5-TI能有效提高目标检测精度。配备视觉智能感知系统的内河船舶能够有效识别水面目标,在水面探测和自主搜救等领域有着广泛的应用。
{"title":"Infrared small target recognition in waterways based on YOLOv5 algorithm","authors":"Yikai Fan, Yingjun Zhang","doi":"10.1117/12.3002081","DOIUrl":"https://doi.org/10.1117/12.3002081","url":null,"abstract":"YOLOv5 is one of the target detection algorithms with fast detection speed and high accuracy, but it has the problems of insufficient sensory field and low accuracy of small target detection. In order to solve above problems, an improved YOLOv5 network model, i.e., an improved YOLOv5-TI model based on the attention mechanism, is proposed. The attention module is added to the backbone network when extracting features to improve the target detection accuracy, and the input features are shifted windowed for self-attention calculation to effectively utilize the features and improve the small target detection accuracy; the proposed model YOLOv5-TI is experimented on the self-built inland infrared dataset, and the mAP value reaches 95.5%, and the results show that YOLOv5-TI can effectively improve the target detection accuracy. The inland vessels equipped with visual intelligent perception system can effectively identify the targets on water, and they have wide applications in the fields of surface exploration and autonomous search and rescue.","PeriodicalId":210802,"journal":{"name":"International Conference on Image Processing and Intelligent Control","volume":"12782 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130373002","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Discharging state recognition method of intelligent ring network cabinet based on audio signal spectrum analysis 基于音频信号频谱分析的智能环网柜放电状态识别方法
Pub Date : 2023-08-09 DOI: 10.1117/12.3000839
Mingming Zhang, Jin Hu, Wenjun Li
The conventional discharge state identification method mainly focuses on partial identification. The field identification environment is subject to various interference signals from Getang, resulting in poor performance of the ring main unit discharge state identification. Therefore, an intelligent ring network cabinet discharge state recognition method based on audio signal spectrum analysis is designed. Collect the partial discharge data of the intelligent ring network cabinet, and extract the characteristics of the partial discharge of the intelligent ring network cabinet. Based on the audio signal spectrum analysis, the partial discharge noise signal of the ring main unit is processed, and the discharge noise signal is filtered to ensure accurate identification of the discharge signal. By means of comparative experiments, it is verified that the recognition effect of this method is better and can be applied to real life.
传统的放电状态识别方法主要侧重于局部识别。现场识别环境受到来自戈塘的各种干扰信号的影响,导致环形主机组放电状态识别性能较差。为此,设计了一种基于音频信号频谱分析的智能环网机柜放电状态识别方法。采集智能环网柜局部放电数据,提取智能环网柜局部放电特征。在音频信号频谱分析的基础上,对环形主机部分放电噪声信号进行处理,并对放电噪声信号进行滤波,保证放电信号的准确识别。通过对比实验,验证了该方法的识别效果较好,可以应用于现实生活中。
{"title":"Discharging state recognition method of intelligent ring network cabinet based on audio signal spectrum analysis","authors":"Mingming Zhang, Jin Hu, Wenjun Li","doi":"10.1117/12.3000839","DOIUrl":"https://doi.org/10.1117/12.3000839","url":null,"abstract":"The conventional discharge state identification method mainly focuses on partial identification. The field identification environment is subject to various interference signals from Getang, resulting in poor performance of the ring main unit discharge state identification. Therefore, an intelligent ring network cabinet discharge state recognition method based on audio signal spectrum analysis is designed. Collect the partial discharge data of the intelligent ring network cabinet, and extract the characteristics of the partial discharge of the intelligent ring network cabinet. Based on the audio signal spectrum analysis, the partial discharge noise signal of the ring main unit is processed, and the discharge noise signal is filtered to ensure accurate identification of the discharge signal. By means of comparative experiments, it is verified that the recognition effect of this method is better and can be applied to real life.","PeriodicalId":210802,"journal":{"name":"International Conference on Image Processing and Intelligent Control","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115440246","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Exploration on the football player physical fitness video monitoring system based on information technology 基于信息技术的足球运动员体能视频监控系统的探索
Pub Date : 2023-08-09 DOI: 10.1117/12.3000798
Xuchao Liu, Zixiao Gong
Football is a high-intensity sport that requires high physical fitness from athletes. Physical fitness is a key element that every football player must master. This article aimed to design an information technology based football player physical fitness video monitoring system, which can provide coaches with detailed information about the athlete’s physical condition and help them develop training plans. This article mainly used experimental design and data comparison to analyze the pre and post monitoring data of football players. The experimental data showed that the speed standard deviation of athletes before and after monitoring was below 0.1 at 10m and 5m. A football player physical fitness video monitoring system based on information technology is a feasible way to provide coaches with detailed information about their physical condition and help them develop training plans.
足球是一项高强度的运动,对运动员的身体素质要求很高。身体健康是每个足球运动员必须掌握的关键因素。本文旨在设计一个基于信息技术的足球运动员体能视频监控系统,为教练员提供运动员身体状况的详细信息,帮助教练员制定训练计划。本文主要采用实验设计和数据对比的方法对足球运动员运动前后的监测数据进行分析。实验数据显示,监测前后运动员在10m和5m处的速度标准差均在0.1以下。基于信息技术的足球运动员体能视频监控系统是为教练员提供运动员身体状况的详细信息,帮助教练员制定训练计划的可行途径。
{"title":"Exploration on the football player physical fitness video monitoring system based on information technology","authors":"Xuchao Liu, Zixiao Gong","doi":"10.1117/12.3000798","DOIUrl":"https://doi.org/10.1117/12.3000798","url":null,"abstract":"Football is a high-intensity sport that requires high physical fitness from athletes. Physical fitness is a key element that every football player must master. This article aimed to design an information technology based football player physical fitness video monitoring system, which can provide coaches with detailed information about the athlete’s physical condition and help them develop training plans. This article mainly used experimental design and data comparison to analyze the pre and post monitoring data of football players. The experimental data showed that the speed standard deviation of athletes before and after monitoring was below 0.1 at 10m and 5m. A football player physical fitness video monitoring system based on information technology is a feasible way to provide coaches with detailed information about their physical condition and help them develop training plans.","PeriodicalId":210802,"journal":{"name":"International Conference on Image Processing and Intelligent Control","volume":"317 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123156888","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Research on target recognition technology based on improved YOLOv5 基于改进YOLOv5的目标识别技术研究
Pub Date : 2023-08-09 DOI: 10.1117/12.3000843
Lu-lu Fang, Yang Zhang, Tao Jing, Hai Hu
Aiming at the problem of low detection accuracy in traditional UAV target recognition, an improved YOLOv5 target recognition method is proposed. The loss function of YOLOv5 is improved, and the CIoU loss function is used instead of the GIoU loss function used by YOLOv5 to optimize the training model. The accuracy of the algorithm is improved, and a more accurate identification of the target is realized. The experimental results show that the mAP value of the model trained on the aviation dataset NWPU VHR-10 by the improved YOLOv5 algorithm reaches 93.33%, which is 4% higher than the original YOLOv5 algorithm.
针对传统无人机目标识别检测精度低的问题,提出了一种改进的YOLOv5目标识别方法。对YOLOv5的损失函数进行了改进,使用CIoU损失函数代替YOLOv5使用的GIoU损失函数来优化训练模型。提高了算法的精度,实现了更准确的目标识别。实验结果表明,改进的YOLOv5算法在航空数据集NWPU VHR-10上训练的模型mAP值达到93.33%,比原YOLOv5算法提高了4%。
{"title":"Research on target recognition technology based on improved YOLOv5","authors":"Lu-lu Fang, Yang Zhang, Tao Jing, Hai Hu","doi":"10.1117/12.3000843","DOIUrl":"https://doi.org/10.1117/12.3000843","url":null,"abstract":"Aiming at the problem of low detection accuracy in traditional UAV target recognition, an improved YOLOv5 target recognition method is proposed. The loss function of YOLOv5 is improved, and the CIoU loss function is used instead of the GIoU loss function used by YOLOv5 to optimize the training model. The accuracy of the algorithm is improved, and a more accurate identification of the target is realized. The experimental results show that the mAP value of the model trained on the aviation dataset NWPU VHR-10 by the improved YOLOv5 algorithm reaches 93.33%, which is 4% higher than the original YOLOv5 algorithm.","PeriodicalId":210802,"journal":{"name":"International Conference on Image Processing and Intelligent Control","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123688146","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
AU-Net: an image segmentation for complex scenes AU-Net:用于复杂场景的图像分割
Pub Date : 2023-08-09 DOI: 10.1117/12.3001288
Xiao Dai, Xiaoyu Li, Bei Yu
The continuous advancement of artificial intelligence technology has made autonomous driving possible. However, duo the lack of sufficient data to train a good deep learning model, the current smart driving system can only rely on the driver for autonomous control, which may have serious consequences in the event of an accident. In practical applications, smart driving systems not only need autonomous driving technology, but must also be able to recognize obstacles and accurately avoid them without relying on manual manipulation, making the integration of autonomous driving features into vehicles a very promising research direction. To address this problem, we propose a novel segmentation method, AU-Net, which is capable of achieving accurate and complete segmentation of complex scenes by introducing an axial attention mechanism. We evaluate the performance of our model on the dataset Camvid, which improves 0.54%, 0.47%, 0.32% and 1.54% in the miaou, accuracy, percision and recall metrics, respectively, and the results show that our model is well adapted to complex scenes in intelligent driving detection.
人工智能技术的不断进步使自动驾驶成为可能。然而,由于缺乏足够的数据来训练良好的深度学习模型,目前的智能驾驶系统只能依靠驾驶员进行自主控制,这在发生事故时可能会造成严重的后果。在实际应用中,智能驾驶系统不仅需要自动驾驶技术,还必须能够在不依赖人工操作的情况下识别障碍物并准确避开,这使得自动驾驶功能融入车辆成为一个非常有前途的研究方向。为了解决这一问题,我们提出了一种新的分割方法AU-Net,该方法通过引入轴向注意机制,能够实现对复杂场景的准确完整分割。在Camvid数据集上对该模型的性能进行了评价,结果表明,该模型在均值、准确率、精密度和召回率方面分别提高了0.54%、0.47%、0.32%和1.54%,结果表明,该模型能够很好地适应复杂场景的智能驾驶检测。
{"title":"AU-Net: an image segmentation for complex scenes","authors":"Xiao Dai, Xiaoyu Li, Bei Yu","doi":"10.1117/12.3001288","DOIUrl":"https://doi.org/10.1117/12.3001288","url":null,"abstract":"The continuous advancement of artificial intelligence technology has made autonomous driving possible. However, duo the lack of sufficient data to train a good deep learning model, the current smart driving system can only rely on the driver for autonomous control, which may have serious consequences in the event of an accident. In practical applications, smart driving systems not only need autonomous driving technology, but must also be able to recognize obstacles and accurately avoid them without relying on manual manipulation, making the integration of autonomous driving features into vehicles a very promising research direction. To address this problem, we propose a novel segmentation method, AU-Net, which is capable of achieving accurate and complete segmentation of complex scenes by introducing an axial attention mechanism. We evaluate the performance of our model on the dataset Camvid, which improves 0.54%, 0.47%, 0.32% and 1.54% in the miaou, accuracy, percision and recall metrics, respectively, and the results show that our model is well adapted to complex scenes in intelligent driving detection.","PeriodicalId":210802,"journal":{"name":"International Conference on Image Processing and Intelligent Control","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116642169","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Numerical analysis and calculation of urban landscape spatial pattern 城市景观空间格局的数值分析与计算
Pub Date : 2023-08-09 DOI: 10.1117/12.3000938
Fan Zhang, Jialin Li
In order to plan and design different models of urban landscape, this paper presents numerical methods and calculation methods for different models of urban landscape. Through the analysis of urban green space landscape pattern, it can be found that there are still problems such as the incompatibility of green space and space distribution, the dispersal of some green space, the high fragmentation space, and the urban green space shortage. In the future urban green space development, attention should be paid to the following problems: there is less green space in the central part of the city, and the green space distribution is focused on the poor areas, especially in the northwest part of the city. In future urban development, especially in the context of old urban development, it is necessary to strengthen the construction of green space in the central region, appropriately provide some economic benefits, and increase the green space in the central region of the city by destruction, the construction of small parks and green space, so that the public can live together. Urban ecological green space is insufficient, and construction should be strengthened. City A has good natural resources, among which the ancient Yellow River and the Beijing-Hangzhou Grand Canal pass through the city, and the urban water network is developed. We should focus on building ecological green spaces on both sides of the river and reduce the construction projects of residential quarters within a certain buffer zone. At present, there are many other green spaces in urban green space, most of which are unused construction land or green space, which may be occupied in the process of urban development. How to ensure the quantity and quality of such green spaces will be the key issues for urban builders.
为了规划和设计不同的城市景观模型,本文提出了不同城市景观模型的数值方法和计算方法。通过对城市绿地景观格局的分析,发现城市绿地与空间分布不协调、部分绿地分散、空间碎片化程度高、城市绿地短缺等问题依然存在。在未来的城市绿地开发中,应注意以下问题:城市中心绿地较少,绿地分布集中在贫困地区,尤其是城市西北部。在未来的城市发展中,特别是在旧城发展的背景下,有必要加强中心区域的绿地建设,适当提供一些经济效益,并通过破坏,建设小型公园和绿地来增加城市中心区域的绿地,使公众能够共同生活。城市生态绿地不足,应加强建设。A市自然资源良好,古黄河、京杭大运河穿城而过,城市水网发达。重点建设两岸生态绿地,在一定缓冲区内减少住宅小区建设项目。目前,城市绿地中还有许多其他绿地,其中大部分是未使用的建设用地或绿地,可能在城市发展过程中被占用。如何保证这些绿地的数量和质量将是城市建设者面临的关键问题。
{"title":"Numerical analysis and calculation of urban landscape spatial pattern","authors":"Fan Zhang, Jialin Li","doi":"10.1117/12.3000938","DOIUrl":"https://doi.org/10.1117/12.3000938","url":null,"abstract":"In order to plan and design different models of urban landscape, this paper presents numerical methods and calculation methods for different models of urban landscape. Through the analysis of urban green space landscape pattern, it can be found that there are still problems such as the incompatibility of green space and space distribution, the dispersal of some green space, the high fragmentation space, and the urban green space shortage. In the future urban green space development, attention should be paid to the following problems: there is less green space in the central part of the city, and the green space distribution is focused on the poor areas, especially in the northwest part of the city. In future urban development, especially in the context of old urban development, it is necessary to strengthen the construction of green space in the central region, appropriately provide some economic benefits, and increase the green space in the central region of the city by destruction, the construction of small parks and green space, so that the public can live together. Urban ecological green space is insufficient, and construction should be strengthened. City A has good natural resources, among which the ancient Yellow River and the Beijing-Hangzhou Grand Canal pass through the city, and the urban water network is developed. We should focus on building ecological green spaces on both sides of the river and reduce the construction projects of residential quarters within a certain buffer zone. At present, there are many other green spaces in urban green space, most of which are unused construction land or green space, which may be occupied in the process of urban development. How to ensure the quantity and quality of such green spaces will be the key issues for urban builders.","PeriodicalId":210802,"journal":{"name":"International Conference on Image Processing and Intelligent Control","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132451497","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Image recognition and position technology based on super-pixel fuzzy C-means clustering in industrial assembly systems 基于超像素模糊c均值聚类的工业装配系统图像识别与定位技术
Pub Date : 2023-08-09 DOI: 10.1117/12.3001356
Hailiang Yuan, Weitao Sun, Hailing Wang
Improved fuzzy c-means (FCM) clustering algorithms have been widely used for image recognition and localization. However, in industrial assembly systems, the unsatisfactory pixel merging and segmentation results between local adjacent windows, combined with the differences in the shape, size, and material of parts, as well as variations in lighting conditions, make target image recognition and localization a challenge. Most algorithms struggle to achieve the expected results and have high computational complexity. In this study, we propose a super-resolution-based FCM clustering algorithm that is faster and more accurate for image recognition and localization in industrial assembly systems with irregular part sizes. We first use multiscale morphological gradient operations to obtain high-resolution images. Then, we use the fast FCM clustering algorithm to achieve the recognition and extraction of specific target images. Finally, we use the Sobel operator to determine the target's position. The experimental results demonstrate that the proposed algorithm shows higher accuracy and efficiency in image recognition and localization for industrial assembly systems.
改进的模糊c均值(FCM)聚类算法已广泛应用于图像识别和定位。然而,在工业装配系统中,局部相邻窗口之间像素合并和分割结果不理想,再加上零件形状、尺寸和材料的差异,以及光照条件的变化,使得目标图像识别和定位成为一项挑战。大多数算法很难达到预期的结果,并且具有很高的计算复杂度。在这项研究中,我们提出了一种基于超分辨率的FCM聚类算法,该算法可以更快、更准确地用于不规则零件尺寸的工业装配系统中的图像识别和定位。我们首先使用多尺度形态梯度操作获得高分辨率图像。然后,我们使用快速FCM聚类算法来实现特定目标图像的识别和提取。最后,我们使用Sobel算子确定目标的位置。实验结果表明,该算法对工业装配系统的图像识别和定位具有较高的精度和效率。
{"title":"Image recognition and position technology based on super-pixel fuzzy C-means clustering in industrial assembly systems","authors":"Hailiang Yuan, Weitao Sun, Hailing Wang","doi":"10.1117/12.3001356","DOIUrl":"https://doi.org/10.1117/12.3001356","url":null,"abstract":"Improved fuzzy c-means (FCM) clustering algorithms have been widely used for image recognition and localization. However, in industrial assembly systems, the unsatisfactory pixel merging and segmentation results between local adjacent windows, combined with the differences in the shape, size, and material of parts, as well as variations in lighting conditions, make target image recognition and localization a challenge. Most algorithms struggle to achieve the expected results and have high computational complexity. In this study, we propose a super-resolution-based FCM clustering algorithm that is faster and more accurate for image recognition and localization in industrial assembly systems with irregular part sizes. We first use multiscale morphological gradient operations to obtain high-resolution images. Then, we use the fast FCM clustering algorithm to achieve the recognition and extraction of specific target images. Finally, we use the Sobel operator to determine the target's position. The experimental results demonstrate that the proposed algorithm shows higher accuracy and efficiency in image recognition and localization for industrial assembly systems.","PeriodicalId":210802,"journal":{"name":"International Conference on Image Processing and Intelligent Control","volume":"76 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127366476","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A purely azimuth passive localization model and adjustment scheme for UAV formation 无人机编队纯方位被动定位模型及平差方案
Pub Date : 2023-08-09 DOI: 10.1117/12.3001374
Hao Sun, Linwei Dong, Xuhang Huang, Yuqi Fan, Yupeng Mei
UAV clusters are a new type of cluster mode, which should maintain electromagnetic silence as much as possible during the formation flight. When the deviation of the UAVs position occurs during the flight, a pure direction finding method can be used to adjust the queue position of the UAVs. In this paper, we model and analyze the problem of position deviation for UAVs based on pure direction finding by optimizing theory and grid convenience method. Firstly, we establish an unbiased positioning model of the transmitter under ideal conditions. Then, we modify the model by equivalent conversion of deviation and establish the final biased positioning model of the transmitter. Finally, we simulate the actual UAV positioning situation through MATLAB simulation and verify the feasibility of our model.
无人机集群是一种新型的集群模式,在编队飞行过程中应尽可能保持电磁沉默。当无人机在飞行过程中出现位置偏差时,可以采用纯测向方法对无人机的队列位置进行调整。本文利用优化理论和网格便利方法,对基于纯测向的无人机定位偏差问题进行建模和分析。首先,建立了理想条件下发射机的无偏定位模型。然后,通过等效偏差转换对模型进行修正,建立最终的发射机偏置定位模型。最后,通过MATLAB仿真对实际无人机定位情况进行了仿真,验证了模型的可行性。
{"title":"A purely azimuth passive localization model and adjustment scheme for UAV formation","authors":"Hao Sun, Linwei Dong, Xuhang Huang, Yuqi Fan, Yupeng Mei","doi":"10.1117/12.3001374","DOIUrl":"https://doi.org/10.1117/12.3001374","url":null,"abstract":"UAV clusters are a new type of cluster mode, which should maintain electromagnetic silence as much as possible during the formation flight. When the deviation of the UAVs position occurs during the flight, a pure direction finding method can be used to adjust the queue position of the UAVs. In this paper, we model and analyze the problem of position deviation for UAVs based on pure direction finding by optimizing theory and grid convenience method. Firstly, we establish an unbiased positioning model of the transmitter under ideal conditions. Then, we modify the model by equivalent conversion of deviation and establish the final biased positioning model of the transmitter. Finally, we simulate the actual UAV positioning situation through MATLAB simulation and verify the feasibility of our model.","PeriodicalId":210802,"journal":{"name":"International Conference on Image Processing and Intelligent Control","volume":"411 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116518472","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
International Conference on Image Processing and Intelligent Control
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1