• Title/Summary/Keyword: Open Source Softwares

Search Result 25, Processing Time 0.026 seconds

Cone-beam CT superimposition and visualization using open-source softwares (오픈-소스 소프트웨어를 이용한 콘빔 전산화단층영상의 중첩 및 시각화)

  • Jeon, Woo-Ram;Lim, Sung-Hoon
    • The Journal of the Korean dental association
    • /
    • v.56 no.10
    • /
    • pp.538-547
    • /
    • 2018
  • ITK-SNAP (http://www.itksnap.org) and 3D Slicer (CMFreg extension module; www.slicer.org) are open-source softwares which can be used for superimposition of cone-beam CT images. For superimposition, segmentation of bone is done with ITK-SNAP, and then voxel based superimposition of CBCT images can be performed using 3D Slicer. 3D Slicer has various visualization modules which are not provided in common commercial programs. 'Models' module is used to visualize two overlapping three-dimensional images, and this allows various visualizations by changing view mode and color of the model. In addition, differences between two CBCT images can be represented in a color map using 'ShapePopulationViewer' module. This report introduces how to superimpose and visualize CBCT images using ITK-SNAP and 3D Slicer, and the usefulness and limitations of both softwares will be discussed in comparison with commercial softwares.

  • PDF

A Study on the Identification of Open Source License Compatibility Violations (오픈 소스 라이선스 양립성 위반 식별 기법 연구)

  • Lee, Dong-Gun;Seo, Yeong-Seok
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.7 no.12
    • /
    • pp.451-460
    • /
    • 2018
  • Open source software is used in various ways when developing new softwares all around the world. It requires rights and responsibilities as a form of an open source software license. Because the license is a contract between original software developers of the open source software and users, we must follow it and extremely cautious to avoid copyright infringement. In particular, we must verify license compatibility when we develop new software using the existing open source softwares. However, license violation issues always occur and lead to lawsuits so that they are having an adverse effect on the open source software ecosystem. Thus, in this paper, we propose a method, OSLC-Vid, to identify license violations whether compatibility issues exist between open source softwares. The proposed method is verified by the experiments to detect actual license violation cases.

Analysis of Open-Source Hyperparameter Optimization Software Trends

  • Lee, Yo-Seob;Moon, Phil-Joo
    • International Journal of Advanced Culture Technology
    • /
    • v.7 no.4
    • /
    • pp.56-62
    • /
    • 2019
  • Recently, research using artificial neural networks has further expanded the field of neural network optimization and automatic structuring from improving inference accuracy. The performance of the machine learning algorithm depends on how the hyperparameters are configured. Open-source hyperparameter optimization software can be an important step forward in improving the performance of machine learning algorithms. In this paper, we review open-source hyperparameter optimization softwares.

Design of Internet Telephony Network System using Open Source Softwares (오픈 소스 소프트웨어를 활용한 인터넷 전화망 시스템 설계)

  • Ha, Eun-Yong
    • Journal of Digital Convergence
    • /
    • v.10 no.6
    • /
    • pp.259-267
    • /
    • 2012
  • Internet telephony is an Internet service which supports voice telephone using VoIP technology on the IP-based Internet. It has some advantages in that voice telephone services can be accompanied with multimedia services such as video communication and messaging services. Recently, the introduction of smart phones has led to a growth in social networking services and thus, the research and development of Internet telephony has been actively progressed and has the potential to become a replacement for the telephone service that is currently being used. In this paper we designed and implemented an Internet telephony network system which is developed by using Asterisk and open source softwares. It is developed on the linux system and has some features such as VoIP telephony service between SIP phones, voice mail, and call recording. It also supports web-based functions such as SIP users and server system management that is implemented by Apache web server and PHP programs. Afterwards, this system will be applied as VoIP network base technology for small sized companies and organizations. It will paly a role for encouraging companies to use open source softwares.

Development Moodle Customization Guidelines and Supporting Tools (무들 커스터마이제이션 체계화 및 지원 도구 구현)

  • Kim, Jeong Ah;Park, Sun Kyoon
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.1 no.2
    • /
    • pp.81-90
    • /
    • 2012
  • Open Source Softwares(OSS) are increasingly deployed in several domains, many educational organization have tried to deploy the OSS LMS(Learning Management System). For deploying OSS LMS, customization for specific environment is critical requirement. In this paper, we implemented the supporting environment to integrate the Moodle and school information system for user and course management. It is the most important customization requirement for introducing the Moodle to school. Also, we implemented supporting environment for the most important requirement so that we verified the usability of our guideline. We applied our environment to verify the efficiency of customization process.

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.

A Study on Tile Map Service of High Spatial Resolution Image Using Open Source GIS (Open Source GIS를 이용한 고해상도 영상의 Tile Map Service 시스템 구축에 관한 연구)

  • Jeong, Myeong-Hun;Suh, Yong-Cheol
    • Journal of Korean Society for Geospatial Information Science
    • /
    • v.17 no.1
    • /
    • pp.167-174
    • /
    • 2009
  • A Tile Map Service is a regular map service that has been enhanced to serve maps very quickly using a cache of static images. The map cache is a directory that contains image tiles of a map extent at specific scale levels. Returning a tile from the cache takes the server much less time than drawing the map image on demand. Use of a Tile Map Service can dramatically improve the time that clients take to display complex base-maps. Using Tile Map Services thus eliminate the need to trade quality for performance. This study provides a way to construct Tile Map Service System using Open Source GIS. We used GDAL(Geospatial Data Abstraction Library) which is one of the Open Source GIS Softwares to make Tile Map Image and OpenLayers to publish Web Page. Moreover, We conducted a performance test on Tile Map System and Dynamic Map System and evaluated the results of it. As a result, the proposed method makes it easier to construct high performance Tile Map Service using Open Source GIS without commercial products.

  • PDF

Quality Evaluation of Criterion Construction for Open Source Software (개방형 소프트웨어의 품질평가 기준 구축)

  • Kang, Sang-Won;Yang, Hae-Sool
    • Journal of Digital Convergence
    • /
    • v.11 no.2
    • /
    • pp.323-330
    • /
    • 2013
  • The trend of the use of open softwares is increasing daily. Despite these increases in the use of open softwares, the importance of the problem of their quality is not considered enough. Also, if we look at the existing evaluation model which is used as the evaluation model of the existing open software, the level of the quantization is insufficient, the evaluator can show some subjectivity and as a clear evaluation method is not published, there are many problems to apply it in practice. Therefore, in this study, we have built an evaluation basis that can show consistent quantization without the influence of the evaluator and that can improve the evaluation speed with the automatization of the evaluation information acquisition. The built quality evaluation model will take an important role to evaluate and to improve the open software.

An Internet Telephony Recording System using Open Source Softwares (오픈 소스 소프트웨어를 활용한 인터넷 전화 녹취 시스템)

  • Ha, Eun-Yong
    • Journal of Digital Convergence
    • /
    • v.9 no.5
    • /
    • pp.225-233
    • /
    • 2011
  • Internet telephony is an Internet service which supports voice telephone using VoIP technology on the IP-based Internet. It has some advantages in that voice telephone services can be accompanied with multimedia services such as video communication and messaging services. Recently, the introduction of smart phones has led to a growth in social networking services and thus, the research and development of Internet telephony has been actively progressed and has the potential to become a replacement for the telephone service that is currently being used. In this paper we designed and implemented a recording system which records voice data of SIP-based Internet telephone's voice calls. It is developed on the linux system and has some features such as audio mixing of two in/out voice channels, live packet sniffing, and the ability to transfer mixed audio files to the log file server. These functions are implemented using various open source softwares. Afterwards, this VoIP recording system will be applied as a base technology to advanced services like a VoIP-based call center system.

An Analysis of Open Source GIS Software Ecosystem in Korea (국내 오픈소스 공간정보 소프트웨어 생태계 분석)

  • Kang, Youngok;Kang, AeTti;Kwon, HoeYoon
    • Spatial Information Research
    • /
    • v.22 no.6
    • /
    • pp.67-79
    • /
    • 2014
  • These days open source softwares are being introduced and applied in many countries in the world. Especially, both government and private companies tend to become an spearhead in vitalizing the open source software. In this paper we try to check the degree of vitalizations in open source GIS software and to draw implications in vitalizing ecosystem of open source GIS software. Key players of open source GIS software ecosystem are government, private companies, academic and research institutes, and nonprofit foundations. Government does not have very little policies related to the investment and the support of open source GIS software. Private companies related to the open source GIS software are very few in the number and do not have any clear business model to make a profit. Academic and research institutes are weak in using the open source GIS software, which can be an major obstacle to cultivate software developers. OSGeo Korean branch, established in 2009, is the only nonprofit foundation in Korea which makes an effort to vitalize the open source GIS software, but its results are not very strong up to now in view of both quality and invigoration. In order to vitalize the open source GIS software ecosystem, lots of efforts of key players are needed. Especially, government efforts are very important because it can provide a trigger in vitalizing the open source GIS software ecosystem. The tasks that government should propel are R&D investment, test bed projects in the area of public sector, professional manpower training, and international cooperation and marketing.