期刊文献+
共找到720篇文章
< 1 2 36 >
每页显示 20 50 100
Simulation of Fracture Process of Lightweight Aggregate Concrete Based on Digital Image Processing Technology
1
作者 Safwan Al-sayed Xi Wang Yijiang Peng 《Computers, Materials & Continua》 SCIE EI 2024年第6期4169-4195,共27页
The mechanical properties and failure mechanism of lightweight aggregate concrete(LWAC)is a hot topic in the engineering field,and the relationship between its microstructure and macroscopic mechanical properties is a... The mechanical properties and failure mechanism of lightweight aggregate concrete(LWAC)is a hot topic in the engineering field,and the relationship between its microstructure and macroscopic mechanical properties is also a frontier research topic in the academic field.In this study,the image processing technology is used to establish a micro-structure model of lightweight aggregate concrete.Through the information extraction and processing of the section image of actual light aggregate concrete specimens,the mesostructural model of light aggregate concrete with real aggregate characteristics is established.The numerical simulation of uniaxial tensile test,uniaxial compression test and three-point bending test of lightweight aggregate concrete are carried out using a new finite element method-the base force element method respectively.Firstly,the image processing technology is used to produce beam specimens,uniaxial compression specimens and uniaxial tensile specimens of light aggregate concrete,which can better simulate the aggregate shape and random distribution of real light aggregate concrete.Secondly,the three-point bending test is numerically simulated.Thirdly,the uniaxial compression specimen generated by image processing technology is numerically simulated.Fourth,the uniaxial tensile specimen generated by image processing technology is numerically simulated.The mechanical behavior and damage mode of the specimen during loading were analyzed.The results of numerical simulation are compared and analyzed with those of relevant experiments.The feasibility and correctness of the micromodel established in this study for analyzing the micromechanics of lightweight aggregate concrete materials are verified.Image processing technology has a broad application prospect in the field of concrete mesoscopic damage analysis. 展开更多
关键词 Digital image processing lightweight aggregate concrete mesoscopic model numerical simulation fracture analysis bending beams
下载PDF
Machine Learning-based Identification of Contaminated Images in Light Curve Data Preprocessing
2
作者 Hui Li Rong-Wang Li +1 位作者 Peng Shu Yu-Qiang Li 《Research in Astronomy and Astrophysics》 SCIE CAS CSCD 2024年第4期287-295,共9页
Attitude is one of the crucial parameters for space objects and plays a vital role in collision prediction and debris removal.Analyzing light curves to determine attitude is the most commonly used method.In photometri... Attitude is one of the crucial parameters for space objects and plays a vital role in collision prediction and debris removal.Analyzing light curves to determine attitude is the most commonly used method.In photometric observations,outliers may exist in the obtained light curves due to various reasons.Therefore,preprocessing is required to remove these outliers to obtain high quality light curves.Through statistical analysis,the reasons leading to outliers can be categorized into two main types:first,the brightness of the object significantly increases due to the passage of a star nearby,referred to as“stellar contamination,”and second,the brightness markedly decreases due to cloudy cover,referred to as“cloudy contamination.”The traditional approach of manually inspecting images for contamination is time-consuming and labor-intensive.However,we propose the utilization of machine learning methods as a substitute.Convolutional Neural Networks and SVMs are employed to identify cases of stellar contamination and cloudy contamination,achieving F1 scores of 1.00 and 0.98 on a test set,respectively.We also explore other machine learning methods such as ResNet-18 and Light Gradient Boosting Machine,then conduct comparative analyses of the results. 展开更多
关键词 techniques:image processing methods:data analysis light pollution
下载PDF
Data-driven polarimetric imaging: a review
3
作者 Kui Yang Fei Liu +8 位作者 Shiyang Liang Meng Xiang Pingli Han Jinpeng Liu Xue Dong Yi Wei Bingjian Wang Koichi Shimizu Xiaopeng Shao 《Opto-Electronic Science》 2024年第2期1-44,共44页
This study reviews the recent advances in data-driven polarimetric imaging technologies based on a wide range of practical applications.The widespread international research and activity in polarimetric imaging techni... This study reviews the recent advances in data-driven polarimetric imaging technologies based on a wide range of practical applications.The widespread international research and activity in polarimetric imaging techniques demonstrate their broad applications and interest.Polarization information is increasingly incorporated into convolutional neural networks(CNN)as a supplemental feature of objects to improve performance in computer vision task applications.Polarimetric imaging and deep learning can extract abundant information to address various challenges.Therefore,this article briefly reviews recent developments in data-driven polarimetric imaging,including polarimetric descattering,3D imaging,reflection removal,target detection,and biomedical imaging.Furthermore,we synthetically analyze the input,datasets,and loss functions and list the existing datasets and loss functions with an evaluation of their advantages and disadvantages.We also highlight the significance of data-driven polarimetric imaging in future research and development. 展开更多
关键词 deep learning polarimetric imaging image processing
下载PDF
Parallel Technologies with Image Processing Using Inverse Filter
4
作者 Rahaf Alsharhan Areej Muheef +2 位作者 Yasmin Al Ibrahim Afnan Rayyani Yasir Alguwaifli 《Journal of Computer and Communications》 2024年第1期110-119,共10页
Real-time capabilities and computational efficiency are provided by parallel image processing utilizing OpenMP. However, race conditions can affect the accuracy and reliability of the outcomes. This paper highlights t... Real-time capabilities and computational efficiency are provided by parallel image processing utilizing OpenMP. However, race conditions can affect the accuracy and reliability of the outcomes. This paper highlights the importance of addressing race conditions in parallel image processing, specifically focusing on color inverse filtering using OpenMP. We considered three solutions to solve race conditions, each with distinct characteristics: #pragma omp atomic: Protects individual memory operations for fine-grained control. #pragma omp critical: Protects entire code blocks for exclusive access. #pragma omp parallel sections reduction: Employs a reduction clause for safe aggregation of values across threads. Our findings show that the produced images were unaffected by race condition. However, it becomes evident that solving the race conditions in the code makes it significantly faster, especially when it is executed on multiple cores. 展开更多
关键词 PARALLEL PARALLELIZATION Image processing Inverse Filtering OPENMP Race Conditions
下载PDF
Parallel Image Processing: Taking Grayscale Conversion Using OpenMP as an Example
5
作者 Bayan AlHumaidan Shahad Alghofaily +2 位作者 Maitha Al Qhahtani Sara Oudah Naya Nagy 《Journal of Computer and Communications》 2024年第2期1-10,共10页
In recent years, the widespread adoption of parallel computing, especially in multi-core processors and high-performance computing environments, ushered in a new era of efficiency and speed. This trend was particularl... In recent years, the widespread adoption of parallel computing, especially in multi-core processors and high-performance computing environments, ushered in a new era of efficiency and speed. This trend was particularly noteworthy in the field of image processing, which witnessed significant advancements. This parallel computing project explored the field of parallel image processing, with a focus on the grayscale conversion of colorful images. Our approach involved integrating OpenMP into our framework for parallelization to execute a critical image processing task: grayscale conversion. By using OpenMP, we strategically enhanced the overall performance of the conversion process by distributing the workload across multiple threads. The primary objectives of our project revolved around optimizing computation time and improving overall efficiency, particularly in the task of grayscale conversion of colorful images. Utilizing OpenMP for concurrent processing across multiple cores significantly reduced execution times through the effective distribution of tasks among these cores. The speedup values for various image sizes highlighted the efficacy of parallel processing, especially for large images. However, a detailed examination revealed a potential decline in parallelization efficiency with an increasing number of cores. This underscored the importance of a carefully optimized parallelization strategy, considering factors like load balancing and minimizing communication overhead. Despite challenges, the overall scalability and efficiency achieved with parallel image processing underscored OpenMP’s effectiveness in accelerating image manipulation tasks. 展开更多
关键词 Parallel Computing Image processing OPENMP Parallel Programming High Performance Computing GPU (Graphic processing Unit)
下载PDF
Spatial resolution and image processing for pinhole camera-based X-ray fluorescence imaging: a simulation study 被引量:1
6
作者 Ze He Ning Huang +2 位作者 Peng Wang Zi-Han Chen Bo Peng 《Nuclear Science and Techniques》 SCIE EI CAS CSCD 2022年第5期135-153,共19页
Spatial resolution and image-processing methods for full-field X-ray fluorescence(FF-XRF)imaging using X-ray pinhole cameras were studied using Geant4simulations with different geometries and algorithms for image reco... Spatial resolution and image-processing methods for full-field X-ray fluorescence(FF-XRF)imaging using X-ray pinhole cameras were studied using Geant4simulations with different geometries and algorithms for image reconstruction.The main objectives were:(1)calculating the quantum efficiency curves of specific cameras,(2)studying the relationships between the spatial resolution and the pinhole diameter,magnification,and camera binning value,and(3)comparing image-processing methods for pinhole camera systems.Several results were obtained using a point and plane source as the X-ray fluorescence emitter and an array of 100×100 silicon pixel detectors as the X-ray camera.The quantum efficiency of a back-illuminated deep depletion(BI-DD)structure was above 30%for the XRF energies in the 0.8–9 keV range,with the maximum of 93.7%at 4 keV.The best spatial resolution of the pinhole camera was 24.7μm and 31.3 lp/mm when measured using the profile function of the point source,with the diameter of 20μm,magnification of 3.16,and camera bin of 1.A blind deconvolution algorithm with Gaussian filtering performed better than the Wiener filter and Richardson iterative methods on FF-XRF images,with the signal-to-noise ratio of 7.81 dB and improved signalto-noise ratio of 7.24 dB at the diameter of 120μm,magnification of 1.0,and camera bin of 1. 展开更多
关键词 Full-field X-ray fluorescence(FF-XRF) X-ray pinhole camera Spatial resolution Image processing
下载PDF
Detection of Alzheimer’s disease onset using MRI and PET neuroimaging:longitudinal data analysis and machine learning 被引量:2
7
作者 Iroshan Aberathne Don Kulasiri Sandhya Samarasinghe 《Neural Regeneration Research》 SCIE CAS CSCD 2023年第10期2134-2140,共7页
The scientists are dedicated to studying the detection of Alzheimer’s disease onset to find a cure, or at the very least, medication that can slow the progression of the disease. This article explores the effectivene... The scientists are dedicated to studying the detection of Alzheimer’s disease onset to find a cure, or at the very least, medication that can slow the progression of the disease. This article explores the effectiveness of longitudinal data analysis, artificial intelligence, and machine learning approaches based on magnetic resonance imaging and positron emission tomography neuroimaging modalities for progression estimation and the detection of Alzheimer’s disease onset. The significance of feature extraction in highly complex neuroimaging data, identification of vulnerable brain regions, and the determination of the threshold values for plaques, tangles, and neurodegeneration of these regions will extensively be evaluated. Developing automated methods to improve the aforementioned research areas would enable specialists to determine the progression of the disease and find the link between the biomarkers and more accurate detection of Alzheimer’s disease onset. 展开更多
关键词 deep learning image processing linear mixed effect model NEUROimaging neuroimaging data sources onset of Alzheimer’s disease detection pattern recognition
下载PDF
Correlations between mineral composition and mechanical properties of granite using digital image processing and discrete element method 被引量:2
8
作者 Changdi He Brijes Mishra +3 位作者 Qingwen Shi Yun Zhao Dajun Lin Xiao Wang 《International Journal of Mining Science and Technology》 SCIE EI CAS CSCD 2023年第8期949-962,共14页
This study investigated the correlations between mechanical properties and mineralogy of granite using the digital image processing(DIP) and discrete element method(DEM). The results showed that the X-ray diffraction(... This study investigated the correlations between mechanical properties and mineralogy of granite using the digital image processing(DIP) and discrete element method(DEM). The results showed that the X-ray diffraction(XRD)-based DIP method effectively analyzed the mineral composition contents and spatial distributions of granite. During the particle flow code(PFC2D) model calibration phase, the numerical simulation exhibited that the uniaxial compressive strength(UCS) value, elastic modulus(E), and failure pattern of the granite specimen in the UCS test were comparable to the experiment. By establishing 351 sets of numerical models and exploring the impacts of mineral composition on the mechanical properties of granite, it indicated that there was no negative correlation between quartz and feldspar for UCS, tensile strength(σ_(t)), and E. In contrast, mica had a significant negative correlation for UCS, σ_(t), and E. The presence of quartz increased the brittleness of granite, whereas the presence of mica and feldspar increased its ductility in UCS and direct tensile strength(DTS) tests. Varying contents of major mineral compositions in granite showed minor influence on the number of cracks in both UCS and DTS tests. 展开更多
关键词 GRANITE Digital image processing Discrete element method Mineral composition Mechanical properties
下载PDF
Analysis of morphological characteristics of gravels based on digital image processing technology and self-organizing map 被引量:1
9
作者 XU Tao YU Huan +4 位作者 QIU Xia KONG Bo XIANG Qing XU Xiaoyu FU Hao 《Journal of Arid Land》 SCIE CSCD 2023年第3期310-326,共17页
A comprehensive understanding of spatial distribution and clustering patterns of gravels is of great significance for ecological restoration and monitoring.However,traditional methods for studying gravels are low-effi... A comprehensive understanding of spatial distribution and clustering patterns of gravels is of great significance for ecological restoration and monitoring.However,traditional methods for studying gravels are low-efficiency and have many errors.This study researched the spatial distribution and cluster characteristics of gravels based on digital image processing technology combined with a self-organizing map(SOM)and multivariate statistical methods in the grassland of northern Tibetan Plateau.Moreover,the correlation of morphological parameters of gravels between different cluster groups and the environmental factors affecting gravel distribution were analyzed.The results showed that the morphological characteristics of gravels in northern region(cluster C)and southern region(cluster B)of the Tibetan Plateau were similar,with a low gravel coverage,small gravel diameter,and elongated shape.These regions were mainly distributed in high mountainous areas with large topographic relief.The central region(cluster A)has high coverage of gravels with a larger diameter,mainly distributed in high-altitude plains with smaller undulation.Principal component analysis(PCA)results showed that the gravel distribution of cluster A may be mainly affected by vegetation,while those in clusters B and C could be mainly affected by topography,climate,and soil.The study confirmed that the combination of digital image processing technology and SOM could effectively analyzed the spatial distribution characteristics of gravels,providing a new mode for gravel research. 展开更多
关键词 self-organizing map digital image processing morphological characteristics multivariate statistical method environmental monitoring
下载PDF
Damage detection with image processing: a comparative study 被引量:1
10
作者 Marianna Crognale Melissa De Iuliis +1 位作者 Cecilia Rinaldi Vincenzo Gattulli 《Earthquake Engineering and Engineering Vibration》 SCIE EI CSCD 2023年第2期333-345,共13页
Large structures,such as bridges,highways,etc.,need to be inspected to evaluate their actual physical and functional condition,to predict future conditions,and to help decision makers allocating maintenance and rehabi... Large structures,such as bridges,highways,etc.,need to be inspected to evaluate their actual physical and functional condition,to predict future conditions,and to help decision makers allocating maintenance and rehabilitation resources.The assessment of civil infrastructure condition is carried out through information obtained by inspection and/or monitoring operations.Traditional techniques in structural health monitoring(SHM)involve visual inspection related to inspection standards that can be time-consuming data collection,expensive,labor intensive,and dangerous.To address these limitations,machine vision-based inspection procedures have increasingly been investigated within the research community.In this context,this paper proposes and compares four different computer vision procedures to identify damage by image processing:Otsu method thresholding,Markov random fields segmentation,RGB color detection technique,and K-means clustering algorithm.The first method is based on segmentation by thresholding that returns a binary image from a grayscale image.The Markov random fields technique uses a probabilistic approach to assign labels to model the spatial dependencies in image pixels.The RGB technique uses color detection to evaluate the defect extensions.Finally,K-means algorithm is based on Euclidean distance for clustering of the images.The benefits and limitations of each technique are discussed,and the challenges of using the techniques are highlighted.To show the effectiveness of the described techniques in damage detection of civil infrastructures,a case study is presented.Results show that various types of corrosion and cracks can be detected by image processing techniques making the proposed techniques a suitable tool for the prediction of the damage evolution in civil infrastructures. 展开更多
关键词 damage detection image processing image classification civil infrastructure inspection structural health monitoring analysis
下载PDF
DEIReconstructor:a software for diffraction enhanced imaging processing and tomography reconstruction
11
作者 张凯 袁清习 +2 位作者 黄万霞 朱佩平 吴自玉 《Chinese Physics C》 SCIE CAS CSCD 2014年第10期48-55,共8页
Diffraction enhanced imaging (DEI) has been widely applied in many fields, especially when imaging low-Z samples or when the difference in the attenuation coefficient between different regions in the sample is too s... Diffraction enhanced imaging (DEI) has been widely applied in many fields, especially when imaging low-Z samples or when the difference in the attenuation coefficient between different regions in the sample is too small to be detected. Recent developments of this technique have presented a need for a new software package for data analysis. Here, the Diffraction Enhanced Image Reconstructor (DEIReconstructor), developed in Matlab, is presented. DEIReconstructor has a user-friendly graphical user interface and runs under any of the 32~bit or 64- bit Microsoft Windows operating systems including XP and WinT. Many of its features are integrated to support imaging preprocessing, extract absorption, refractive and scattering information of diffraction enhanced imaging and allow for parallel-beam tomography reconstruction for DEI-CT. Furthermore, many other useful functions are also implemented in order to simplify the data analysis and the presentation of results. The compiled software package is freely available. 展开更多
关键词 X-ray imaging computed tomography synchrotron radiation source image processing
原文传递
Automatic recognition of defects in plasma-facing material using image processing technology
12
作者 吕建骅 牛春杰 +3 位作者 崔运秋 陈超 倪维元 范红玉 《Plasma Science and Technology》 SCIE EI CAS CSCD 2023年第12期122-130,共9页
Observing and analyzing surface images is critical for studying the interaction between plasma and irradiated plasma-facing materials.This paper presents a method for the automatic recognition of bubbles in transmissi... Observing and analyzing surface images is critical for studying the interaction between plasma and irradiated plasma-facing materials.This paper presents a method for the automatic recognition of bubbles in transmission electron microscope(TEM)images of W nanofibers using image processing techniques and convolutional neural network(CNN).We employ a three-stage approach consisting of Otsu,local-threshold,and watershed segmentation to extract bubbles from noisy images.To address over-segmentation,we propose a combination of area factor and radial pixel intensity scanning.A CNN is used to recognize bubbles,outperforming traditional neural network models such as Alex Net and Google Net with an accuracy of 97.1%and recall of 98.6%.Our method is tested on both clear and blurred TEM images,and demonstrates humanlike performance in recognizing bubbles.This work contributes to the development of quantitative image analysis in the field of plasma-material interactions,offering a scalable solution for analyzing material defects.Overall,this study's findings establish the potential for automatic defect recognition and its applications in the assessment of plasma-material interactions.This method can be employed in a variety of specialties,including plasma physics and materials science. 展开更多
关键词 image processing automatic defect analysis object detection convolutional neural network
下载PDF
Image processing based three-dimensional model reconstruction for cross-platform numerical simulation
13
作者 Yu-cheng Sun Yu-hang Huang +5 位作者 Na Li Xiao Han Ai-long Jiang Jin-wu Kang Ji-wu Wang Hai-liang Yu 《China Foundry》 SCIE CAS CSCD 2023年第2期139-147,共9页
Numerical simulation is the most powerful computational and analysis tool for a large variety of engineering and physical problems.For a complex problem relating to multi-field,multi-process and multi-scale,different ... Numerical simulation is the most powerful computational and analysis tool for a large variety of engineering and physical problems.For a complex problem relating to multi-field,multi-process and multi-scale,different computing tools have to be developed so as to solve particular fields at different scales and for different processes.Therefore,the integration of different types of software is inevitable.However,it is difficult to perform the transfer of the meshes and simulated results among software packages because of the lack of shared data formats or encrypted data formats.An image processing based method for three-dimensional model reconstruction for numerical simulation was proposed,which presents a solution to the integration problem by a series of slice or projection images obtained by the post-processing modules of the numerical simulation software.By means of mapping image pixels to meshes of either finite difference or finite element models,the geometry contour can be extracted to export the stereolithography model.The values of results,represented by color,can be deduced and assigned to the meshes.All the models with data can be directly or indirectly integrated into other software as a continued or new numerical simulation.The three-dimensional reconstruction method has been validated in numerical simulation of castings and case studies were provided in this study. 展开更多
关键词 cross-platform numerical simulation 3D model reconstruction image processing SLICE
下载PDF
Super-resolution reconstruction algorithm for terahertz imaging below diffraction limit
14
作者 王莹 祁峰 +1 位作者 张子旭 汪晋宽 《Chinese Physics B》 SCIE EI CAS CSCD 2023年第3期608-612,共5页
Terahertz(THz)imaging has drawn significant attention because THz wave has a unique capability to transient,ultrawide spectrum and low photon energy.However,the low resolution has always been a problem due to its long... Terahertz(THz)imaging has drawn significant attention because THz wave has a unique capability to transient,ultrawide spectrum and low photon energy.However,the low resolution has always been a problem due to its long wavelength,limiting their application of fields practical use.In this paper,we proposed a complex one-shot super-resolution(COSSR)framework based on a complex convolution neural network to restore superior THz images at 0.35 times wavelength by extracting features directly from a reference measured sample and groundtruth without the measured PSF.Compared with real convolution neural network-based approaches and complex zero-shot super-resolution(CZSSR),COSSR delivers at least 6.67,0.003,and 6.96%superior higher imaging efficacy in terms of peak signal to noise ratio(PSNR),mean square error(MSE),and structural similarity index measure(SSIM),respectively,for the analyzed data.Additionally,the proposed method is experimentally demonstrated to have a good generalization and to perform well on measured data.The COSSR provides a new pathway for THz imaging super-resolution(SR)reconstruction below the diffraction limit. 展开更多
关键词 TERAHERTZ image processing complex convolution neural network
下载PDF
A Dual Model Watermarking Framework for Copyright Protection in Image Processing Networks
15
作者 Yuhang Meng Xianyi Chen +2 位作者 Xingming Sun Yu Liu Guo Wei 《Computers, Materials & Continua》 SCIE EI 2023年第4期831-844,共14页
Image processing networks have gained great success in many fields,and thus the issue of copyright protection for image processing networks hasbecome a focus of attention. Model watermarking techniques are widely used... Image processing networks have gained great success in many fields,and thus the issue of copyright protection for image processing networks hasbecome a focus of attention. Model watermarking techniques are widely usedin model copyright protection, but there are two challenges: (1) designinguniversal trigger sample watermarking for different network models is stilla challenge;(2) existing methods of copyright protection based on trigger swatermarking are difficult to resist forgery attacks. In this work, we propose adual model watermarking framework for copyright protection in image processingnetworks. The trigger sample watermark is embedded in the trainingprocess of the model, which can effectively verify the model copyright. And wedesign a common method for generating trigger sample watermarks based ongenerative adversarial networks, adaptively generating trigger sample watermarksaccording to different models. The spatial watermark is embedded intothe model output. When an attacker steals model copyright using a forgedtrigger sample watermark, which can be correctly extracted to distinguishbetween the piratical and the protected model. The experiments show that theproposed framework has good performance in different image segmentationnetworks of UNET, UNET++, and FCN (fully convolutional network), andeffectively resists forgery attacks. 展开更多
关键词 Image processing networks copyright protection model watermark
下载PDF
Automated deep learning system for power line inspection image analysis and processing: architecture and design issues
16
作者 Daoxing Li Xiaohui Wang +1 位作者 Jie Zhang Zhixiang Ji 《Global Energy Interconnection》 EI CSCD 2023年第5期614-633,共20页
The continuous growth in the scale of unmanned aerial vehicle (UAV) applications in transmission line inspection has resulted in a corresponding increase in the demand for UAV inspection image processing. Owing to its... The continuous growth in the scale of unmanned aerial vehicle (UAV) applications in transmission line inspection has resulted in a corresponding increase in the demand for UAV inspection image processing. Owing to its excellent performance in computer vision, deep learning has been applied to UAV inspection image processing tasks such as power line identification and insulator defect detection. Despite their excellent performance, electric power UAV inspection image processing models based on deep learning face several problems such as a small application scope, the need for constant retraining and optimization, and high R&D monetary and time costs due to the black-box and scene data-driven characteristics of deep learning. In this study, an automated deep learning system for electric power UAV inspection image analysis and processing is proposed as a solution to the aforementioned problems. This system design is based on the three critical design principles of generalizability, extensibility, and automation. Pre-trained models, fine-tuning (downstream task adaptation), and automated machine learning, which are closely related to these design principles, are reviewed. In addition, an automated deep learning system architecture for electric power UAV inspection image analysis and processing is presented. A prototype system was constructed and experiments were conducted on the two electric power UAV inspection image analysis and processing tasks of insulator self-detonation and bird nest recognition. The models constructed using the prototype system achieved 91.36% and 86.13% mAP for insulator self-detonation and bird nest recognition, respectively. This demonstrates that the system design concept is reasonable and the system architecture feasible . 展开更多
关键词 Transmission line inspection Deep learning Automated machine learning Image analysis and processing
下载PDF
Sectional Dimensions Identification of Metal Profile by Image Processing
17
作者 İlhami M. Orak Şaban Şeker 《Journal of Computer and Communications》 2023年第8期107-120,共14页
In steel plants, estimation of the production system characteristic is highly critical to adjust the system parameters for best efficiency. Although the system parameters may be tuned very well, due to the machine and... In steel plants, estimation of the production system characteristic is highly critical to adjust the system parameters for best efficiency. Although the system parameters may be tuned very well, due to the machine and human factors involved in the production line some deficiencies may occur in product. It is important to detect such problems as early as possible. Surface defects and dimensional deviations are the most important quality problems. In this study, it is aimed to develop an approach to measure the dimensions of metal profiles by obtaining images of them. This will be of use in detecting the deviations in dimensions. A platform was introduced to simulate the real-time environment and images were taken from the metal profile using 4 laser light sources. The shape of the material is generated by combining the images taken from different cameras. Real dimensions were obtained by using image processing and mathematical conversion operations on the images. The results obtained with small deviations from the real values showed that this method can be applied in a real-time production line. 展开更多
关键词 Image processing Image Recognition PROFILE Section Measurement Straight Lines Geometry
下载PDF
Application of PCA Numalgorithm in Remote Sensing Image Processing
18
作者 Hong Dai 《Modern Electronic Technology》 2023年第1期17-21,共5页
A numerical algorithm of principal component analysis (PCA) is proposed and its application in remote sensing image processing is introduced: (1) Multispectral image compression;(2) Multi-spectral image noise cancella... A numerical algorithm of principal component analysis (PCA) is proposed and its application in remote sensing image processing is introduced: (1) Multispectral image compression;(2) Multi-spectral image noise cancellation;(3) Information fusion of multi-spectral images and spot panchromatic images. The software experiments verify and evaluate the effectiveness and accuracy of the proposed algorithm. 展开更多
关键词 PCA numerical algorithm Remote sensing image processing Multi-spectral image
下载PDF
A New Method for Monitoring Scattered Stray Light of an Inner-occulted Coronagraph
19
作者 Da-Yang Liu Hong-Xin Zhang +4 位作者 Ming-Zhe Sun Zheng-Hua Huang Li-Dong Xia Wei-Xin Liu Hui Fu 《Research in Astronomy and Astrophysics》 SCIE CAS CSCD 2024年第2期216-227,共12页
The scattered stray light of a coronagraph is a type of stray light that is generated by the objective lens as its surface defects are irradiated by sunlight.The defects mainly include dust and blemishes on the lens s... The scattered stray light of a coronagraph is a type of stray light that is generated by the objective lens as its surface defects are irradiated by sunlight.The defects mainly include dust and blemishes on the lens surface,microroughness of the lens surface,and impurity and inhomogeneity of the glass.Unlike the other types of relatively stable defects introduced when the objective lens is being manufactured,the scattered stray light caused by dusts on the lens surface is difficult to quantify accurately due to the disorder and randomness of the dust accumulation.The contribution of this type of stray light to the overall stray light level is difficult to determine through simulations and experiments.This can result in continuous deterioration of the stray light level of a coronagraph and thus affect the observation capabilities of the instrument.To solve this issue,through analyzing the forming mechanism of scattered stray light and ghost image generated by the inner-occulted coronagraph,we propose a novel method to monitor the scattered stray light from dusts by utilizing different stray light correlation coefficients.In this method,we first simulate and measure the level of stray light from the ghost image of the objective lens,and then determine the flux ratio of scattered light and ghost image on the conjugate plane.Although the flux ratio varies with the accumulation of dusts on the lens surface,it remains constant on the image plane.Therefore,the level of dust scattering light on the image plane can be obtained by using this ratio together with the level of ghost image stray light.The accuracy of this method has been validated in a laboratory by applying the objective lens with numerous surface cleanliness levels. 展开更多
关键词 SUN corona-Sun atmosphere-instrumentation miscellaneous-methods analytical-techniques image processing
下载PDF
Scale-space effect and scale hybridization in image intelligent recognition of geological discontinuities on rock slopes
20
作者 Mingyang Wang Enzhi Wang +1 位作者 Xiaoli Liu Congcong Wang 《Journal of Rock Mechanics and Geotechnical Engineering》 SCIE CSCD 2024年第4期1315-1336,共22页
Geological discontinuity(GD)plays a pivotal role in determining the catastrophic mechanical failure of jointed rock masses.Accurate and efficient acquisition of GD networks is essential for characterizing and understa... Geological discontinuity(GD)plays a pivotal role in determining the catastrophic mechanical failure of jointed rock masses.Accurate and efficient acquisition of GD networks is essential for characterizing and understanding the progressive damage mechanisms of slopes based on monitoring image data.Inspired by recent advances in computer vision,deep learning(DL)models have been widely utilized for image-based fracture identification.The multi-scale characteristics,image resolution and annotation quality of images will cause a scale-space effect(SSE)that makes features indistinguishable from noise,directly affecting the accuracy.However,this effect has not received adequate attention.Herein,we try to address this gap by collecting slope images at various proportional scales and constructing multi-scale datasets using image processing techniques.Next,we quantify the intensity of feature signals using metrics such as peak signal-to-noise ratio(PSNR)and structural similarity(SSIM).Combining these metrics with the scale-space theory,we investigate the influence of the SSE on the differentiation of multi-scale features and the accuracy of recognition.It is found that augmenting the image's detail capacity does not always yield benefits for vision-based recognition models.In light of these observations,we propose a scale hybridization approach based on the diffusion mechanism of scale-space representation.The results show that scale hybridization strengthens the tolerance of multi-scale feature recognition under complex environmental noise interference and significantly enhances the recognition accuracy of GD.It also facilitates the objective understanding,description and analysis of the rock behavior and stability of slopes from the perspective of image data. 展开更多
关键词 Image processing Geological discontinuities Deep learning MULTI-SCALE Scale-space theory Scale hybridization
下载PDF
上一页 1 2 36 下一页 到第
使用帮助 返回顶部