期刊文献+
共找到8篇文章
< 1 >
每页显示 20 50 100
A graphical user interface(GUI)for model-based radiation-induced acoustic computed tomography
1
作者 Michelle Simon Prabodh Kumar Pandey +1 位作者 Leshan Sun Liangzhong Xiang 《Journal of Innovative Optical Health Sciences》 SCIE EI CAS CSCD 2023年第1期39-53,共15页
Radiation-induced acoustic computed tomography(RACT)is an evolving biomedical imaging modality that aims to reconstruct the radiation energy deposition in tissues.Traditional backprojection(BP)reconstructions carry no... Radiation-induced acoustic computed tomography(RACT)is an evolving biomedical imaging modality that aims to reconstruct the radiation energy deposition in tissues.Traditional backprojection(BP)reconstructions carry noisy and limited-view artifacts.Model-based algorithms have been demonstrated to overcome the drawbacks of BPs.However,model-based algorithms are relatively more complex to develop and computationally demanding.Furthermore,while a plethora of novel algorithms has been developed over the past decade,most of these algorithms are either not accessible,readily available,or hard to implement for researchers who are not well versed in programming.We developed a user-friendly MATLAB-based graphical user interface(GUI;RACT2D)that facilitates back-projection and model-based image reconstructions for twodimensional RACT problems.We included numerical and experimental X-ray-induced acoustic datasets to demonstrate the capabilities of the GUI.The developed algorithms support parallel computing for evaluating reconstructions using the cores of the computer,thus further accelerating the reconstruction speed.We also share the MATLAB-based codes for evaluating RACT reconstructions,which users with MATLAB programming expertise can further modify to suit their needs.The shared GUI and codes can be of interest to researchers across the globe and assist them in e±cient evaluation of improved RACT reconstructions. 展开更多
关键词 Radiation-induced acoustic computed tomography(RACT) image reconstruction graphical user interface(gui) photoacoustic tomography
下载PDF
A Novel Approach to the Convergence Proof of Ant Colony Algorithm and Its MATLAB GUI-Based Realization 被引量:1
2
作者 DUAN Hal-bin WANG Dao-bo YU Xiu-fen 《International Journal of Plant Engineering and Management》 2006年第2期124-128,共5页
Although ant colony algorithm for the heuristic solution of hard combinational optimization problems enjoy a rapidly growing popularity, but little is known about its convergence properties. Based on the introduction ... Although ant colony algorithm for the heuristic solution of hard combinational optimization problems enjoy a rapidly growing popularity, but little is known about its convergence properties. Based on the introduction of the basic principle and mathematical model, a novel approach to the convergence proof that applies directly to the ant colony algorithm is proposed in this paper. Then, a MATLAB GUI- based ant colony algorithm simulation platform is developed, and the interface of this simulation platform is very friendly, easy to use and to modify. 展开更多
关键词 ant colony algorithm PHEROMONE CONVERGENCE MATLAB gui Graphical User interface simulation platform
下载PDF
Automated Identification Algorithm Using CNN for Computer Vision in Smart Refrigerators 被引量:2
3
作者 Pulkit Jain Paras Chawla +2 位作者 Mehedi Masud Shubham Mahajan Amit Kant Pandit 《Computers, Materials & Continua》 SCIE EI 2022年第5期3337-3353,共17页
Machine Learning has evolved with a variety of algorithms to enable state-of-the-art computer vision applications.In particular the need for automating the process of real-time food item identification,there is a huge... Machine Learning has evolved with a variety of algorithms to enable state-of-the-art computer vision applications.In particular the need for automating the process of real-time food item identification,there is a huge surge of research so as to make smarter refrigerators.According to a survey by the Food and Agriculture Organization of the United Nations(FAO),it has been found that 1.3 billion tons of food is wasted by consumers around the world due to either food spoilage or expiry and a large amount of food is wasted from homes and restaurants itself.Smart refrigerators have been very successful in playing a pivotal role in mitigating this problem of food wastage.But a major issue is the high cost of available smart refrigerators and the lack of accurate design algorithms which can help achieve computer vision in any ordinary refrigerator.To address these issues,this work proposes an automated identification algorithm for computer vision in smart refrigerators using InceptionV3 and MobileNet Convolutional Neural Network(CNN)architectures.The designed module and algorithm have been elaborated in detail and are considerably evaluated for its accuracy using test images on standard fruits and vegetable datasets.A total of eight test cases are considered with accuracy and training time as the performance metric.In the end,real-time testing results are also presented which validates the system’s performance. 展开更多
关键词 CNN computer vision Internet of Things(IoT) radio frequency identification(RFID) graphical user interface(gui)
下载PDF
Design Principles-Based Interactive Learning Tool for Solving Nonlinear Equations
4
作者 Ahad Alloqmani Omimah Alsaedi +2 位作者 Nadia Bahatheg Reem Alnanih Lamiaa Elrefaei 《Computer Systems Science & Engineering》 SCIE EI 2022年第3期1023-1042,共20页
Interactive learning tools can facilitate the learning process and increase student engagement,especially tools such as computer programs that are designed for human-computer interaction.Thus,this paper aims to help s... Interactive learning tools can facilitate the learning process and increase student engagement,especially tools such as computer programs that are designed for human-computer interaction.Thus,this paper aims to help students learn five different methods for solving nonlinear equations using an interactive learning tool designed with common principles such as feedback,visibility,affordance,consistency,and constraints.It also compares these methods by the number of iterations and time required to display the result.This study helps students learn these methods using interactive learning tools instead of relying on traditional teaching methods.The tool is implemented using the MATLAB app and is evaluated through usability testing with two groups of users that are categorized by their level of experience with root-finding.Users with no knowledge in root-finding confirmed that they understood the root-finding concept when interacting with the designed tool.The positive results of the user evaluation showed that the tool can be recommended to other users. 展开更多
关键词 Graphical user interface(gui) interactive learning tool design principles nonlinear equations experimental design
下载PDF
GridDroid--An Effective and Efficient Approach for Android Repackaging Detection Based on Runtime Graphical User Interface 被引量:1
5
作者 马骏 孙清伟 +1 位作者 许畅 陶先平 《Journal of Computer Science & Technology》 SCIE EI CSCD 2022年第1期147-181,共35页
Repackaging brings serious threats to Android ecosystem.Software birthmark techniques are typically applied to detect repackaged apps.Birthmarks based on apps'runtime graphical user interfaces(GUI)are effective,es... Repackaging brings serious threats to Android ecosystem.Software birthmark techniques are typically applied to detect repackaged apps.Birthmarks based on apps'runtime graphical user interfaces(GUI)are effective,especially for obfuscated or encrypted apps.However,existing studies are time-consuming and not suitable for handling apps in large scale.In this paper,we propose an effective yet efficient dynamic GUI birthmark for Android apps.Briefly,we run an app with automatically generated GUI events and dump its layout after each event.We divide each dumped layout into a grid,count in each grid cell the vertices of boundary rectangles corresponding to widgets within the layout,and generate a feature vector to encode the layout.Similar layouts are merged at runtime,and finally we obtain a graph as the birthmark of the app.Given a pair of apps to be compared,we build a weighted bipartite graph from their birthmarks and apply a modified version of the maximum-weight-bipartite-matching algorithm to determine whether they form a repackaging pair(RP)or not.We implement the proposed technique in a prototype,GridDroid,and apply it to detect RPs in three datasets involving 527 apks.GridDroid reports only six false negatives and seven false positives,and it takes GridDroid merely 20 microseconds on average to compare a pair of birthmarks. 展开更多
关键词 Android apps dynamic software birthmark graphical user interface(gui) repackaging detection
原文传递
加权优选方法在信号分解中的应用与软件研制 被引量:1
6
作者 王胜 李磊 《测绘地理信息》 2020年第5期54-58,共5页
应用EMD(empirical mode decomposition)分解信号的效果与包络拟合函数、端点延拓方法、IMF(intrinsic mode function)筛分准则有关,其中每种方法皆有多个选项,这些选项没有对错的区别,只有是否合适的区别,因此提出一种加权优选方法,能... 应用EMD(empirical mode decomposition)分解信号的效果与包络拟合函数、端点延拓方法、IMF(intrinsic mode function)筛分准则有关,其中每种方法皆有多个选项,这些选项没有对错的区别,只有是否合适的区别,因此提出一种加权优选方法,能够通过ERE(energy relative error)等评价指标自主甄选出最适合目标处理信号的方法集。实验结果表明,相较于经验选择方法,该方法可以更大限度地还原信号原有的波形。最后将该方法基于Matlab GUI(graphical user interface)进行软件模块化设计与研制,是对GPS信号处理与挖掘方法的重要补充。 展开更多
关键词 经验模态分解 信号还原 组合优选 模拟信号 Matlab gui(graphical user interface)
原文传递
DUSM: A Method for Requirements Specification and Refinement Based on Disciplined Use Cases and Screen Mockups
7
作者 Gianna Reggio Maurizio Leotta +1 位作者 Filippo Ricca Diego Clerissi 《Journal of Computer Science & Technology》 SCIE EI CSCD 2018年第5期918-939,共22页
In this work, we present DUSM (Disciplined Use Cases with Screen Mockups), a novel method for describing and refining requirements specifications based on disciplined use cases and screen mockups. Disciplined use ca... In this work, we present DUSM (Disciplined Use Cases with Screen Mockups), a novel method for describing and refining requirements specifications based on disciplined use cases and screen mockups. Disciplined use cases are characterized by a quite stringent template to prevent common mistakes, and to increase the quality of the specifications. Use cases descriptions are formulated in a structured natural language, which allows to reach a good level of precision, avoiding the need for further notations and complex models. Screen mockups are precisely associated with the steps of the use cases scenarios and they present the corresponding GUIs (graphical user interfaces) as seen by the human actors before/after the steps executions, improving the comprehension and the expression of the non-functional requirements on the user interface. DUSM has been proposed and fine-tuned during several editions of a software engineering course at the University of Genova. Then, by means of a series of case studies and experiments, we validated the method and evaluated: 1) its effectiveness in improving the comprehension and, in general, the quality of the produced requirements specification, and 2) its applicability in the industry, where the method has been found useful and not particularly onerous. 展开更多
关键词 requirements specification use case screen mockup empirical validation graphical user interface gui user interface requirements
原文传递
RIM: A Matlab Software Tool for Recursive Identification Methods
8
作者 Aissa Rebai Kamel Guesmi Boualem Hemici 《International Journal of Automation and computing》 EI CSCD 2015年第5期482-489,共8页
This paper introduces a recursive identification methods toolbox(called RIM) running under Matlab environment for dynamic system identification from available data. The RIM includes many methods which are generally us... This paper introduces a recursive identification methods toolbox(called RIM) running under Matlab environment for dynamic system identification from available data. The RIM includes many methods which are generally used. The RIM helps users to validate the theoretical results and to carry out comparison between identifications methods without the need of algorithms programming. Furthermore, the RIM can be used as an education platform to study the identification parameters effect on model validity and results accuracy. To show its performance and capability, the RIM is evaluated through many application examples. 展开更多
关键词 Matlab graphical user interfaces(gui) system ident
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部