일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 윈도우
- MFC
- 윈도우 프로그래밍
- 그래픽스
- 오픈지엘
- shader programming
- MFC 윈도우 프로그래밍
- Geometry Modeling
- Graphics
- bezier curve
- 셰이더프로그래밍
- c4d
- 컴퓨터 아키텍쳐
- modeling
- denoising
- 컴퓨터 구조
- 셰이더
- 윈도우프로그래밍
- OpenGL
- shader
- 운영체제
- 그래픽스기초
- 윈도우 구조
- window programming
- 베지에 곡선
- Win32 API
- win32
- 렌더링
- 핵심 API로 배우는 윈도우프로그래밍
- Mesh Processing
- Today
- Total
오다기리 박의 알고리즘 노트
[Modeling Techniques] 3D Shape Detail Transfer 본문
안녕하세요.
C++과 이번 기술은 소스 영역(노란색 경계)의 디테일 형상을 추출하여 타겟 영역(보라색 경계)으로 전이하는 기술입니다. 소스 영역의 평균 곡률장을 타겟 영역으로 옮기는 방식입니다 . 형상 디테일 전이는 형상 변형, 메쉬 홀 필링등에 응용 가능합니다.
This technique is that extracts geometric detail from the source region (yellow boundary) and transfers it to the target region (purple boundary). The method moves the mean curvature field of the source region to the target region. Shape detail transfer is applicable to shape deformation, mesh hole filling, etc.
---------------------------------------------------------------------------------------
OpenGL로 직접 만든 모델링 프로그램을 이용하여 모델링에서 자주 사용하는 기능을 직접 구현하고 소개하는 채널입니다. 프로그램 또는 알고리즘에 대한 질문이나 의견이 있다면 댓글에 남겨주시면 감사하겠습니다.
This is a channel that directly implements and introduces the technics frequently used in modeling using OpenGL program. If you have any questions or comments about the program or algorithm, please leave a comment. Thank you!
---------------------------------------------------------------------------------------
[e-mail] wjdgh283@hanmail.net
[lab.] http://gaia.dongguk.edu
'컴퓨터 그래픽스 > 3D 모델러' 카테고리의 다른 글
[Modeling Techniques] Terrain Mesh Editing (0) | 2021.10.21 |
---|---|
[Modeling Techniques] Mesh Hole-Filling Using Detail Transfer (0) | 2021.10.21 |
[Modeling Techniques] Mesh Decimation/Simplification (0) | 2021.10.21 |
[Modeling Techniques] Mesh Segmentation (0) | 2021.10.21 |
[Modeling Techniques] Mesh Fairing (0) | 2021.10.21 |