期刊文献+
共找到924篇文章
< 1 2 47 >
每页显示 20 50 100
Detection of Oscillations in Process Control Loops From Visual Image Space Using Deep Convolutional Networks
1
作者 Tao Wang Qiming Chen +3 位作者 Xun Lang Lei Xie Peng Li Hongye Su 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2024年第4期982-995,共14页
Oscillation detection has been a hot research topic in industries due to the high incidence of oscillation loops and their negative impact on plant profitability.Although numerous automatic detection techniques have b... Oscillation detection has been a hot research topic in industries due to the high incidence of oscillation loops and their negative impact on plant profitability.Although numerous automatic detection techniques have been proposed,most of them can only address part of the practical difficulties.An oscillation is heuristically defined as a visually apparent periodic variation.However,manual visual inspection is labor-intensive and prone to missed detection.Convolutional neural networks(CNNs),inspired by animal visual systems,have been raised with powerful feature extraction capabilities.In this work,an exploration of the typical CNN models for visual oscillation detection is performed.Specifically,we tested MobileNet-V1,ShuffleNet-V2,Efficient Net-B0,and GhostNet models,and found that such a visual framework is well-suited for oscillation detection.The feasibility and validity of this framework are verified utilizing extensive numerical and industrial cases.Compared with state-of-theart oscillation detectors,the suggested framework is more straightforward and more robust to noise and mean-nonstationarity.In addition,this framework generalizes well and is capable of handling features that are not present in the training data,such as multiple oscillations and outliers. 展开更多
关键词 Convolutional neural networks(CNNs) deep learning image processing oscillation detection process industries
下载PDF
Simulation of Fracture Process of Lightweight Aggregate Concrete Based on Digital Image Processing Technology
2
作者 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
3
作者 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
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
Research on Image Preprocessing Algorithm for Rail Surface Recognition
5
作者 Jihong Zuo Lili Liu +1 位作者 Chuanyin Yang Yufeng Tang 《Open Journal of Applied Sciences》 2024年第10期2801-2808,共8页
The rail surface status image is affected by the noise in the shooting environment and contains a large amount of interference information, which increases the difficulty of rail surface status identification. In orde... The rail surface status image is affected by the noise in the shooting environment and contains a large amount of interference information, which increases the difficulty of rail surface status identification. In order to solve this problem, a preprocessing method for the rail surface state image is proposed. The preprocessing process mainly includes image graying, image denoising, image geometric correction, image extraction, data amplification, and finally building the rail surface image database. The experimental results show that this method can efficiently complete image processing, facilitate feature extraction of rail surface status images, and improve rail surface status recognition accuracy. 展开更多
关键词 image processing image Graying image Denoising image Database
下载PDF
Parallel Image Processing: Taking Grayscale Conversion Using OpenMP as an Example
6
作者 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
Image processing of weld pool and keyhole in Nd:YAG laser welding of stainless steel based on visual sensing 被引量:3
7
作者 高进强 秦国梁 +3 位作者 杨家林 何建国 张涛 武传松 《Transactions of Nonferrous Metals Society of China》 SCIE EI CAS CSCD 2011年第2期423-428,共6页
In order to obtain good welding quality, it is necessary to apply quality control because there are many influencing factors in laser welding process. The key to realize welding quality control is to obtain the qualit... In order to obtain good welding quality, it is necessary to apply quality control because there are many influencing factors in laser welding process. The key to realize welding quality control is to obtain the quality information. Abundant weld quality information is contained in weld pool and keyhole. Aiming at Nd:YAG laser welding of stainless steel, a coaxial visual sensing system was constructed. The images of weld pool and keyhole were obtained. Based on the gray character of weld pool and keyhole in images, an image processing algorithm was designed. The search start point and search criteria of weld pool and keyhole edge were determined respectively. 展开更多
关键词 laser welding KEYHOLE weld pool EDGE image processing algorithm
下载PDF
Real-time image processing and display in object size detection based on VC++ 被引量:2
8
作者 翟亚宇 潘晋孝 +1 位作者 刘宾 陈平 《Journal of Measurement Science and Instrumentation》 CAS 2014年第4期40-45,共6页
Real-time detection for object size has now become a hot topic in the testing field and image processing is the core algorithm. This paper focuses on the processing and display of the collected dynamic images to achie... Real-time detection for object size has now become a hot topic in the testing field and image processing is the core algorithm. This paper focuses on the processing and display of the collected dynamic images to achieve a real-time image pro- cessing for the moving objects. Firstly, the median filtering, gain calibration, image segmentation, image binarization, cor- ner detection and edge fitting are employed to process the images of the moving objects to make the image close to the real object. Then, the processed images are simultaneously displayed on a real-time basis to make it easier to analyze, understand and identify them, and thus it reduces the computation complexity. Finally, human-computer interaction (HCI)-friendly in- terface based on VC ++ is designed to accomplish the digital logic transform, image processing and real-time display of the objects. The experiment shows that the proposed algorithm and software design have better real-time performance and accu- racy which can meet the industrial needs. 展开更多
关键词 size detection real-time image processing and display gain calibration edge fitting
下载PDF
Application of TMS320C80 in Image Processing
9
作者 邓峰 戴擎宇 +2 位作者 杨占昕 何佩琨 毛二可 《Journal of Beijing Institute of Technology》 EI CAS 2000年第2期189-194,共6页
To study the application of TMS320C80 in image processing, an image processing system was designed based on this device, and the task of real time image processing was well accomplished on the hardware platform. TMS3... To study the application of TMS320C80 in image processing, an image processing system was designed based on this device, and the task of real time image processing was well accomplished on the hardware platform. TMS320C80 architecture's high degree of on chip integration and software flexibility will make it widely used in image processing that requires high processing speeds. 展开更多
关键词 TMS320C80 REAL-TIME image processing parallel processing
下载PDF
Evaluation of Two Absolute Radiometric Normalization Algorithms for Pre-processing of Landsat Imagery 被引量:13
10
作者 徐涵秋 《Journal of China University of Geosciences》 SCIE CSCD 2006年第2期146-150,157,共6页
In order to evaluate radiometric normalization techniques, two image normalization algorithms for absolute radiometric correction of Landsat imagery were quantitatively compared in this paper, which are the Illuminati... In order to evaluate radiometric normalization techniques, two image normalization algorithms for absolute radiometric correction of Landsat imagery were quantitatively compared in this paper, which are the Illumination Correction Model proposed by Markham and Irish and the Illumination and Atmospheric Correction Model developed by the Remote Sensing and GIS Laboratory of the Utah State University. Relative noise, correlation coefficient and slope value were used as the criteria for the evaluation and comparison, which were derived from pseudo-invarlant features identified from multitemporal Landsat image pairs of Xiamen (厦门) and Fuzhou (福州) areas, both located in the eastern Fujian (福建) Province of China. Compared with the unnormalized image, the radiometric differences between the normalized multitemporal images were significantly reduced when the seasons of multitemporal images were different. However, there was no significant difference between the normalized and unnorrealized images with a similar seasonal condition. Furthermore, the correction results of two algorithms are similar when the images are relatively clear with a uniform atmospheric condition. Therefore, the radiometric normalization procedures should be carried out if the multitemporal images have a significant seasonal difference. 展开更多
关键词 LANDSAT radiometrie correction data normalization pseudo-invariant features image processing.
下载PDF
The State-of-the-Art Review on Applications of Intrusive Sensing,Image Processing Techniques,and Machine Learning Methods in Pavement Monitoring and Analysis 被引量:15
11
作者 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
APPLICATION OF IMAGE PROCESSING TECHNIQUE IN SPM SYSTEM
12
作者 张津 李博 +1 位作者 杨勇 张玉莉 《Transactions of Tianjin University》 EI CAS 2001年第3期202-206,共5页
Up to now the imported commercial scanning probe microscope(SPM) has not an automatic error correcting and reducing system.In this paper a software system is presented to solve this problem.This software system gives ... Up to now the imported commercial scanning probe microscope(SPM) has not an automatic error correcting and reducing system.In this paper a software system is presented to solve this problem.This software system gives the average distance between the centers of mass of two adjacent atoms on the same horizontal line and its mean square root as well as the atoms shape and center of mass by filtering the measured image of a standard sample-highly oriented pyrolysis graphite(HOPG).This system forms the basis of SPMs automatic measurement error correcting. 展开更多
关键词 image processing digital image FILTERING
下载PDF
Measuring the Condition of Parking Lot by Image Processing
13
作者 吴大勇 魏平 侯朝桢 《Journal of Beijing Institute of Technology》 EI CAS 1999年第3期232-237,共6页
Aim To study the parking management in the condition of vehicles' increasing. Methods The methods of pattern recognition and image processing were used to analyze the eigenvalues of parking lot images. Results ... Aim To study the parking management in the condition of vehicles' increasing. Methods The methods of pattern recognition and image processing were used to analyze the eigenvalues of parking lot images. Results The automatic identification of every parking place in the parking plot was realized. The automatic measuring of parked vehicle count and parking lot utilization was completed. Conclusion It can complete the real time recognition, and has some practicabilities. 展开更多
关键词 automatic measuring digital image processing pattern recognition
下载PDF
Automated detection and identification of white-backed planthoppers in paddy fields using image processing 被引量:14
14
作者 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
A Flexible DSP-Based Network forReal-Time Image-Processing 被引量:5
15
作者 MAOHai-cen ZHANGTian-xu JIANGHao-yang WANGYue-huan 《Wuhan University Journal of Natural Sciences》 CAS 2004年第6期921-926,共6页
This paper proposed a general purpose real-time image processing system based on a flexible DSP-based Network, which is implemented by a high bandwidth communication channel, links. The links is realized using FPGA an... This paper proposed a general purpose real-time image processing system based on a flexible DSP-based Network, which is implemented by a high bandwidth communication channel, links. The links is realized using FPGA and provides a bandwidth of 12. 8 Gbit/s. Using the links, The topologic of multi-DSP system can be changed online to meet the variabilities of the parallel algorithm of image processing. The system can be assembled with utmost tens of boards and maintain the high communication speed. Analysis of the system adaptivity to image processing is testified followed by actual results. Key words real-time image processing - multi-DSP - flexible - scalable - FPGA - links CLC number TP 303 Foundation item: Supported by the National Natural Science Foundation of China (60135020)Biography: MAO Hai-cen(1973-), male, Ph.D. candidate, research direction: artificial intelligence, expert system, pattern recognition and image processing 展开更多
关键词 real-time image processing MULTI-DSP FLEXIBLE SCALABLE FPGA LINKS
下载PDF
Determination of geological strength index of jointed rock mass based on image processing 被引量:8
16
作者 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
New multi-DSP parallel computing architecture for real-time image processing 被引量:4
17
作者 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
Pore structure of ore granular media by computerized tomography image processing 被引量:6
18
作者 吴爱祥 杨保华 +1 位作者 习泳 江怀春 《Journal of Central South University of Technology》 EI 2007年第2期220-224,共5页
The pore structure images of ore particles located at different heights of leaching column were scanned with X-ray computerized tomography (CT) scanner, the porosity and pore size distribution were calculated and the ... The pore structure images of ore particles located at different heights of leaching column were scanned with X-ray computerized tomography (CT) scanner, the porosity and pore size distribution were calculated and the geometrical shape and connectivity of pores were analyzed based on image process method, and the three dimensional reconstruction of pore structure images was realized. The results show that the porosity of ore particles bed in leaching column is 42.92%, 41.72%, 39.34% at top, middle and bottom zone, respectively. Obviously it has spatial variability and decreases appreciably along the height of the column. The overall average porosity obtained by image processing is 41.33% while the porosity gotten from general measurement method in laboratory is 42.77% showing the results of both methods are consistent well. The pore structure of ore granular media is characterized as a dynamical space network composed of interconnected pore bodies and pore throats. The ratio of throats with equivalent diameter less than 1.91 mm to the total pores is 29.31%, and that of the large pores with equivalent diameter more than 5.73 mm is 2.90%. 展开更多
关键词 ore granular media pore structure X-ray computerized tomography image processing
下载PDF
Application of Spectral Angle Mapper Classification to Discriminate Hydrothermal Alteration in Southwest Birjand, Iran, Using Advanced Spaceborne Thermal Emission and Reflection Radiometer Image Processing 被引量:5
19
作者 Maryam ABDI Mohammd H. KARIMPOUR 《Acta Geologica Sinica(English Edition)》 SCIE CAS CSCD 2012年第5期1289-1296,共8页
The purpose of this study is to evaluate the Spectral Angle Mapper (SAM) classification method for determining the optimum threshold (maximum spectral angle) to unveil the hydrothermal mineral assemblages related ... The purpose of this study is to evaluate the Spectral Angle Mapper (SAM) classification method for determining the optimum threshold (maximum spectral angle) to unveil the hydrothermal mineral assemblages related to mineral deposits. The study area indicates good potential for Cu-Au porphyry, epithermal gold deposits and hydrothermal alteration well developed in arid and semiarid climates, which makes this region significant for Advanced Spaceborne Thermal Emission and Reflection Radiometer (ASTER) image processing analysis. Given that achieving an acceptable mineral mapping requires knowing the alteration patterns, petrochemistry and petrogenesis of the igneous rocks while considering the effect of weathering, overprinting of supergene alteration, overprinting of hypogene alteration and host rock spectral mixing, SAM classification was implemented for argillic, sericitic, propylitic, alunitization, silicification and iron oxide zones of six previously known mineral deposits: Maherabad, a Cu-Au porphyry system; Sheikhabad, an upper part of Cu-Au porphyry system; Khoonik, an Intrusion related Au system; Barmazid, a low sulfidation epithermal system; Khopik, a Cu-Au porphyry system; and Hanish, an epithermal Au system. Thus, the investigation showed that although the whole alteration zones are affected by mixing, it is also possible to produce a favorable hydrothermal mineral map by such complementary data as petrology, petrochemistry and alteration patterns. 展开更多
关键词 hydrothermal alteration Spectral Angle Mapper Advanced Spaceborne Thermal Emission and Reflection Radiometer image process Iran
下载PDF
Correlations between mineral composition and mechanical properties of granite using digital image processing and discrete element method 被引量:3
20
作者 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
上一页 1 2 47 下一页 到第
使用帮助 返回顶部