期刊文献+
共找到849篇文章
< 1 2 43 >
每页显示 20 50 100
An Improved YOLOv5s-Based Smoke Detection System for Outdoor Parking Lots
1
作者 Ruobing Zuo Xiaohan Huang +1 位作者 Xuguo Jiao Zhenyong Zhang 《Computers, Materials & Continua》 SCIE EI 2024年第8期3333-3349,共17页
In the rapidly evolving urban landscape,outdoor parking lots have become an indispensable part of the city’s transportation system.The growth of parking lots has raised the likelihood of spontaneous vehicle combus-ti... In the rapidly evolving urban landscape,outdoor parking lots have become an indispensable part of the city’s transportation system.The growth of parking lots has raised the likelihood of spontaneous vehicle combus-tion,a significant safety hazard,making smoke detection an essential preventative step.However,the complex environment of outdoor parking lots presents additional challenges for smoke detection,which necessitates the development of more advanced and reliable smoke detection technologies.This paper addresses this concern and presents a novel smoke detection technique designed for the demanding environment of outdoor parking lots.First,we develop a novel dataset to fill the gap,as there is a lack of publicly available data.This dataset encompasses a wide range of smoke and fire scenarios,enhanced with data augmentation to ensure robustness against diverse outdoor conditions.Second,we utilize an optimized YOLOv5s model,integrated with the Squeeze-and-Excitation Network(SENet)attention mechanism,to significantly improve detection accuracy while maintaining real-time processing capabilities.Third,this paper implements an outdoor smoke detection system that is capable of accurately localizing and alerting in real time,enhancing the effectiveness and reliability of emergency response.Experiments show that the system has a high accuracy in terms of detecting smoke incidents in outdoor scenarios. 展开更多
关键词 YOLOv5s smoke detection deep learning sENet
下载PDF
Network Intrusion Traffic Detection Based on Feature Extraction
2
作者 Xuecheng Yu Yan Huang +2 位作者 Yu Zhang Mingyang Song Zhenhong Jia 《Computers, Materials & Continua》 SCIE EI 2024年第1期473-492,共20页
With the increasing dimensionality of network traffic,extracting effective traffic features and improving the identification accuracy of different intrusion traffic have become critical in intrusion detection systems(... With the increasing dimensionality of network traffic,extracting effective traffic features and improving the identification accuracy of different intrusion traffic have become critical in intrusion detection systems(IDS).However,both unsupervised and semisupervised anomalous traffic detection methods suffer from the drawback of ignoring potential correlations between features,resulting in an analysis that is not an optimal set.Therefore,in order to extract more representative traffic features as well as to improve the accuracy of traffic identification,this paper proposes a feature dimensionality reduction method combining principal component analysis and Hotelling’s T^(2) and a multilayer convolutional bidirectional long short-term memory(MSC_BiLSTM)classifier model for network traffic intrusion detection.This method reduces the parameters and redundancy of the model by feature extraction and extracts the dependent features between the data by a bidirectional long short-term memory(BiLSTM)network,which fully considers the influence between the before and after features.The network traffic is first characteristically downscaled by principal component analysis(PCA),and then the downscaled principal components are used as input to Hotelling’s T^(2) to compare the differences between groups.For datasets with outliers,Hotelling’s T^(2) can help identify the groups where the outliers are located and quantitatively measure the extent of the outliers.Finally,a multilayer convolutional neural network and a BiLSTM network are used to extract the spatial and temporal features of network traffic data.The empirical consequences exhibit that the suggested approach in this manuscript attains superior outcomes in precision,recall and F1-score juxtaposed with the prevailing techniques.The results show that the intrusion detection accuracy,precision,and F1-score of the proposed MSC_BiLSTM model for the CIC-IDS 2017 dataset are 98.71%,95.97%,and 90.22%. 展开更多
关键词 Network intrusion traffic detection PCA Hotelling’s T^(2) BiLsTM
下载PDF
Decoding degeneration:the implementation of machine learning for clinical detection of neurodegenerative disorders 被引量:2
3
作者 Fariha Khaliq Jane Oberhauser +1 位作者 Debia Wakhloo Sameehan Mahajani 《Neural Regeneration Research》 SCIE CAS CSCD 2023年第6期1235-1242,共8页
Machine learning represents a growing subfield of artificial intelligence with much promise in the diagnosis,treatment,and tracking of complex conditions,including neurodegenerative disorders such as Alzheimer’s and ... Machine learning represents a growing subfield of artificial intelligence with much promise in the diagnosis,treatment,and tracking of complex conditions,including neurodegenerative disorders such as Alzheimer’s and Parkinson’s diseases.While no definitive methods of diagnosis or treatment exist for either disease,researchers have implemented machine learning algorithms with neuroimaging and motion-tracking technology to analyze pathologically relevant symptoms and biomarkers.Deep learning algorithms such as neural networks and complex combined architectures have proven capable of tracking disease-linked changes in brain structure and physiology as well as patient motor and cognitive symptoms and responses to treatment.However,such techniques require further development aimed at improving transparency,adaptability,and reproducibility.In this review,we provide an overview of existing neuroimaging technologies and supervised and unsupervised machine learning techniques with their current applications in the context of Alzheimer’s and Parkinson’s diseases. 展开更多
关键词 Alzheimer’s disease clinical detection deep learning machine learning neurodegenerative disorders NEUROIMAGING Parkinson’s disease
下载PDF
Lightweight Surface Litter Detection Algorithm Based on Improved YOLOv5s 被引量:1
4
作者 Zunliang Chen Chengxu Huang +1 位作者 Lucheng Duan Baohua Tan 《Computers, Materials & Continua》 SCIE EI 2023年第7期1085-1102,共18页
In response to the problem of the high cost and low efficiency of traditional water surface litter cleanup through manpower,a lightweight water surface litter detection algorithm based on improved YOLOv5s is proposed ... In response to the problem of the high cost and low efficiency of traditional water surface litter cleanup through manpower,a lightweight water surface litter detection algorithm based on improved YOLOv5s is proposed to provide core technical support for real-time water surface litter detection by water surface litter cleanup vessels.The method reduces network parameters by introducing the deep separable convolution GhostConv in the lightweight network GhostNet to substitute the ordinary convolution in the original YOLOv5s feature extraction and fusion network;introducing the C3Ghost module to substitute the C3 module in the original backbone and neck networks to further reduce computational effort.Using a Convolutional Block Attention Mechanism(CBAM)module in the backbone network to strengthen the network’s ability to extract significant target features from images.Finally,the loss function is optimized using the Focal-EIoU loss func-tion to improve the convergence speed and model accuracy.The experimental results illustrate that the improved algorithm outperforms the original Yolov5s in all aspects of the homemade water surface litter dataset and has certain advantages over some current mainstream algorithms in terms of model size,detection accuracy,and speed,which can deal with the problems of real-time detection of water surface litter in real life. 展开更多
关键词 surface litter detection LIGHTWEIGHT YOLOv5s GhostNet deep separable convolution convolutional block attention mechanism(CBAM)
下载PDF
RT-YOLO:A Residual Feature Fusion Triple Attention Network for Aerial Image Target Detection
5
作者 Pan Zhang Hongwei Deng Zhong Chen 《Computers, Materials & Continua》 SCIE EI 2023年第4期1411-1430,共20页
In recent years,target detection of aerial images of unmannedaerial vehicle(UAV)has become one of the hottest topics.However,targetdetection of UAV aerial images often presents false detection and misseddetection.We p... In recent years,target detection of aerial images of unmannedaerial vehicle(UAV)has become one of the hottest topics.However,targetdetection of UAV aerial images often presents false detection and misseddetection.We proposed a modified you only look once(YOLO)model toimprove the problems arising in object detection in UAV aerial images:(1)A new residual structure is designed to improve the ability to extract featuresby enhancing the fusion of the inner features of the single layer.At the sametime,triplet attention module is added to strengthen the connection betweenspace and channel and better retain important feature information.(2)Thefeature information is enriched by improving the multi-scale feature pyramidstructure and strengthening the feature fusion at different scales.(3)A newloss function is created and the diagonal penalty term of the anchor frame isintroduced to improve the speed of training and the accuracy of reasoning.The proposed model is called residual feature fusion triple attention YOLO(RT-YOLO).Experiments showed that the mean average precision(mAP)ofRT-YOLO is increased from 57.2%to 60.8%on the vehicle detection in aerialimage(VEDAI)dataset,and the mAP is also increased by 1.7%on the remotesensing object detection(RSOD)dataset.The results show that theRT-YOLOoutperforms other mainstream models in UAV aerial image object detection. 展开更多
关键词 Attention mechanism small target detection YOLOv5s RT-YOLO
下载PDF
Design of Online Vision Detection System for Stator Winding Coil
6
作者 李艳 李芮 徐洋 《Journal of Donghua University(English Edition)》 CAS 2023年第6期639-648,共10页
The quality of the stator winding coil directly affects the performance of the motor.A dual-camera online machine vision detection method to detect whether the coil leads and winding regions were qualified was designe... The quality of the stator winding coil directly affects the performance of the motor.A dual-camera online machine vision detection method to detect whether the coil leads and winding regions were qualified was designed.A vision detection platform was designed to capture individual winding images,and an image processing algorithm was used for image pre-processing,template matching and positioning of the coil lead area to set up a coordinate system.After eliminating image noise by Blob analysis,the improved Canny algorithm was used to detect the location of the coil lead paint stripped region,and the time was reduced by about half compared to the Canny algorithm.The coil winding region was trained with the ShuffleNet V2-YOLOv5s model for the dataset,and the detect file was converted to the Open Neural Network Exchange(ONNX)model for the detection of winding cross features with an average accuracy of 99.0%.The software interface of the detection system was designed to perform qualified discrimination tests on the workpieces,and the detection data were recorded and statistically analyzed.The results showed that the stator winding coil qualified discrimination accuracy reached 96.2%,and the average detection time of a single workpiece was about 300 ms,while YOLOv5s took less than 30 ms. 展开更多
关键词 machine vision online detection V2-YOLOv5s model Canny algorithm stator winding coil
下载PDF
Range anomaly suppression based on neighborhood pixels detection in ladar range images 被引量:2
7
作者 Mingbo Zhao Jun He +1 位作者 Zaiqi Lu Qiang Fu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2013年第1期68-75,共8页
Research on the range anomaly suppression algorithm in laser radar (ladar) range images is significant in the application and development of ladar. But most of existing algorithms cannot protect the edge and linear ... Research on the range anomaly suppression algorithm in laser radar (ladar) range images is significant in the application and development of ladar. But most of existing algorithms cannot protect the edge and linear target well while suppressing the range anomaly. Aiming at this problem, the differences among the edge, linear target, and range anomaly are analyzed and a novel algo- rithm based on neighborhood pixels detection is proposed. Firstly, the range differences between current pixel and its neighborhood pixels are calculated. Then, the number of neighborhood pixels is detected by the range difference threshold. Finally, whether the current pixel is a range anomaly is distinguished by the neighbor- hood pixel number threshold. Experimental results show that the new algorithm not only has a better range anomaly suppression performance and higher efficiency, but also protects the edge and linear target preferably compared with other algorithms. 展开更多
关键词 image processing range anomaly suppression neigh-borhood p xe s detection linear target laser radar (ladar).
下载PDF
Small objects detection in UAV aerial images based on improved Faster R-CNN 被引量:6
8
作者 WANG Ji-wu LUO Hai-bao +1 位作者 YU Peng-fei LI Chen-yang 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2020年第1期11-16,共6页
In order to solve the problem of small objects detection in unmanned aerial vehicle(UAV)aerial images with complex background,a general detection method for multi-scale small objects based on Faster region-based convo... In order to solve the problem of small objects detection in unmanned aerial vehicle(UAV)aerial images with complex background,a general detection method for multi-scale small objects based on Faster region-based convolutional neural network(Faster R-CNN)is proposed.The bird’s nest on the high-voltage tower is taken as the research object.Firstly,we use the improved convolutional neural network ResNet101 to extract object features,and then use multi-scale sliding windows to obtain the object region proposals on the convolution feature maps with different resolutions.Finally,a deconvolution operation is added to further enhance the selected feature map with higher resolution,and then it taken as a feature mapping layer of the region proposals passing to the object detection sub-network.The detection results of the bird’s nest in UAV aerial images show that the proposed method can precisely detect small objects in aerial images. 展开更多
关键词 Faster region-based convolutional neural network(Faster R-CNN) ResNet101 unmanned aerial vehicle(UAV) small objects detection bird’s nest
下载PDF
Damage detection on framed structures: modal curvature evaluation using Stockwell Transform under seismic excitation 被引量:5
9
作者 R.Ditommaso F.C.Ponzo G.Auletta 《Earthquake Engineering and Engineering Vibration》 SCIE EI CSCD 2015年第2期265-274,共10页
The key parameters for damage detection and localization are eigenfrequencies, related equivalent viscous damping factors and mode shapes. The classical approach is based on the evaluation of these structural paramete... The key parameters for damage detection and localization are eigenfrequencies, related equivalent viscous damping factors and mode shapes. The classical approach is based on the evaluation of these structural parameters before and after a seismic event, but by using a modern approach based on time-frequency transformations it is possible to quantify these parameters throughout the ground shaking phase. In particular with the use of the S-Transform, it is possible to follow the temporal evolution of the structural dynamics parameters before, during and after an earthquake. In this paper, a methodology for damage localization on framed structures subjected to strong motion earthquakes is proposed based on monitoring the modal curvature variation in the natural frequency of a structure. Two examples of application are described to illustrate the technique: Computer simulation of the nonlinear response of a model, and several laboratory(shaking table) tests performed at the University of Basilicata(Italy). Damage detected using the proposed approach and damage revealed via visual inspections in the tests are compared. 展开更多
关键词 damage detection s-TRANsFORM band-variable fi lter
下载PDF
Fault detection for nonlinear networked control systems based on fuzzy observer 被引量:6
10
作者 Zhangqing Zhu Xiaocheng Jiao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第1期129-136,共8页
Security and reliability must be focused on control sys- tems firstly, and fault detection and diagnosis (FDD) is the main theory and technology. Now, there are many positive results in FDD for linear networked cont... Security and reliability must be focused on control sys- tems firstly, and fault detection and diagnosis (FDD) is the main theory and technology. Now, there are many positive results in FDD for linear networked control systems (LNCSs), but nonlinear networked control systems (NNCSs) are less involved. Based on the T-S fuzzy-modeling theory, NNCSs are modeled and network random time-delays are changed into the unknown bounded uncertain part without changing its structure. Then a fuzzy state observer is designed and an observer-based fault detection approach for an NNCS is presented. The main results are given and the relative theories are proved in detail. Finally, some simulation results are given and demonstrate the proposed method is effective. 展开更多
关键词 nonlinear networked control system (NNCs fault detection T-s fuzzy model state observer time-delay.
下载PDF
Scanning electron microscopy coupled with energydispersive X-ray spectrometry for quick detection of sulfuroxidizing bacteria in environmental water samples 被引量:1
11
作者 SUN Chengjun JIANG Fenghua +5 位作者 GAO Wei LI Xiaoyun YU Yanzhen YIN Xiaofei WANG Yong DING Haibing 《Chinese Journal of Oceanology and Limnology》 SCIE CAS CSCD 2017年第1期185-191,共7页
Detection of sulfur-oxidizing bacteria has largely been dependent on targeted gene sequencing technology or traditional cell cultivation, which usually takes from days to months to carry out. This clearly does not mee... Detection of sulfur-oxidizing bacteria has largely been dependent on targeted gene sequencing technology or traditional cell cultivation, which usually takes from days to months to carry out. This clearly does not meet the requirements of analysis for time-sensitive samples and/or complicated environmental samples. Since energy-dispersive X-ray spectrometry(EDS) can be used to simultaneously detect multiple elements in a sample, including sulfur, with minimal sample treatment, this technology was applied to detect sulfur-oxidizing bacteria using their high sulfur content within the cell. This article describes the application of scanning electron microscopy imaging coupled with EDS mapping for quick detection of sulfur oxidizers in contaminated environmental water samples, with minimal sample handling. Scanning electron microscopy imaging revealed the existence of dense granules within the bacterial cells, while EDS identified large amounts of sulfur within them. EDS mapping localized the sulfur to these granules. Subsequent 16S rRNA gene sequencing showed that the bacteria detected in our samples belonged to the genus Chromatium, which are sulfur oxidizers. Thus, EDS mapping made it possible to identify sulfur oxidizers in environmental samples based on localized sulfur within their cells, within a short time(within 24 h of sampling). This technique has wide ranging applications for detection of sulfur bacteria in environmental water samples. 展开更多
关键词 sulfur bacteria energy-dispersive X-ray spectrometry scanning electron microscopy bacteria detection environmental water samples 16s rRNA sequencing
下载PDF
An Automated Deep Learning Based Muscular Dystrophy Detection and Classification Model
12
作者 T.Gopalakrishnan Periakaruppan Sudhakaran +4 位作者 K.C.Ramya K.Sathesh Kumar Fahd N.Al-Wesabi Manal Abdullah Alohali Anwer Mustafa Hilal 《Computers, Materials & Continua》 SCIE EI 2022年第4期305-320,共16页
Muscular Dystrophy (MD) is a group of inherited muscular diseases that are commonly diagnosed with the help of techniques such asmuscle biopsy, clinical presentation, and Muscle Magnetic Resonance Imaging(MRI). Among ... Muscular Dystrophy (MD) is a group of inherited muscular diseases that are commonly diagnosed with the help of techniques such asmuscle biopsy, clinical presentation, and Muscle Magnetic Resonance Imaging(MRI). Among these techniques, Muscle MRI recommends the diagnosis ofmuscular dystrophy through identification of the patterns that exist in musclefatty replacement. But the patterns overlap among various diseases whereasthere is a lack of knowledge prevalent with regards to disease-specific patterns.Therefore, artificial intelligence techniques can be used in the diagnosis ofmuscular dystrophies, which enables us to analyze, learn, and predict forthe future. In this scenario, the current research article presents an automated muscular dystrophy detection and classification model using SynergicDeep Learning (SDL) method with extreme Gradient Boosting (XGBoost),called SDL-XGBoost. SDL-XGBoost model has been proposed to act as anautomated deep learning (DL) model that examines the muscle MRI dataand diagnose muscular dystrophies. SDL-XGBoost model employs Kapur’sentropy based Region of Interest (RoI) for detection purposes. Besides, SDLbased feature extraction process is applied to derive a useful set of featurevectors. Finally, XGBoost model is employed as a classification approach todetermine proper class labels for muscle MRI data. The researcher conductedextensive set of simulations to showcase the superior performance of SDLXGBoost model. The obtained experimental values highlighted the supremacyof SDL-XGBoost model over other methods in terms of high accuracy being96.18% and 94.25% classification performance upon DMD and BMD respectively. Therefore, SDL-XGBoost model can help physicians in the diagnosis of muscular dystrophies by identifying the patterns of muscle fatty replacementin muscle MRI. 展开更多
关键词 Muscle magnetic resonance imaging XGBoost synergic deep learning roI detection kapur’s entropy muscular dystrophies
下载PDF
AR Display Method of a Person's Identifier near the Head on a Camera Screen Based on the GPS Information and Face Detection Using Ad hoc and P2P Networking
13
作者 Masahiro Gotou Kazumasa Takami 《Computer Technology and Application》 2016年第4期196-208,共13页
The spread of social media has increased contacts of members of communities on the lntemet. Members of these communities often use account names instead of real names. When they meet in the real world, they will find ... The spread of social media has increased contacts of members of communities on the lntemet. Members of these communities often use account names instead of real names. When they meet in the real world, they will find it useful to have a tool that enables them to associate the faces in fiont of them with the account names they know. This paper proposes a method that enables a person to identify the account name of the person ("target") in front of him/her using a smartphone. The attendees to a meeting exchange their identifiers (i.e., the account name) and GPS information using smartphones. When the user points his/her smartphone towards a target, the target's identifier is displayed near the target's head on the camera screen using AR (augmented reality). The position where the identifier is displayed is calculated from the differences in longitude and latitude between the user and the target and the azimuth direction of the target from the user. The target is identified based on this information, the face detection coordinates, and the distance between the two. The proposed method has been implemented using Android terminals, and identification accuracy has been examined through experiments. 展开更多
关键词 Ad hoc networking AR (augmented reality) face detection GPs information person's identifier P2P communication smartphone.
下载PDF
Development and validation of a TaqMan^(TM) fluorescent quantitative real-time PCR assay for the rapid detection of Edwardsiella tarda 被引量:2
14
作者 XIE Guosi HUANG Jie +3 位作者 ZHANG Qingli HAN Nana SHI Chengyin WANG Xiuhua 《Acta Oceanologica Sinica》 SCIE CAS CSCD 2012年第4期140-148,共9页
Edwardsiella tarda is one of the most important emerging pathogens in tile global aquaculture industries. As such, an accurate diagnosis and quantitative analytical methods are urgently needed for this bacterium. In t... Edwardsiella tarda is one of the most important emerging pathogens in tile global aquaculture industries. As such, an accurate diagnosis and quantitative analytical methods are urgently needed for this bacterium. In this study, primers and a TaqMan probe specific to the conservative sequences of the 16S rRNA gene of E. tarda were designed. The concentration of primers and TaqMan probe were optimized to 200 nmol/L and 120 nmol/L, respectively. The detection sensitivity of the FQ- PCR assay was determined to be as low as five copies of the target sequence per reaction using the pGEM-16S rDNA recombinant plasmid as a template, which was 100 times more sensitive than conventional PCR. A standard curve by plotting the threshold cycle values (y) against the common logarithmic copies (logl0n~ as x; n~ is copy number) of pGEM-16S rDNA was generated. The results of intra- and inter-assay variability tests demonstrate that the established FQ-PCR method was highly reproducible. The assay was specific for E. tarda as it showed that there was no cross-reactivity to eight additional bacterial pathogen strains in aquaculture. Thus, the FQ-PCR assay has the potential for diagnostic purposes and for other applications, especially for the rapid detection and quantification of low-grade E. tarda infections. 展开更多
关键词 Edwardsiella tarda TAQMAN real-time PCR detection 16s rDNA
下载PDF
Leak Detection in Water Distribution Systems Using Bayesian Theory and Fisher’s Law 被引量:1
15
作者 张宏伟 王丽娟 《Transactions of Tianjin University》 EI CAS 2011年第3期181-186,共6页
A leak detection method based on Bayesian theory and Fisher’s law was developed for water distribution systems. A hydraulic model was associated with the parameters of leaks (location, extent). The randomness of para... A leak detection method based on Bayesian theory and Fisher’s law was developed for water distribution systems. A hydraulic model was associated with the parameters of leaks (location, extent). The randomness of parameter values was quantified by probability density function and updated by Bayesian theory. Values of the parameters were estimated based on Fisher’s law. The amount of leaks was estimated by back propagation neural network. Based on flow characteristics in water distribution systems, the location of leaks can be estimated. The effectiveness of the proposed method was illustrated by simulated leak data of node pressure head and flow rate of pipelines in a test pipe network, and the leaks were spotted accurately and renovated on time. 展开更多
关键词 water distribution systems LEAK detection EPANET Fisher's law Bayesian theory back propagationneural network
下载PDF
PCR Detection of the Three <i>Neofabraea</i>Pathogenic Species Responsible for Apple Bull’s Eye Rot 被引量:1
16
作者 Dongmei Cao Xin Li +1 位作者 Jijuan Cao Weifang Wang 《Advances in Microbiology》 2013年第1期61-64,共4页
Apple bull’s eye rot is caused by pathogenic Neofabraea species including N. malicorticis, N. perennans and N. alba. Fruits carrying this fungal quarantine disease are prohibited from entering China. The host plants ... Apple bull’s eye rot is caused by pathogenic Neofabraea species including N. malicorticis, N. perennans and N. alba. Fruits carrying this fungal quarantine disease are prohibited from entering China. The host plants for the pathogens include several Rosaceae fruits including apple and pear. Disease symptoms and pathogen morphology are often insufficient to determine the identity of the pathogen, particularly at the species level. In the current study, we analyzed the inter-species sequence variations in the β-tublin gene, and designed specific primers to allow PCR amplification of 554 bp fragments from pathogenic Neofabraea species. The PCR products were recovered and sequenced, and Blast search was conducted using the DNA sequences in the Genbank database. The results indicated precise PCR amplification of the target sequences from the host pathogen, which allowed unambiguous identification of the species. 展开更多
关键词 APPLE Bull’s Eye ROT Neofabraea spp PCR detection
下载PDF
An AIEgen nano-assembly for simultaneous detection of ATP and H_(2)S
17
作者 Jia-Mei Qin Xue Li +2 位作者 Wei Lang Fu-Hao Zhang Qian-Yong Cao 《Chinese Chemical Letters》 SCIE CAS CSCD 2024年第6期376-379,共4页
A new aggregation-induced emission(AIE)-based fluorescence sensor,TPEPy-SS-C14,for simultaneous recognition of adenosine triphosphate(ATP)and hydrogen sulfide(H_(2)S)has been reported via the aggregation-disaggregatio... A new aggregation-induced emission(AIE)-based fluorescence sensor,TPEPy-SS-C14,for simultaneous recognition of adenosine triphosphate(ATP)and hydrogen sulfide(H_(2)S)has been reported via the aggregation-disaggregation mechanism.The probe self-assembles nano-structure aggregations in aqueous solution.It shows fluorescence turn-on response toward ATP for the complexation-enhanced aggregation,but leads to fluorescence quenching of H_(2)S for cleavage the aggregations. 展开更多
关键词 AIE-based ATP detection H_(2)s detection Fluorescent sensor Cell imaging
原文传递
Boundary Detection Using Open Spline Curve Based on Mumford-Shah ModelBoundary Detection Using Open Spline Curve Based on Mumford-Shah Model 被引量:1
18
作者 LI Xiao-Mao ZHU Lin-Lin TANG Yan-Dong 《自动化学报》 EI CSCD 北大核心 2009年第2期132-136,共5页
关键词 自动化系统 检测方法 曲线图 曲线演化
下载PDF
Implications of Electrical Impedance-Based Microbiological Technology in Pork Meat Processing Industry for the Rapid Detection and Quantification of Salmonella Spp.
19
作者 Cristina Pablos Javier Marugan +1 位作者 Sandra Cristobal Rafael van Grieken 《Journal of Food Science and Engineering》 2017年第1期1-16,共16页
The absence of efficient tools for preventing bacterial contamination in the meat processing industry as well as for detecting Salmonella positive samples in real time is a matter of concern. Impedance technology has ... The absence of efficient tools for preventing bacterial contamination in the meat processing industry as well as for detecting Salmonella positive samples in real time is a matter of concern. Impedance technology has proved its effectiveness as a bacterial quantification tool for research purposes instead of laborious standard plate count, and as a detection tool to substitute tedious current horizontal method ISO 6579:2002. Calibration curves were carded out for S. enteritidis and S. typhimurium in raw pork matrix (R2 〉 0.90). Calibrations of mixtures of both strains at different ratio were prepared, showing a high efficiency to differentiate bacterial metabolism. Impediometry was also validated against standard plate count in raw pork samples treated by UV-C illumination to inactivate Salmonella. Even, damaged but still viable bacteria were recorded. Detection of Salmonella by impediometry led to a decrease in false positives, obtaining results within 30 h compared to 72 h in case of conventional method. 展开更多
关键词 Impediometry s. enteritidis s. typhimurium quantification detection pork meat.
下载PDF
Multi-Threshold Algorithm Based on Havrda and Charvat Entropy for Edge Detection in Satellite Grayscale Images
20
作者 Mohamed A. El-Sayed Hamida A. M. Sennari 《Journal of Software Engineering and Applications》 2014年第1期42-52,共11页
Automatic edge detection of an image is considered a type of crucial information that can be extracted by applying detectors with different techniques. It is a main tool in pattern recognition, image segmentation, and... Automatic edge detection of an image is considered a type of crucial information that can be extracted by applying detectors with different techniques. It is a main tool in pattern recognition, image segmentation, and scene analysis. This paper introduces an edge-detection algorithm, which generates multi-threshold values. It is based on non-Shannon measures such as Havrda & Charvat’s entropy, which is commonly used in gray level image analysis in many types of images such as satellite grayscale images. The proposed edge detection performance is compared to the previous classic methods, such as Roberts, Prewitt, and Sobel methods. Numerical results underline the robustness of the presented approach and different applications are shown. 展开更多
关键词 MULTI-THREsHOLD EDGE detection MEAsURE ENTROPY Havrda & Charvat’s ENTROPY
下载PDF
上一页 1 2 43 下一页 到第
使用帮助 返回顶部