期刊文献+
共找到691篇文章
< 1 2 35 >
每页显示 20 50 100
Parallel Technologies with Image Processing Using Inverse Filter
1
作者 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
2
作者 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
Correlations between mineral composition and mechanical properties of granite using digital image processing and discrete element method 被引量:1
3
作者 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
4
作者 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
5
作者 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
Automatic recognition of defects in plasma-facing material using image processing technology
6
作者 吕建骅 牛春杰 +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
7
作者 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
A Dual Model Watermarking Framework for Copyright Protection in Image Processing Networks
8
作者 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
Sectional Dimensions Identification of Metal Profile by Image Processing
9
作者 İ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
10
作者 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
Automated detection and identification of white-backed planthoppers in paddy fields using image processing 被引量:13
11
作者 YAO Qing CHEN Guo-te +3 位作者 WANG Zheng ZHANG Chao YANG Bao-jun TANG Jian 《Journal of Integrative Agriculture》 SCIE CAS CSCD 2017年第7期1547-1557,共11页
A survey of the population densities of rice planthoppers is important for forecasting decisions and efficient control. Tra- ditional manual surveying of rice planthoppers is time-consuming, fatiguing, and subjective.... A survey of the population densities of rice planthoppers is important for forecasting decisions and efficient control. Tra- ditional manual surveying of rice planthoppers is time-consuming, fatiguing, and subjective. A new three-layer detection method was proposed to detect and identify white-backed planthoppers (WBPHs, Sogatella furcifera (Horvath)) and their developmental stages using image processing. In the first two detection layers, we used an AdaBoost classifier that was trained on a histogram of oriented gradient (HOG) features and a support vector machine (SVM) classifier that was trained on Gabor and Local Binary Pattern (LBP) features to detect WBPHs and remove impurities. We achieved a detection rate of 85.6% and a false detection rate of 10.2%. In the third detection layer, a SVM classifier that was trained on the HOG features was used to identify the different developmental stages of the WBPHs, and we achieved an identification rate of 73.1%, a false identification rate of 23.3%, and a 5.6% false detection rate for the images without WBPHs. The proposed three-layer detection method is feasible and effective for the identification of different developmental stages of planthoppers on rice plants in paddy fields. 展开更多
关键词 white-backed planthopper developmental stage automated detection and identification image processing histogram of oriented gradient features gabor features local binary pattern features
下载PDF
The State-of-the-Art Review on Applications of Intrusive Sensing,Image Processing Techniques,and Machine Learning Methods in Pavement Monitoring and Analysis 被引量:5
12
作者 Yue Hou Qiuhan Li +5 位作者 Chen Zhang Guoyang Lu Zhoujing Ye Yihan Chen Linbing Wang Dandan Cao 《Engineering》 SCIE EI 2021年第6期845-856,共12页
In modern transportation,pavement is one of the most important civil infrastructures for the movement of vehicles and pedestrians.Pavement service quality and service life are of great importance for civil engineers a... In modern transportation,pavement is one of the most important civil infrastructures for the movement of vehicles and pedestrians.Pavement service quality and service life are of great importance for civil engineers as they directly affect the regular service for the users.Therefore,monitoring the health status of pavement before irreversible damage occurs is essential for timely maintenance,which in turn ensures public transportation safety.Many pavement damages can be detected and analyzed by monitoring the structure dynamic responses and evaluating road surface conditions.Advanced technologies can be employed for the collection and analysis of such data,including various intrusive sensing techniques,image processing techniques,and machine learning methods.This review summarizes the state-ofthe-art of these three technologies in pavement engineering in recent years and suggests possible developments for future pavement monitoring and analysis based on these approaches. 展开更多
关键词 Pavement monitoring and analysis The state-of-the-art review Intrusive sensing image processing techniques Machine learning methods
下载PDF
New multi-DSP parallel computing architecture for real-time image processing 被引量:4
13
作者 Hu Junhong Zhang Tianxu Jiang Haoyang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2006年第4期883-889,共7页
The flexibility of traditional image processing system is limited because those system are designed for specific applications. In this paper, a new TMS320C64x-based multi-DSP parallel computing architecture is present... The flexibility of traditional image processing system is limited because those system are designed for specific applications. In this paper, a new TMS320C64x-based multi-DSP parallel computing architecture is presented. It has many promising characteristics such as powerful computing capability, broad I/O bandwidth, topology flexibility, and expansibility. The parallel system performance is evaluated by practical experiment. 展开更多
关键词 parallel computing image processing REAL-TIME computer architecture
下载PDF
Determination of geological strength index of jointed rock mass based on image processing 被引量:4
14
作者 Kunui Hong Eunchol Han Kwangsong Kang 《Journal of Rock Mechanics and Geotechnical Engineering》 SCIE CSCD 2017年第4期702-708,共7页
The geological strength index(GSI) system,widely used for the design and practice of mining process,is a unique rock mass classification system related to the rock mass strength and deformation parameters based on the... The geological strength index(GSI) system,widely used for the design and practice of mining process,is a unique rock mass classification system related to the rock mass strength and deformation parameters based on the generalized Hoek-Brown and Mohr-Coulomb failure criteria.The GSI can be estimated using standard chart and field observations of rock mass blockiness and discontinuity surface conditions.The GSI value gives a numerical representation of the overall geotechnical quality of the rock mass.In this study,we propose a method to determine the GSI quantitatively using photographic images of in situ jointed rock mass with image processing technology,fractal theory and artificial neural network(ANN).We employ the GSI system to characterize the jointed rock mass around the working in a coal mine.The relative error between the proposed value and the given value in the GSI chart is less than 3.6%. 展开更多
关键词 Jointed rock mass Geological strength index(GSI) image processing Fractal dimension Artificial neural network(ANN)
下载PDF
Dipping Process Characteristics Based on Image Processing of Pictures Captured by High-speed Cameras 被引量:3
15
作者 Junhui Li Yang Xia +3 位作者 Wei Wang Fuliang Wang Wei Zhang Wenhui Zhu 《Nano-Micro Letters》 SCIE EI CAS 2015年第1期1-11,共11页
The dipping process was recorded firstly by high-speed camera system; acceleration time, speed, and dipping time were set by the control system of dipping bed, respectively. By image processing of dipping process base... The dipping process was recorded firstly by high-speed camera system; acceleration time, speed, and dipping time were set by the control system of dipping bed, respectively. By image processing of dipping process based on Otsu's method, it was found that low-viscosity flux glue eliminates the micelle effectively, very low speed also leads to small micelle hidden between the bumps, and this small micelle and hidden phenomenon disappeared when the speed is ≥0.2 cm s-1. Dipping flux quantity of the bump decreases by about 100 square pixels when flux viscosity is reduced from4,500 to 3,500 mpa s. For the 3,500 mpa s viscosity glue, dipping flux quantity increases with the increase of the speed and decreases with the increase of the speed after the speed is up to 0.8 cm s-1. The stable time of dipping glue can be obtained by real-time curve of dipping flux quantity and is only 80–90 ms when dipping speed is from 1.6 to 4.0 cm s-1. Dipping flux quantity has an increasing trend for acceleration time and has a decreasing trend for acceleration. Dipping flux quantity increases with the increase of dipping time, and is becoming saturated when the time is ≥55 ms. 展开更多
关键词 Dipping acceleration Dipping speed Dipping time VISCOSITY image processing
下载PDF
An Algorithm for Ship Wake Detection from the SAR Images Using the Radon Transform and Morphological Image Processing 被引量:2
16
作者 金亚秋 王世庆 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2001年第4期7-12,共6页
Using the Radon transform and morphological image processing, an algorithm for ship's wake detection in the SAR (synthetic aperture radar) image is developed. Being manipulated in the Radon space to invert the gra... Using the Radon transform and morphological image processing, an algorithm for ship's wake detection in the SAR (synthetic aperture radar) image is developed. Being manipulated in the Radon space to invert the gray-level and binary images, the linear texture of ship wake in oceanic clutter can be well detected. It has been applied to the automatic detection of a moving ship from the SEASAT SAR image. The results show that this algorithm is well robust in a strong noisy background and is not very sensitive to the threshold parameter and the working window size. 展开更多
关键词 ALGORITHMS image processing Mathematical transformations Radar clutter Radar target recognition Spurious signal noise Synthetic aperture radar
下载PDF
Image processing algorithm acceleration using reconfigurable macro processor model 被引量:2
17
作者 SunGuanKfu ChenHuaming LuHuanzhang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2004年第2期110-114,共5页
The concept and advantage of reconfigurable technology is introduced. A kind of processor architecture of re configurable macro processor (RMP) model based on FPGA array and DSP is put forward and has been implemented... The concept and advantage of reconfigurable technology is introduced. A kind of processor architecture of re configurable macro processor (RMP) model based on FPGA array and DSP is put forward and has been implemented. Two image algorithms are developed: template-based automatic target recognition and zone labeling. One is estimating for motion direction in the infrared image background, another is line picking-up algorithm based on image zone labeling and phase grouping technique. It is a kind of 'hardware' function that can be called by the DSP in high-level algorithm. It is also a kind of hardware algorithm of the DSP. The results of experiments show the reconfigurable computing technology based on RMP is an ideal accelerating means to deal with the high-speed image processing tasks. High real time performance is obtained in our two applications on RMP. 展开更多
关键词 real-time image processing reconfigurable computing technology reconfigurable macro processor model template matching image zone labeling.
下载PDF
Image Processing Technology of Flaws within Infrared Transmitting Glasses 被引量:2
18
作者 钟忺 YUAN Jingling +2 位作者 陶海征 LIU Yonghua ZU Chengkui 《Journal of Wuhan University of Technology(Materials Science)》 SCIE EI CAS 2012年第6期1180-1183,共4页
We investigated image processing algorithms of the original infrared glass flaw image. Using the Laplacian edge enhancement following LSD (Line Segment Detector) algorithm, we can get a good flaw image very consiste... We investigated image processing algorithms of the original infrared glass flaw image. Using the Laplacian edge enhancement following LSD (Line Segment Detector) algorithm, we can get a good flaw image very consistent with the original one. This study is very helpful to further enhance the infrared glass flaw inspection technique. 展开更多
关键词 infrared transmitting materials image processing algorithms flaw image
下载PDF
Study of image processing for V-shape groove and robotic weld seam tracking based on laser vision 被引量:2
19
作者 肖心远 石永华 +1 位作者 王国荣 李鹤喜 《China Welding》 EI CAS 2008年第4期68-73,共6页
Single-stripe laser was applied to acquire V-shape groove contour information. Most of arc light and splash noise was removed and stripe laser image was kept by wavelet transform. Half-threshold algorithm was used for... Single-stripe laser was applied to acquire V-shape groove contour information. Most of arc light and splash noise was removed and stripe laser image was kept by wavelet transform. Half-threshold algorithm was used for image segmentation and stripe laser image was gotten after refining. Weld seam center position was identified and extracted by extreme curvature corner detection method. The location of torch was detected to accord the frequency of computer program with robot program and serial communication program. The tracking experiments of sidelong, reflex and curve weld line show that the system can meet the demand of the tracking precision under normal welding conditions. 展开更多
关键词 laser vision wavelet transform image processing weld seam tracking
下载PDF
Surface Inspection System for Cold Rolled Strips Based on Image ProcessingTechnique 被引量:2
20
作者 Ke Xu1 Jinwu Xu2 Shouli Lu1(l Material Science and Engineering School, University of Science and Technology Beijing, Beijing 100083, China2 Mechanical Engineering School, University of Science and Technology Beding, Beliing 100083, China) 《International Journal of Minerals,Metallurgy and Materials》 SCIE EI CAS CSCD 1999年第4期296-298,共3页
A new surface inspection system for cold rolled strips based on image processing is introduced. The system is equipped withtwo different illumination structures and CCD matrix cameras. The structure and image processi... A new surface inspection system for cold rolled strips based on image processing is introduced. The system is equipped withtwo different illumination structures and CCD matrix cameras. The structure and image processing of the inspection system are described. Some efficient algorithms for image processing and classification are presented. The system is tested with strip samples fromcold rolling plants. The results show that the system can detect and recognize six common defects of cold rolled strips successfully. 展开更多
关键词 surface inspection system cold rolled strip image processing
下载PDF
上一页 1 2 35 下一页 到第
使用帮助 返回顶部