期刊文献+
共找到33,810篇文章
< 1 2 250 >
每页显示 20 50 100
A Comprehensive Image Processing Framework for Early Diagnosis of Diabetic Retinopathy
1
作者 Kusum Yadav Yasser Alharbi +6 位作者 Eissa Jaber Alreshidi Abdulrahman Alreshidi Anuj Kumar Jain Anurag Jain Kamal Kumar Sachin Sharma Brij BGupta 《Computers, Materials & Continua》 SCIE EI 2024年第11期2665-2683,共19页
In today’s world,image processing techniques play a crucial role in the prognosis and diagnosis of various diseases due to the development of several precise and accurate methods for medical images.Automated analysis... In today’s world,image processing techniques play a crucial role in the prognosis and diagnosis of various diseases due to the development of several precise and accurate methods for medical images.Automated analysis of medical images is essential for doctors,as manual investigation often leads to inter-observer variability.This research aims to enhance healthcare by enabling the early detection of diabetic retinopathy through an efficient image processing framework.The proposed hybridized method combines Modified Inertia Weight Particle Swarm Optimization(MIWPSO)and Fuzzy C-Means clustering(FCM)algorithms.Traditional FCM does not incorporate spatial neighborhood features,making it highly sensitive to noise,which significantly affects segmentation output.Our method incorporates a modified FCM that includes spatial functions in the fuzzy membership matrix to eliminate noise.The results demonstrate that the proposed FCM-MIWPSO method achieves highly precise and accurate medical image segmentation.Furthermore,segmented images are classified as benign or malignant using the Decision Tree-Based Temporal Association Rule(DT-TAR)Algorithm.Comparative analysis with existing state-of-the-art models indicates that the proposed FCM-MIWPSO segmentation technique achieves a remarkable accuracy of 98.42%on the dataset,highlighting its significant impact on improving diagnostic capabilities in medical imaging. 展开更多
关键词 image processing biological data PSO Fuzzy C-Means(FCM)
下载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
Simulation of Fracture Process of Lightweight Aggregate Concrete Based on Digital Image Processing Technology
3
作者 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
Research on Image Preprocessing Algorithm for Rail Surface Recognition
4
作者 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 Technologies with Image Processing Using Inverse Filter
5
作者 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
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
RESEARCH ON SATELLITE IMAGE PROCESSING AND RECOGNITION WITH PARALLEL ALGORITHM 被引量:1
8
作者 刘正光 郭爱民 +1 位作者 程彦 刘勇 《Transactions of Tianjin University》 EI CAS 1999年第2期73-77,共5页
Using the method of mathematical morphology,this paper fulfills filtration,segmentation and extraction of morphological features of the satellite cloud image.It also gives out the relative algorithms,which is realized... Using the method of mathematical morphology,this paper fulfills filtration,segmentation and extraction of morphological features of the satellite cloud image.It also gives out the relative algorithms,which is realized by parallel C programming based on Transputer networks.It has been successfully used to process the typhoon and the low tornado cloud image.And it will be used in weather forecast. 展开更多
关键词 satellite cloud image extraction of morphological features mathematical morphology parallel processing
下载PDF
An Example of Machine Vision Applied in Printing Quality Checking——Research on the Checking of Printing Quality by Image Processing 被引量:5
9
作者 唐万有 王文凤 《微计算机信息》 北大核心 2008年第6期45-47,共3页
The traditional printing checking method always uses printing control strips,but the results are not very well in repeatability and stability. In this paper,the checking methods for printing quality basing on image ar... The traditional printing checking method always uses printing control strips,but the results are not very well in repeatability and stability. In this paper,the checking methods for printing quality basing on image are taken as research objects. On the base of the traditional checking methods of printing quality,combining the method and theory of digital image processing with printing theory in the new domain of image quality checking,it constitute the checking system of printing quality by image processing,and expound the theory design and the model of this system. This is an application of machine vision. It uses the high resolution industrial CCD(Charge Coupled Device) colorful camera. It can display the real-time photographs on the monitor,and input the video signal to the image gathering card,and then the image data transmits through the computer PCI bus to the memory. At the same time,the system carries on processing and data analysis. This method is proved by experiments. The experiments are mainly about the data conversion of image and ink limit show of printing. 展开更多
关键词 机器视觉 印刷质量检测 图像处理 数据转换 墨量显示
下载PDF
Detection of Oscillations in Process Control Loops From Visual Image Space Using Deep Convolutional Networks
10
作者 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
Real-time image processing and display in object size detection based on VC++ 被引量:2
11
作者 翟亚宇 潘晋孝 +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
Evaluation of Two Absolute Radiometric Normalization Algorithms for Pre-processing of Landsat Imagery 被引量:13
12
作者 徐涵秋 《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
Application of TMS320C80 in Image Processing
13
作者 邓峰 戴擎宇 +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
A new endoscopic ultrasonography image processing method to evaluate the prognosis for pancreatic cancer treated with interstitial brachytherapy 被引量:5
14
作者 Wei Xu Yan Liu +4 位作者 Zheng Lu Zhen-Dong Jin Yu-Hong Hu Jian-Guo Yu Zhao-Shen Li 《World Journal of Gastroenterology》 SCIE CAS 2013年第38期6479-6484,共6页
AIM:To develop a fuzzy classification method to score the texture features of pancreatic cancer in endoscopic ultrasonography(EUS)images and evaluate its utility in making prognosis judgments for patients with unresec... AIM:To develop a fuzzy classification method to score the texture features of pancreatic cancer in endoscopic ultrasonography(EUS)images and evaluate its utility in making prognosis judgments for patients with unresectable pancreatic cancer treated by EUS-guided interstitial brachytherapy.METHODS:EUS images from our retrospective database were analyzed.The regions of interest were drawn,and texture features were extracted,selected,and scored with a fuzzy classification method using a C++program.Then,patients with unresectable pancreatic cancer were enrolled to receive EUS-guided iodine 125 radioactive seed implantation.Their fuzzy classification scores,tumor volumes,and carbohydrate antigen 199(CA199)levels before and after the brachytherapy were recorded.The association between the changes in these parameters and overall survival was analyzed statistically.RESULTS:EUS images of 153 patients with pancreatic cancer and 63 non-cancer patients were analyzed.A total of 25 consecutive patients were enrolled,and they tolerated the brachytherapy well without any complications.There was a correlation between the change in the fuzzy classification score and overall survival(Spearman test,r=0.616,P=0.001),whereas no correlation was found to be significant between the change in tumor volume(P=0.663),CA199 level(P=0.659),and overall survival.There were 15 patients with a decrease in their fuzzy classification score after brachytherapy,whereas the fuzzy classification score increased in another 10 patients.There was a significant difference in overall survival between the two groups(67 d vs 151 d,P=0.001),but not in the change of tumor volume and CA199 level.CONCLUSION:Using the fuzzy classification method to analyze EUS images of pancreatic cancer is feasible,and the method can be used to make prognosis judgments for patients with unresectable pancreatic cancer treated by interstitial brachytherapy. 展开更多
关键词 Digital image processing Fuzzy classification Endoscopic ULTRASONOGRAPHY PANCREATIC cancer INTERSTITIAL BRACHYTHERAPY PROGNOSIS
下载PDF
Automated detection and identification of white-backed planthoppers in paddy fields using image processing 被引量:14
15
作者 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
16
作者 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
APPLICATION OF IMAGE PROCESSING TECHNIQUE IN SPM SYSTEM
17
作者 张津 李博 +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
New multi-DSP parallel computing architecture for real-time image processing 被引量:4
18
作者 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 被引量:7
19
作者 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
Dynamic experimental study on rock meso-cracks growth by digital image processing technique 被引量:2
20
作者 朱珍德 倪骁慧 +3 位作者 王伟 李双蓓 赵杰 武沂泉 《Journal of Central South University》 SCIE EI CAS 2008年第S2期114-120,共7页
A new meso-mechanical testing scheme based on SEM was developed to carry out the experiment of microfracturing process of rocks. The microfracturing process of the pre-crack marble sample on surrounding rock in the im... A new meso-mechanical testing scheme based on SEM was developed to carry out the experiment of microfracturing process of rocks. The microfracturing process of the pre-crack marble sample on surrounding rock in the immerged Long-big tunnel in Jinping Cascade II Hydropower Station under uniaxial compression was recorded by using the testing scheme. According to the stereology theory, the propagation and coalescent of cracks at meso-scale were quantitatively investigated with digital technology. Therefore, the basic geometric information of rock microcracks such as area, angle, length, width, perimeter, was obtained from binary images after segmentation. The failure mechanism of specimen under uniaxial compression with the quantitative information was studied from macro and microscopic point of view. The results show that the image of microfracturing process of the specimen can be observed and recorded digitally. During the damage of the specimen, the distribution of microcracks in the specimen is still subjected to exponential distribution with some microcracks concentrated in certain regions. Finally, the change law of the fractal dimension of the local element in marble sample under different external load conditions is obtained by means of the statistical calculation of the fractal dimension. 展开更多
关键词 MARBLE ROCK FAILURE process digital image processing growth of meso-crack DYNAMIC observation experimental study
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部