|
| 1 | +<!DOCTYPE html> |
| 2 | + |
| 3 | +<html lang="ja"> |
| 4 | + |
| 5 | +<head> |
| 6 | + <meta charset="UTF-8"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + <link rel="stylesheet" href="http://fonts.googleapis.com/earlyaccess/notosansjp.css"> |
| 9 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"> |
| 10 | + <link rel="stylesheet" href="../css/font-awesome.min.css"> |
| 11 | + <link rel="stylesheet" type="text/css" href="../css/main.css"> |
| 12 | + |
| 13 | + <title>project - Eupholus models</title> |
| 14 | + |
| 15 | +</head> |
| 16 | + |
| 17 | +<body> |
| 18 | + <div id="menu"> |
| 19 | + <nav id="slide_menu"> |
| 20 | + <ul> |
| 21 | + <a href="../index.html"><img src="../image/Home.png" class="itm_hover" border="0"></a> |
| 22 | + <a href="../vision.html"><img src="../image/Vision.png" class="itm_hover" border="0"></a> |
| 23 | + <a href="../publication.html"><img src="../image/Publication.png" class="itm_hover" border="0"></a> |
| 24 | + <a href="../member.html"><img src="../image/Member.png" class="itm_hover" border="0"></a> |
| 25 | + <a href="../index.html#access"><img src="../image/Access.png" class="itm_hover" border="0"></a> |
| 26 | + <a href="../software.html"><img src="../image/Software.png" class="itm_hover" border="0"></a> |
| 27 | + <a href="http://takashiijiri.com/classes/index.html" target="blank"><img src="../image/Classes.png" |
| 28 | + class="itm_hover" border="0"></a> |
| 29 | + </ul> |
| 30 | + </nav> |
| 31 | + |
| 32 | + <!--menu_bar--> |
| 33 | + <button id="menu_bar"><i class="fa fa-bars fa-white fa-3x" aria-hidden="true"></i></button> |
| 34 | + </div> |
| 35 | + |
| 36 | + |
| 37 | + <div id="head"> |
| 38 | + <div id="head_text"> |
| 39 | + Projects |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + |
| 43 | + <br><br> |
| 44 | + |
| 45 | + |
| 46 | + <div class="contents_whitebg"> |
| 47 | + <div class="contents_whitebg_text"> |
| 48 | + <h3>Buttefly and Moth Models</h3> |
| 49 | + <h4>小檜山 賢二(慶応義塾大学),後藤 竜真,井尻 敬 (芝浦工業大学)</h4> |
| 50 | + </div> |
| 51 | + |
| 52 | + |
| 53 | + <div class="contents_whitebg_text_600"> |
| 54 | + こちらは,蝶と蛾の標本を3次元モデリングしたものです.<br><br> |
| 55 | + |
| 56 | + 本モデルは,昆虫標本の翅に着目した手法により作成されています. |
| 57 | + 深度合成画像から取得した点群データを活用し,標本の翅領域に対応するテンプレートメッシュを作成した後,点群データへフィッティングを行います. |
| 58 | + この手法を用いることで,フォトグラメトリでは形状復元が困難な薄い翅の構造について,より正確なモデリングが可能です.<br><br> |
| 59 | + |
| 60 | + また,本手法では翅1枚ごとに正確なモデリングを実施するため前翅と後翅に隙間が必要です. |
| 61 | + そこで,標本撮影の前処理として蝶(蛾)標本の再展翅を以下の方法で行っています. |
| 62 | + </div> |
| 63 | + |
| 64 | + |
| 65 | + <div class="contents_whitebg_text_600"> |
| 66 | + <img src="./2024_butterflymodels.png" width="100%"> |
| 67 | + </div> |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | +<div class="contents_whitebg"> |
| 72 | +<div class="contents_whitebg_text"> |
| 73 | + <h4>3D Models</h4> |
| 74 | + |
| 75 | +<div class="research_topic_box"> |
| 76 | + <div class="sketchfab-embed-wrapper"> <iframe title="Butterfly 1" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width="400" height="300" src="--------------------------------"> </iframe> </div> |
| 77 | +</div> |
| 78 | + |
| 79 | +</div> |
| 80 | + |
| 81 | + </div> |
| 82 | +</body> |
| 83 | +</html> |
0 commit comments