{"id":18539,"updated":"2025-01-22T22:41:43.284399+00:00","links":{},"created":"2025-01-18T22:51:15.012370+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00018539","sets":["934:1119:1147:1148"]},"path":["1148"],"owner":"1","recid":"18539","title":["参照の空間局所性を最大化するボリューム・レンダリング・アルゴリズム"],"pubdate":{"attribute_name":"公開日","attribute_value":"2003-08-15"},"_buckets":{"deposit":"c897fdf0-2be9-4ba5-9d6f-2d888fae204b"},"_deposit":{"id":"18539","pid":{"type":"depid","value":"18539","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"参照の空間局所性を最大化するボリューム・レンダリング・アルゴリズム","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"参照の空間局所性を最大化するボリューム・レンダリング・アルゴリズム"},{"subitem_title":"A Volume Rendering Algorithm for Maximum Spatial Locality of Reference","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"キャッシュの効率的利用","subitem_subject_scheme":"Other"}]},"item_type_id":"3","publish_date":"2003-08-15","item_3_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"京都大学"},{"subitem_text_value":"京都大学"},{"subitem_text_value":"京都大学"},{"subitem_text_value":"京都大学"},{"subitem_text_value":"京都大学"}]},"item_3_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Kyoto University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/18539/files/IPSJ-TACS4411014.pdf"},"date":[{"dateType":"Available","dateValue":"2005-08-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-TACS4411014.pdf","filesize":[{"value":"256.5 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"16"},{"tax":["include_tax"],"price":"0","billingrole":"11"},{"tax":["include_tax"],"price":"0","billingrole":"14"},{"tax":["include_tax"],"price":"0","billingrole":"15"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"6bfd6f98-cf95-421c-8d8e-2c54d5db0547","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2003 by the Information Processing Society of Japan"}]},"item_3_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"額田, 匡則"},{"creatorName":"小西, 将人"},{"creatorName":"五島, 正裕"},{"creatorName":"中島, 康彦"},{"creatorName":"富田, 眞治"}],"nameIdentifiers":[{}]}]},"item_3_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Masanori, Nukata","creatorNameLang":"en"},{"creatorName":"Masahito, Konishi","creatorNameLang":"en"},{"creatorName":"Masahiro, Goshima","creatorNameLang":"en"},{"creatorName":"Yasuhiko, Nakashima","creatorNameLang":"en"},{"creatorName":"Shinji, Tomita","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_3_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11833852","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_3_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7829","subitem_source_identifier_type":"ISSN"}]},"item_3_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"従来主に用いられてきたピクセル順のレイ・キャスティング法では,視点の位置によってキャッシュ・ヒット率が著しく低下する.本稿で提案する手法では,ボリューム空間を複数の直方体,キューボイドに分割し,キューボイド順に処理を行うことによって,ボリュームへのアクセス・パタンを制御し,視点の位置によらず,キャッシュ・ヒット率を最大化することができる.プログラムを実装し,評価した.従来方式では,最悪の場合,最良の場合の6倍もの時間がかかる.提案方式では,視点の位置によらず,従来方式の最良の場合の1.15倍の時間で描画できることが分かった.","subitem_description_type":"Other"}]},"item_3_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"The pixel-order ray-casting algorithm suffers from low cache hit ratio depending on the position of the viewpoint. In this paper we propose a cuboid-order algorithm, which divides the volume space into cuboids and controls the access pattern to the volume data by rendering each cuboid. The algorithm achieves the maximum cache hit ratio independent of the viewpoint position. The evaluation result shows that the worst case of the pixel-order algorithm takes six times as long as the best case, while our algorithm 1.15 times as the best case of the pixel-order algorithm independent of the viewpoint position.","subitem_description_type":"Other"}]},"item_3_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"146","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌コンピューティングシステム(ACS)"}],"bibliographicPageStart":"137","bibliographicIssueDates":{"bibliographicIssueDate":"2003-08-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"SIG11(ACS3)","bibliographicVolumeNumber":"44"}]},"relation_version_is_last":true,"weko_creator_id":"1"}}