• Title/Summary/Keyword: 맞춤변형

Search Result 47, Processing Time 0.03 seconds

The Component Customization Test in the Chamois Framework (샤모아 프레임 워크의 컴포넌트 맞춤 테스트)

  • 이병희;최병주
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.10d
    • /
    • pp.70-72
    • /
    • 2002
  • 컴포넌트 기반 구조의 프레임 워크인 샤모아 프레임 워크(Chamois Framework)는 다양한 컴포넌트 아키텍쳐중 COM(Component Object Model)과 Web Service로 개발되었다. 컴포넌트 기반 소프트웨어 개발(Component-Based Software Development)은 이미 작성된 소프트웨어 컴포넌트를 자신의 목적에 맞도록 재사용함으로써 여러 가지 위험 요소가 따를 수 있다. 따라서, 샤모아 프레임 워크에서 맞춤으로 변형된 컴포넌트에서 발생하는 오류를 테스트하기 위한 컴포넌트 맞춤 테스트 기법이 필요하다. 본 논문에서는 컴포넌트 맞춤 테스트 기법을 오류삽입 기반의 COM으로 확장하여 COM 컴포넌트 맞춤 테스트 기법을 샤모아 프레임 워크에 적용한 사례를 보인다.

  • PDF

A Testing Technique for Customized EJB Component (EJB 컴포넌트의 맞춤 테스트 기법)

  • Yun, Hoe-Jin;Choe, Byeong-Ju
    • Journal of KIISE:Software and Applications
    • /
    • v.28 no.3
    • /
    • pp.239-248
    • /
    • 2001
  • ‘컴포넌트 기반 소프트웨어 개발’에서 컴포넌트 사용자는 컴포넌트 맞춤, 즉 컴포넌트를 특정 도메인 요구사항에 맞추는 작업을 반복적으로 수행함으로써, 소프트웨어를 개발한다. 따라서 컴포넌트 기반 소프트웨어 테스트의 주요 대상은 맞춤으로 변형된 컴포넌트에서 발생하는 오류이다. 본 논문에서는 엔터프라이즈 자바빈즈(Enterprise JavaBeans : EJB)를 기반으로 구체화된 EJB 컴포넌트 맞춤 테스트 기법을 개발한다. 본 기법은 EJB 컴포넌트의 인터페이스 가운데 맞춤 오류가 일어나는 곳에만 오류를 삽입하여, 맞추어진 컴포넌트와 오류가 삽입된 컴포넌트를 차별하는 테스트 케이스를 선정한다. 따라서 본 논문에서는 EJB 컴포넌트 맞춤 테스트 기법을 EJB 컴포넌트 맞춤에 적용한 사례를 보이고 이를 분석하여, 본 기법이 EJB 컴포넌트에 적용 가능한 것임을 보인다.

  • PDF

A Test Technique for the Component Customization Failure (컴포넌트 맞춤 오류를 위한 테스트 기법)

  • Yoon, Hoi-Jin;Choi, Byoung-Ju
    • Journal of KIISE:Software and Applications
    • /
    • v.27 no.2
    • /
    • pp.148-156
    • /
    • 2000
  • The test technique for the failure caused by interaction between the customized interface and core function is necessary. We propose a component customization test technique by using the fault injection technique and the mutation test case selection technique. Our technique injects fault into where the customization failure may take place and selects the test case that differentiates the fault-injected component from the customized-component. Therefore, our test case has a good fault-detectability and can reduce the testing time by injecting a fault only into a place where the customization failure may take place in the interface.

  • PDF

Individual customized insole model (개인 맞춤형 자동 변형 인솔 모델)

  • Song, Eungyeol;Kim, Kyoungtae;Kim, Sang-hoon;Lee, Sangyoun
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.9 no.4
    • /
    • pp.323-329
    • /
    • 2016
  • This paper describes an insole FFO(Functional Foot Orthosis) model for comfortable walking by considering weight distribution. There are many ways to make an insole FFO model such as using 3D computer graphics, or plaster manually. Thus, we proposed a standardized way to make an insole model, specifically called, robust and automatically personalized deformable insole model. Our proposed method showed 0.8cm average error compared between our proposed auto-deformable insole model and the other insole model manually deformed by experts. Therefore, our proposed method can be an efficient way to make a customized insole model with small error compared to the manually customized insole model.

A Practical Method for Efficient Extraction of the Rotational Part of Dynamic Deformation (동적 변형의 회전 성분을 효율적으로 추출하기 위한 실용적 방법)

  • Choi, Min Gyu
    • Journal of Korea Game Society
    • /
    • v.18 no.1
    • /
    • pp.125-134
    • /
    • 2018
  • This paper presents a practical method to efficiently extract the rotational part of a $3{\times}3$ matrix that changes continuously in time. This is the key technique in the corotational FEM and the shape matching deformation popular in physics-based dynamic deformation. Recently, in contrast to the traditional polar decomposition methods independent of time, an iterative method was proposed that formulates the rotation extraction in a physics-based way and exploits an incremental representation of rotation. We develop an optimization method that reduces the number of iterations under the assumption that the maximum magnitude of the incremental rotation vector is limited within ${\pi}/2$. Realistic simulation of dynamic deformation employs a sufficiently small time step, and thus this assumption is not problematic in practice. We demonstrate the efficiency and practicality of our method in various experiments.

An Effective Test Data Selection Technique for Customized COM Components and its Empirical Study (맞춤된 COM 컴포넌트를 위한 효과적인 테스트 데이타 선정 기법과 적용사례)

  • 윤회진;이병희;김은희;최병주
    • Journal of KIISE:Software and Applications
    • /
    • v.31 no.6
    • /
    • pp.741-749
    • /
    • 2004
  • Component users must customize components they obtain from providers, in order to fit them to their own purposes. Normally, a component consists of black-box parts and white-box parts. Component users customize a component by modifying white-box parts of a component, and the customization faults appear through the interaction between black-box parts and white-box parts. Customization testing could be an integration testing of these two parts of a component. Also, customization testing in CBSD should select effective test data to reduce the testing cost, since CBSD aims to reduce the development cost. Therefore, this paper proposes a customization testing technique based on COM architecture through analyzing many COM components, and the technique selects effective test data. This paper evaluates the effectiveness of the test data selected by the proposed technique through an empirical study. It applies the techlique to a large-scale component-based system, Chamois, and it shows that the technique enables us to test customized COM components that run in a real component-based system

3D Scan Model Fitting by Using Statistics (통계를 이용한 3차원 스캔모델 맞춤 방법)

  • Soohyun Jeon;Hyewon Seo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2008.11a
    • /
    • pp.219-222
    • /
    • 2008
  • 3차원 인체 스캐너로부터 얻어진 인체형상데이터는 여러 인체에 대한 3차원 평균 모델을 만들어 내는 등의 통계적 분석이나 자세 변경을 위해 필요한 내부 골격 구조와 골격과 피부조직 사이의 관계 등을 계산해 내기 어렵다. 또, 이러한 통계적 분석을 위해서는 각 모델 간의 상응 관계가 확립되어야 하지만 스캐너로부터 얻어진 인체 형상 데이터들은 측정 환경이나 대상에 따라 각각이 서로 상이한 기하학적 구조로 이루어져 있다. 본 논문에서는 템플릿 모델을 3차원 인체데이터에 맞도록 변형함으로써 다수의 인체 형상에 대하여 토폴로지를 일치시키도록 한다. 3차원 인체 데이터에 대해 템플릿 모델이 가장 근사한 형상이 되도록 하는 변형을 자동으로 찾아내기 위해서 표면 위에 정의된 특징점들을 사용한다. 또한, 기존에 찾아둔 특징점군 및 변형정보 데이터가 충분히 많다면 새로운 변형을 계산하는 데 유용하게 사용될 수 있음을 보인다. 이렇게 상응 관계가 확립된 모델들은 삼차원 벡터 공간의 점들의 집합으로 표현 및 통계적 분석이 가능하게 된다.

Structural Performance of Beam-to-Column Joint Types in Dapo-style Buildings of the Joseon Dynasty (조선시대 다포계 건축물의 결구형태별 구조성능 평가)

  • Yoon, Jeong-Hoon;Choi, Yun-Chul;Lee, Eun-Jin
    • Journal of the Korea institute for structural maintenance and inspection
    • /
    • v.23 no.4
    • /
    • pp.8-14
    • /
    • 2019
  • In Korean traditional wooden architecture, joint performance varies with the material characteristics of timber, the form of joint, the precision of timber-trimming and the like. Case studies prove that the beam-to-column joint type has large influence on the degrees of deformation and spacing. This is not only true of single-story buildings, but also of large-scale multi-story buildings more apparently. Therefore, this study followed the process of examining to joint types, producing their specimens and testing their structural performance. As a consequence of structural test, the dovetail joint specimen showed the best outcomes of the maximum load and rigidity. Synthesizing the structural performances by respective forms of joints, the Doraegeoji dovetail joint specimen showed the higher performance, followed in order by the Doraegeoji mortise joint specimen and the Tongneoko dovetail joint specimen. The structural performance of a building varies with the characteristics by the shouldering forms of penetrating beams and with the joint types within the columns. This should be considered for the new construction or restoration of multi-story buildings, and be continuously researched henceforth.

Real-Time Simulation of Deformation and Fracture with Oriented Particles (방향성 입자를 이용한 실시간 변형 및 파괴 시뮬레이션)

  • Won, Jong Won;Choi, Min Gyu
    • Journal of the Korea Computer Graphics Society
    • /
    • v.18 no.4
    • /
    • pp.35-40
    • /
    • 2012
  • Simulation of deformation and fracture is one of the most important physics-based techniques in film production and real-time applications such as computer games. This paper proposes a practical approach to real-time deformation and fracturing. We adopt solid simulation with oriented particles [1] to simulate large deformation robustly, and develop a fracturing scheme to accommodate material failure when excessively stretched or compressed. The proposed method decomposes linear deformation into optimal rotation and pure stretching precisely in shape matching with oriented particles so that fracturing criteria can be easily formulated in terms of stretching. Experimental results show that the proposed method runs in real-time even for large meshes and it can simulate large deformation and fracturing.

A Conceptual Framework for the Personalization of Public Administration Services (공공행정서비스의 맞춤화 구현방안 연구)

  • Kim, Sang-Wook
    • Journal of Digital Convergence
    • /
    • v.14 no.8
    • /
    • pp.57-67
    • /
    • 2016
  • As the Internet is becoming more socialized, Korean government, publishing a slogan, Government 3.0, has recently began to find a way to deliver its administration services to the public in more personalized manner. Policy directions to implement this advanced idea, are however still at large, primarily because of the vague nature of 'personalized'. This study, therefore, explores the possibility of getting public administrative services closer to personalization. To achieve this objective, this study attempts to develop a integrative framework of classifying the administration services to the public, based on two dimensions - the degree of citizen-oriented and the degree of government-driven, both of which are perhaps key determinants of personaliztion of services. For each quadrant of the framework, key features, characteristics, and conditions to be met are explained and followed by exemplary cases and policy implications.