{"updated":"2025-01-23T01:23:38.342954+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00013056","sets":["581:716:723"]},"path":["723"],"owner":"1","recid":"13056","title":["一次元プロセッサアレイに基づく超高速画像処理システムの開発環境"],"pubdate":{"attribute_name":"公開日","attribute_value":"1998-06-15"},"_buckets":{"deposit":"7cbeddc1-c6a8-4bec-9f90-72448c1660fd"},"_deposit":{"id":"13056","pid":{"type":"depid","value":"13056","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 Programming Environment for a Linear Processor Array Real - time Image Processing System (Special Issue on Parallel Processings)","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"特集:並列処理","subitem_subject_scheme":"Other"}]},"item_type_id":"2","publish_date":"1998-06-15","item_2_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"NECインキュベーションセンター"},{"subitem_text_value":"NECインキュベーションセンター"},{"subitem_text_value":"NECインキュベーションセンター"},{"subitem_text_value":"NEC情報システムズ"},{"subitem_text_value":"NECインキュベーションセンター"}]},"item_2_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"NEC Incubation Center","subitem_text_language":"en"},{"subitem_text_value":"NEC Incubation Center","subitem_text_language":"en"},{"subitem_text_value":"NEC Incubation Center","subitem_text_language":"en"},{"subitem_text_value":"NEC Informatec Systems, Ltd","subitem_text_language":"en"},{"subitem_text_value":"NEC Incubation Center","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"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/13056/files/IPSJ-JNL3906026.pdf"},"date":[{"dateType":"Available","dateValue":"2000-06-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-JNL3906026.pdf","filesize":[{"value":"2.0 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"8"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"077cacb3-9083-45b5-a352-85cd2e580e41","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 1998 by the Information Processing Society of Japan"}]},"item_2_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"許昭倫"},{"creatorName":"藤田, 善弘"},{"creatorName":"岡崎, 信一郎"},{"creatorName":"佐藤, 完"},{"creatorName":"天満, 勉"}],"nameIdentifiers":[{}]}]},"item_2_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Sholin, Kyo","creatorNameLang":"en"},{"creatorName":"Yoshihiro, Fujita","creatorNameLang":"en"},{"creatorName":"Shin-Ichiro, Okazaki","creatorNameLang":"en"},{"creatorName":"Kan, Sato","creatorNameLang":"en"},{"creatorName":"Tsutomu, Temma","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_2_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN00116647","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_2_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7764","subitem_source_identifier_type":"ISSN"}]},"item_2_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"ビデオ画像処理アプリケーションの効率的な開発に向けた,SIMDプロセッサに基づく高速画像処理システムの開発環境について述べる.従来の高速画像処理装置では,専用のアセンブラやあらかじめ用意されたライブラリを組み合わせて行う簡易プログラミングが主流であり,高速なプログラムを効率良く開発することは非常に困難であった.本論文では,一次元SIMDプロセッサをターゲットとする高級言語ベースの開発環境について,1)画素更新波の考え方を用いることにより,C言語に対し最小限の拡張を加えた言語仕様のみで,一次元SIMD型の並列性が十分記述可能であること,2)従来の最適化コンパイル技術にSIMD型マシンに特有のPE群選択処理を加えることで,実用に耐えうる高級言語コンパイラが構成できること,そして,3)ビデオ画像処理プログラムの効率的な開発には高級言語コンパイラのみならず,プロファイリングや試錯誤的パラメタチューニング機能を備えたソースレベルデバッガが有効であることを示す.","subitem_description_type":"Other"}]},"item_2_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"This paper describes a programming environment of a high performance SIMD linear array image processing system for efficient developement of video image processing applications.Existing high performance image processing systems usually provide only poor assembler based programming environments,by which efficient program developement is actually very difficult.In this paper,first a briefly extended data parallel C language is shown to be sufficient for programming SIMD linear arrays.Then its Compiler developed using mostly conventional compiling techniques is shown to be sufficient for use in real applications.Finally,the source level debugger for it which possesses parameter tuning and profiling facilities is shown to be effective for efficient development of video image processing applications.","subitem_description_type":"Other"}]},"item_2_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"1800","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌"}],"bibliographicPageStart":"1790","bibliographicIssueDates":{"bibliographicIssueDate":"1998-06-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"6","bibliographicVolumeNumber":"39"}]},"relation_version_is_last":true,"item_2_alternative_title_2":{"attribute_name":"その他タイトル","attribute_value_mlt":[{"subitem_alternative_title":"並列応用"}]},"weko_creator_id":"1"},"created":"2025-01-18T22:47:14.934089+00:00","id":13056,"links":{}}