• Title/Summary/Keyword: software visualization

Search Result 414, Processing Time 0.024 seconds

GLOVE: Distributed Shared Memory Based Parallel Visualization Tool for Massive Scientific Dataset (GLOVE: 대용량 과학 데이터를 위한 분산공유메모리 기반 병렬 가시화 도구)

  • Lee, Joong-Youn;Kim, Min Ah;Lee, Sehoon;Hur, Young Ju
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.5 no.6
    • /
    • pp.273-282
    • /
    • 2016
  • Visualization tool can be divided by three components - data I/O, visual transformation and interactive rendering. In this paper, we present requirements of three major components on visualization tools for massive scientific dataset and propose strategies to develop the tool which satisfies those requirements. In particular, we present how to utilize open source softwares to efficiently realize our goal. Furthermore, we also study the way to combine several open source softwares which are separately made to produce a single visualization software and optimize it for realtime visualization of massiv espatio-temporal scientific dataset. Finally, we propose a distributed shared memory based scientific visualization tool which is called "GLOVE". We present a performance comparison among GLOVE and well known open source visualization tools such as ParaView and VisIt.

COTS-Based Development of Power System Data Visualization Program (COTS기반의 전력계통 데이터 시각화 프로그램 개발)

  • Oh, Sea-Seung;Jang, Gil-Soo;Moon, Seung-Il
    • Proceedings of the KIEE Conference
    • /
    • 2007.11b
    • /
    • pp.184-186
    • /
    • 2007
  • Visualization has a strong capability to manage and display a large volume of data. It makes system analysis more intuitive and helps an operator in monitoring system status, understanding its phenomena, identifying its problems, and performing corrective action to maintain the security of the system. In this paper visualization program is developed based on a COTS-based software development concept in a distributed environment using open-source application software and development tools.

  • PDF

3D Rendering of Magnetic Resonance Images using Visualization Toolkit and Microsoft.NET Framework

  • Madusanka, Nuwan;Zaben, Naim Al;Shidaifat, Alaaddin Al;Choi, Heung-Kook
    • Journal of Multimedia Information System
    • /
    • v.2 no.2
    • /
    • pp.207-214
    • /
    • 2015
  • In this paper, we proposed new software for 3D rendering of MR images in the medical domain using C# wrapper of Visualization Toolkit (VTK) and Microsoft .NET framework. Our objective in developing this software was to provide medical image segmentation, 3D rendering and visualization of hippocampus for diagnosis of Alzheimer disease patients using DICOM Images. Such three dimensional visualization can play an important role in the diagnosis of Alzheimer disease. Segmented images can be used to reconstruct the 3D volume of the hippocampus, and it can be used for the feature extraction, measure the surface area and volume of hippocampus to assist the diagnosis process. This software has been designed with interactive user interfaces and graphic kernels based on Microsoft.NET framework to get benefited from C# programming techniques, in particular to design pattern and rapid application development nature, a preliminary interactive window is functioning by invoking C#, and the kernel of VTK is simultaneously embedded in to the window, where the graphics resources are then allocated. Representation of visualization is through an interactive window so that the data could be rendered according to user's preference.

A Practical Study on Code Static Analysis through Open Source based Tool Chains (Open Source 기반 툴 체인화를 통한 코드 정적 분석 연구)

  • Kang, Geon-Hee;Kim, R. Young Chul;Yi, Geun Sang;Kim, Young Soo;Park, Yong. B.;Son, Hyun Seung
    • KIISE Transactions on Computing Practices
    • /
    • v.21 no.2
    • /
    • pp.148-153
    • /
    • 2015
  • In our domestic software industries, it is focused on such a high quality development/ testing process, maturity measurement, and so on. But the real industrial fields are still working on a code-centric development. Most of the existing legacy systems did not keep the design and highly increased the code complexity with more patching of the original codes. To solve this problem, we adopt a code visualization technique which is important to reduce the code complexity among modules. To do this, we suggest a tool chaining method based on the existing open source software tools, which extends NIPA's Software Visualization techniques applied to procedural languages. In addition, it should be refactored to fix bad couplings of the quality measurement indicators within the code visualization. As a result, we can apply reverse engineering to the legacy code, that is, from programming via model to architecture, and then make high quality software with this approach.

A Visualization Process based on TMMi for implementation of high Quality ECU Software (TMMi를 이용한 고품질 자동차 전장용 소프트웨어 구현을 위한 Visualization 프로세스)

  • Lee, Yoon Ah;Shin, Jung Hoon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2015.04a
    • /
    • pp.546-548
    • /
    • 2015
  • 최근에는 자동차 전장용 소프트웨어 결함으로 인한 피해로 자동차 리콜 사태가 일어나는 것을 종종 볼 수 있다. 소프트웨어 검사와 TMMi 프로세스를 전장용 소프트웨어에 이용한다면 소프트웨어 결함을 줄이며 사고 발생률 역시 감소될 수 있다. 전장용 소프트웨어에 이를 적용해 볼 때, 검사 방법에 적합한 방향으로 검사 프로세스를 개선할 수 있으며, 고품질 소프트웨어 또한 구현할 수 있다.

A Class Diagramming Tool for Visualizing the Latest Revision of Software Change History (소프트웨어 변경 이력의 최근 변경을 클래스 다이어그램으로 가시화하는 도구)

  • Sim, Jaekyeong;Cho, HeeTae;Park, Jongyeol;Lee, Seonah
    • Journal of KIISE
    • /
    • v.45 no.2
    • /
    • pp.150-156
    • /
    • 2018
  • Software visualization can assist developers to understand a software system and change its code. The recent development of bottom-up visualization tools demonstrates the advantages by revealing the code that is directly related to a software evolution task. However, the information provided by these tools is limited to the code already investigated by the developers in that task session. To broaden the scope and provide the code information that developers should explore, we propose to present the latest revision of a software system via a class diagram. When a developer clicks on a button, the proposed tool reveals the code changes committed to a configuration management system, and facilitates the understanding of code changes. We also conduct case studies illustrating the advantages of the proposed tool.

Development of Visualization Tool for Sorting Programming Instruction (정렬 프로그래밍 교육을 위한 시각화 도구의 개발)

  • Jeong, InKee
    • The Journal of Korean Association of Computer Education
    • /
    • v.7 no.6
    • /
    • pp.27-35
    • /
    • 2004
  • Data structure and algorithm are primary courses for computer programming instruction. However, now those are not interesting courses for students because the programming instruction methodologies that used these courses are not the proper methodologies for the visual and windows programming. The Sorting programming is the same as other data structures. Therefore, we developed the VTSPI (Visualization Tool for Sorting Programming Instruction) which is a software component to instruct sorting program effectively for solving these problems. As a result, students can code, understand and debug their programs because VTPSI is software components based on visual programming.

  • PDF

Using Data Gloves for control of the 3-Dimensional postprocessing software (Data Glove를 이용한 3차원 데이터 후처리 소프트웨어의 제어)

  • Kim K. Y.;Kim B. S.
    • 한국전산유체공학회:학술대회논문집
    • /
    • 2004.03a
    • /
    • pp.56-61
    • /
    • 2004
  • As the size and dimension of target problems in the field of computational engineering including CFD gets bigger and higher, it is needed to have more efficient and flexible data visualization environment in terms of software and hardware. Even though it is still manageable to use a mouse in controlling 3-dimensional data visualization, it would be beneficial to use 3-D input device for 3-D visualization. 'Data Glove' is one of the best 3-D input devices, because human hands are best tools understanding 3-D space. Signals coming from 'Data Glove' are analog and very sensitive to finger motions, so we decided to use a digital filter. This paper describes our experience and benefits of using data glove in controlling 3-Dimensional Postprocess Software.

  • PDF

A Study on Inductive Reasoning and Visualization of Elementary School Students in Congruence and Symmetry Lessons with Exploratory Software (탐구형 소프트웨어를 활용한 합동과 대칭 수업에서 나타나는 초등학생의 귀납적 추론과 시각화에 관한 연구)

  • Park, Jiyeon;Kim, Min Kyeong
    • Communications of Mathematical Education
    • /
    • v.37 no.2
    • /
    • pp.299-327
    • /
    • 2023
  • In this study, we tried to find out the level of inductive reasoning ability and the aspects of visualization components shown in students in the class using exploratory software for the 'congruence and symmetry' unit in the second semester of the 5th grade of elementary school. To this end, classes using GeoGebra, one of the exploratory software, were conducted for a total of 19 students in one class of fifth graders in elementary school, and the results of the students' activities were analyzed. As a result of this study, the level of inductive reasoning ability of students remained at a similar level or developed, and it was shown that students inferred new properties of shapes using various functions of software inductively. In addition, in terms of visualization, students were able to quickly and easily draw shapes that met the conditions, and unlike the paper-and-pencil environment, using the 'measurement' and 'symmetry' functions, they transformed and manipulated complex yet precisely congruent and symmetrical external representations. Based on these analysis results, implications for the use of exploratory software in the area of figures were derived.

3D Visualization of Discrete Event Simulation and Its Applications in Virtual Manufacturing

  • Zhong Yongmin;Yuan Xiaobu
    • International Journal of CAD/CAM
    • /
    • v.4 no.1
    • /
    • pp.19-32
    • /
    • 2004
  • This paper presents a new approach to create 3D visualization from discrete simulation results. This approach connects discrete event simulation directly to 3D animation with its novel methods that analyze and convert discrete simulation results into animation events to trigger 3D animation. In addition, it constructs a 3D animation framework for the visualization of discrete simulation results. This framework supports the reuse of both the existing 3D animation objects and behavior components, and allows the rapid development of new 3D animation objects by users with no special knowledge in computer graphics. This approach has been implemented with the software component technology. As an application in virtual manufacturing, visualizations of an electronics assembly factory are also provided in the paper to demonstrate the performance of this new approach.