• Title/Summary/Keyword: 변형형상

Search Result 1,394, Processing Time 0.039 seconds

Fast 2D Shape Deformation using Mean Value Coordinates (평균값 좌표를 이용한 빠른 2차원 형상 변형)

  • Yoo, Kwang-Seok;Choi, Jung-Ju;Shin, Hyun-Joon
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.06b
    • /
    • pp.188-193
    • /
    • 2007
  • 본 논문에서는 평균값 좌표(mean value coordinates)를 이용하여 두 개의 메쉬 구조에 기반한 2차원 형상변형 기법을 제시한다. 먼저 입력으로 주어진 2차원 형상의 내부와 경계를 조밀하게 샘플링한 정점의 집합으로 구성된 형상 메쉬(shape mesh)와, 입력 형상을 근사적으로 둘러싸는 정점과 형상 메쉬의 일부 정점으로 구성된 제어 메쉬(control mesh)를 구성한다. 형상 메쉬 정점은 제어 메쉬의 정점에 대한 평균값 좌표로 표현한다. 사용자의 형상 변형 입력에 대하여 비선형 최소 자승 최적화 문제를 풀어 변형 될 제어 메쉬 정점의 위치를 구하고, 형상 메쉬는 변형된 제어 메쉬의 정점으로부터 평균값 좌표를 이용하여 최종적인 형상의 변형을 계산한다. 일반적으로 형상 변형 문제는 입력되는 형상의 정점의 개수가 증가함에 따라서 그 수행 속도가 급격히 느려지며, 정점의 개수를 줄이면 변형에 의한 시각적 품질이 급격히 감소한다. 실험적인 결과에 의하면 본 논문에서 제시한 방법은 비교적 적은 수의 정점을 사용하여 형상 변형의 수행속도가 빠르면서, 변형의 시각적인 품질은 부드럽게 유지된다. 본 논문의 결과는 핸드폰과 같이 계산속도가 느린 임베디드 시스템에서 형상 변형을 이용한 2차원 애니메이션 제작과 같은 응용문제에 효과적으로 사용될 수 있다.

  • PDF

Human Hand Deformation with Splines (스플라인을 이용한 인체 손 형상 변형)

  • Lee, Ji-Eun;Yoon, Seung-Hyun;Kim, Myung-Soo
    • Journal of the Korea Computer Graphics Society
    • /
    • v.11 no.3
    • /
    • pp.1-9
    • /
    • 2005
  • 본 논문에서는 피부 변형 방법의 일종으로 스플라인 곡선과 곡면을 이용한 손 형상의 모델링 및 변형 기술을 소개하다. 손 형상의 골격 구조를 근사하는 스윕에 손 형상 메쉬 정점들을 바인딩 하여 관절의 변화에 따라 변형된 손 형상을 얻고, 손 자세 변형에 따라 손바닥 형상이 돌출되고 손금이 생기는 등 기존 연구에서 부족했던 손바닥 형상 변형의 사실성을 얻기 위해 손바닥 형상 변형을 제어하는 넙스 곡면을 생성하고 이용하였다. 손바닥 표면의 정 점들을 보간하여 생성된 넙스 곡면은 사실적인 손바닥 변형을 위해 소수의 보간 점들만 미리 정의된 방법으로 변경하면 되기 때문에 사용하기가 용이하다. 손금은 손바닥 곡면에 대한 차이 값으로 구현되어 손형상 자세에 부합하게 변형되며, 사람에 따라 다른 다양한 손금 형태를 지원할 수 있다. 연구 결과는 사실적인 형상 변형 결과를 보였으며, 실시간 실행이 가능하다.

  • PDF

Fast Planar Shape Deformation using a Layered Mesh (계층 메쉬를 이용한 빠른 평면 형상 변형)

  • Yoo, Kwang-Seok;Choi, Jung-Ju
    • Journal of the Korea Computer Graphics Society
    • /
    • v.17 no.3
    • /
    • pp.43-50
    • /
    • 2011
  • We present a trade-off technique for fast but qualitative planar shape deformation using a layered mesh. We construct a layered mesh that is embedding a planar input shape; the upper-layer is denoted as a control mesh and the other lower-layer as a shape mesh that is defined by mean value coordinates relative to the control mesh. First, we try to preserve some shape properties including user constraints for the control mesh by means of a known existing nonlinear least square optimization technique, which produces deformed positions of the control mesh vertices. Then, we compute the deformed positions of the shape mesh vertices indirectly from the deformed control mesh by means of simple coordinates computation. The control mesh consists of a small number of vertices while the shape layer contains relatively a large number of vertices in order to embed the input shape as tightly as possible. Since the time-consuming optimization technique is applied only to the control mesh, the overall execution is extremely fast; however, the quality of deformation is sacrificed due to the sacrificed quality of the control mesh and its relativity to the shape mesh. In order to change the deformation behavior and consequently to compensate the quality sacrifice, we present a method to control the deformation stiffness by incorporating the orientation into the user constraints. According to our experiments, the proposed technique produces a planar shape deformation fast enough for real-time applications on limited embedded systems such as cell phones and tablet PCs.

Improved deformation energy for enhancing the visual quality of planar shape deformation (평면 형상 변형의 시각적 품질 향상을 위한 개선된 형상 변형 에너지)

  • Yoo, Kwangseok;Choi, Jung-Ju
    • Journal of the Korea Computer Graphics Society
    • /
    • v.18 no.4
    • /
    • pp.1-8
    • /
    • 2012
  • We present improved deformation energy to enhance the visual quality of a shape deformation technique, where we preserve the local structure of an input planar shape. The deformation energy, in general, consists of several constraints such as Laplacian coordinate constraint to preserve the quality of deformed silhouette edges, mean value coordinates and edge length constraints to preserve the quality of deformed internal shape, and user-specified position constraints to control the shape deformation. When the positions of user-specified vertices change, shape deformation techniques compute the positions of the other vertices by means of nonlinear least squares optimization to minimize the deformation energy. When a user-specified vertex changes its position rapidly, it is frequently observed that the visual quality of the deformed shape decrease rapidly, which is mainly caused by unnecessary enlargement of the Laplacian vectors and unnecessary change of the edge directions along the boundary of the shape. In this paper, we propose improved deformation energy by prohibiting the Laplacian and edge length constraints from changing unnecessarily. The proposed deformation energy incorporated with well-known optimization technique can enhance the visual quality of shape deformation along the silhouette and within the interior of the planar shape while sacrificing only a little execution time.

Sweep-based Free-Form Deformation (스윕기반 자유형상변형)

  • Yoon, Seung-Hyun;Kim, Myung-Soo
    • Journal of the Korea Computer Graphics Society
    • /
    • v.11 no.2
    • /
    • pp.40-46
    • /
    • 2005
  • 본 논문에서는 스윕곡면(sweep surface)을 기반으로 복잡한 3차원 물체의 형상을 변형하는 새로운 자유형상 변형(free-form deformation)기법을 제시한다. 본 논문에서 제시한 방법은 기존의 격자점(control lattices)을 조정하는 체적기반의 방법에 비해 스윕기반의 절차적 (procedural) 모델링 기법의 직관성을 활용하여 사용자에게 보다 효율적인 형상변형 기법을 제공한다. 3차원 물체의 정점들은 스윕곡면의 단면(cross-section)에 바인딩(binding) 되어 곡면의 변화에 따라 형상변형을 한다. 본 논문에서 제시한 스윕기반 형상변형 기법은 3차원 물체를 부분적으로 변형하는 기법과 계층구조를 기반으로 전반적인 형상을 변형하는 기법으로 구분된다. 부분적인 형상변형 기법은 스윕곡면을 구성하는 성분의 다단계(multi-level) 표현을 통하여 사용자에게 다중해상도(multi-resolution) 형상변형 기능을 제공한다. 계층구조에 기반한 형상변형 기법은 복잡한 3차원 물체를 위상구조에 따라 여러 계층으로 분할하고, 각 부분의 형상을 근사하는 스윕곡면들을 생성한다. 분할된 각 부분의 정점(vertices)들은 해당 스윕곡면에 바인딩 되어 스윕곡면의 단면의 변화를 따르게 된다. 이러한 상황하에서 스윕곡면들은 3차원 물체의 계층구조에 따라서 서로 상호작용(interaction)을 하게 되고, 결과적으로 3차원 물체의 각부분은 상호반응적 형상변형을 한다. 이러한 계층구조에 기반한 상호반응적 형상변형 기법은 사용자의 의도에 부합하는 보다 사실적이고 기능적인 형상변형을 가능하게 한다. 본 논문에서는 다양한 3차원 물체에 대한 실험을 통해 제시된 방법의 효율성을 입증한다. 결과 막성 사구체병증과 같은 신질환이 발견될 수 있으므로 신조직검사의 적응증에 합당한 경우 적극적인 신조직검사를 시행하여 원인 질환을 찾는 노력이 필요할 것으로 사료된다.. 남아가 75명으로 남녀비는 3.6:1을 보였다. 임상병리학적 분류상 일차성 신증후군이 89명(92.7%), 이차성 신증후군이 7명(7.3%)이었으며 일차성 신증후군에서 minimal change nephrotic syndrome이 71명으로 79.8%, focal segmental glomerulosclerosis 11.2%, mesangial proliferation 4.5%, membranoprolifrative glomeulonephritis 3.4%, membranous nephropathy 1명 1.1%이었으며 2차성 신증후군은 $Henoch-Sch\"{o}nlein$ nephritis가 3례로 가장 많았다. 미세변화 신증후군 71명 중 비재발군이 16명으로 22.5%, 비빈발 재발군 49.3%, 빈발 재발군 18.3%, 스테로이드 의존군 9.9%를 보였다. 결론 : 대전시에서의 신증후군 환아의 발생빈도는 15세이하 소아 10만명당 약 5명으로 추정되었으며 10여 년전과 비교하여 큰 변화를 보이지는 않았다. 또한 저자들의 임상병리학적 연구결과가 다른 문헌에서 보고된 소아 신증후군의 연구결과와 큰 차이를 보이지 않음을 알 수 있었다. 자극에 차이가 있지 않나 추측되며 이에 관한 추후 연구가 요망된다. 총대장통과시간의 단축은 결장 분절 모두에서 줄어들어 나타났으나 좌측결장 통과시간의 감소 및 이로 인한 이 부위의 통과시간 비율의 저하가 가장 주요하였다. 이러한 결과는 차가운 생수 섭취가 주로 결장 근위부를 자극하는

  • PDF

Analsis of Three-Dimensional Upst Forging of Clover-Shaped Disks (3차원 변형을 고려한 클로버 형상 소재의 업세팅 단조해석)

  • 양동열;김종호
    • Transactions of the Korean Society of Mechanical Engineers
    • /
    • v.10 no.4
    • /
    • pp.535-540
    • /
    • 1986
  • 본 연구에서는 소재의 3차원 변형, 즉 평면변형(sidewise spread)과 벌징변형 을 동시에 고려할 수 있는 간단한 동적가용 속도장을 제안하고 이를 클로버(clover) 시편의 업세팅 단조 해석에 적용해보기로 한다. 상계이론에 의한 전체 에너지 소비 율을 최소화시키면서 그때 그때의 높이 감소에 따른 단조 하중과 변형 형상을 구한다. 실험은 SM15C 탄소강을 이용하여 시편의 형상과 윤활조건을 바꿔가면서 상온에서 수행 한다.

Experimental and Numerical Analysis for Superelastic Behaviors of SMAs with Strain-rate Dependence (변형률 속도에 따른 형상기억합금 초탄성 거동의 실험 및 해석 연구)

  • Roh, Jin-Ho;Park, Jeong-In;Lee, Soo-Yong
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.39 no.1
    • /
    • pp.9-15
    • /
    • 2011
  • The influence of the strain-rate on the superelastic behaviors of shape memory alloys (SMAs) wires is experimentally and numerically investigated. The one-dimensional SMA constitutive equations considering strain-rate effect is developed. The evolution of stress-strain curves of SMA wires is examined with various strain-rates. Results show that the superelastic behaviors of SMAs may significantly be changed depending on the variation of strain-rate.

Sweep-based Human Modeling and Deformation (스윕 기반 인체 형상 모델링 및 변형)

  • Hyun, Dae-Eun;Yun, Seung-Hyun;Seong, Joon-Kyung;Chang, Jung-Woo;Kim, Myung-Soo;Juttler, Bert
    • Journal of the Korea Computer Graphics Society
    • /
    • v.10 no.2
    • /
    • pp.27-34
    • /
    • 2004
  • 본 논문에서는 스윕에 기반하여 인체 형상을 모델링하고 변형하는 방법을 제시한다. 본 방법은 다각형 메쉬 형태로 주어진 3차원 인체 형상을 스윕 기반의 형상 구조로 재구성하여, 형상을 모델링하고 변형한다. 인체 형상의 팔, 다리, 몸통 등 각 부분을 근사하는 스윕 곡면을 생성하고 다각형 메쉬 상의 꼭지점들을 인접한 스윕 곡면과 연결하며, 스윕 곡면이 만나는 팔, 다리와 몸통 사이에서는 꼭지점마다 연결된 스윕 단면들을 블렌딩한다. 이를 통해 스윕을 제어하여 이와 연결된 인체 형상의 자연스러운 변형을 얻어낼 수 있다. 본 논문에서는 몇 개의 애니메이션 예들을 통하여 제시한 인체 변형 방법이 자연스러운 인체 동작 생성에 효과적임을 보인다. 본 논문의 결과들은 스윕 기반의 인체 형상 변형 방법이 실시간에 상당히 사실적이고 자연스러운 형상 변형이 가능함을 보여주어, 캐릭터 skinning 방법으로서 적절한 대안임을 보여준다.

  • PDF

Deformation Analysis of Excavated Behind Ground by The Artificial Displacement Method (II) - Numerical Analysis and Application - (강제변위법을 이용한 굴착배면지반의 변형해석(II) - 수치해석 및 적용성 -)

  • Yun, Jung-Mann
    • Journal of the Korean Geosynthetics Society
    • /
    • v.7 no.3
    • /
    • pp.31-40
    • /
    • 2008
  • The deformation behavior of the excavated behind ground due to the displacement shape of retention walls is predicted by numerical analysis, which can be performed using the artificial displacement method with elasto-plastic constitutive model. The displacement shape of the behind ground around the retention wall is similar to the displacement shape of the retention wall. However, far from the retention wall, it changes to the displacement shape of cantilever. The deformation (the settlement, the lateral movement) of the excavated behind ground can be decreased by restraining the upper displacement of the retention wall. The displacement shape of the retention wall due to excavation affects on the plastic failure zone and decreasing zone of stability of the excavated behind ground.

  • PDF

Control Net Generation for Parametric control of freeform shape (자유형상의 파라메트릭 변형을 위한 조정 다각형 생성)

  • 박현풍;이관행
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10b
    • /
    • pp.667-669
    • /
    • 2003
  • 특징 형상의 조합으로 표현될 수 없는 자유 형상을 가진 제품이 늘어남에 따라 자유형상을 효율적으로 변형시키는 기법이 필요하다. 여러 가지 자유형상 변형기법(FFD) 가운데에서 자유 형상을 파라메트릭하게 컨트롤하기 위해서는 조정 다각형 기반의 형상 변형 기법이 적합하다. 이에 따라 본 연구에서는 FFD 기법을 적용하여 자유형상 모델을 파라메트릭하게 컨트롤하기 위해 입력 모델에 대한 조정 다각형을 자동으로 생성하는 알고리즘을 제안하였다. 제안된 알고리즘은 크게 기본 조정 다각형 생성과 조정 다각형 최적화 단계로 나누어진다. 기본 다각형 생성에서는 1)입력모델을 직교 3방향에 투영, 2)투영된 결과에 대해 2차원 조정 다각형을 생성, 3)2차원 조정 다각형을 조합하여 3차원 기본 조정 다각형 생성의 단계를 거친다. 조정 다각형 최적화 단계에서는 기본 조정 다각형에 에지 및 면 연산자를 적용하여 입력 모델에 더욱 근사하는 최종 조정 다각형을 생성한다. 예제에서는 제안된 알고리즘을 통해 자동으로 생성된 조정다각형을 자동차 모델에 적용하여 모델의 형상을 변화시킨 결과를 보였다.

  • PDF