著者
長田 枝利香 三谷 麻里絵 江原 和美 本田 尭 荒木 耕生 後藤 正之 楢林 敦 津村 由紀 安藏 慎 番場 正博
出版者
金原出版
巻号頁・発行日
pp.405-408, 2016-04-01

症例は5歳女児で、26日前にインフルエンザワクチン2回目を接種、14日前に日本脳炎ワクチンを追加接種した。右下腿前面に紫斑が出現し、翌日は左下腿前面と体幹に紫斑が拡大した。血液検査で血小板数は6000/μLと減少、他の2血球系は正常値であった。凝固系に異常はなかった。PaIgGは軽度上昇を認めた。骨髄像は正形成、巨核球数・赤芽球・顆粒球の数と形態は正常であった。血小板数は、翌日には2000/μLまで低下を認め、はじめて口腔粘膜出血を認めた。免疫性血小板減少症(ITP)の診断で、大量免疫グロブリンを投与した。血小板数は速やかに改善を認め、粘膜出血と紫斑の消失を確認した。その後も重篤な出血症状の合併はなく、入院9日目に退院した。退院後、外来で通院し、半年後の血小板数は17万/μLを維持している。
著者
後藤 正之 中村 一博 高木 一義 高木 直史
出版者
一般社団法人情報処理学会
雑誌
研究報告システムLSI設計技術(SLDM) (ISSN:09196072)
巻号頁・発行日
vol.2009, no.22, pp.79-84, 2009-02-26

コンピュータビジョンアルゴリズムの中で画像から直線の検出を行うハフ変換は,携帯機器や車載機器などの組込システムに用いられている.ハフ変換は処理する画像サイズが大きくなるにつれリアルタイムで処理することが難しくなる.そこで並列化による計算高速化の研究が行われてきている.本報告では画素について並列に計算するハフ変換回路において投票を無衝突化する手法を提案する.画素について並列に計算する際に発生する投票の衝突を解消する手法は,画像探索方向と丸め精度の工夫により投票の無衝突化を達成する.本手法に基づく画素並列ハフ変換回路は投票無衝突であり,本手法と以前提案した投票空間アクセス局所化を用いた画素並列ハフ変換回路は省メモリ,小面積で,投票の衝突を解消するための回路も不要である.提案手法と投票空間アクセス局所化手法を用いた画素並列ハフ変換回路について評価したところ,画像サイズを VGA,並列数を 16 としたとき,回路内に必要なメモリ量がθ並列ハフ変換回路の回路内メモリ量の約1%,必要クロックサイクル数はほぼ同じであることが確認できた.The Hough transform in computer vision algorithms is a method which detects lines from an image and is used in embedded systems such as cellular phones and vehicles because of the robustness. The more the number of pixel, the more difficult it is to process Hough transform in real-time. Thus, researchs on hardware acceleration which parallelize voting operations on the angular parameter θ have been done. In this report, we propose a method for eliminating vote collisions. Collision-free voting memory access is accomplished by selecting the direction of parallelism and changing accuracy of rounding. The voting memory accesses are collision-free. A pixel-parallel Hough transform circuit using collision-free and localized voting memory access is more memory efficient than a θ-parallel circuit and a pixel-parallel circuit, and collision-free. We have evaluated the circuit by comparing clock cycles and amount of memory in the circuit of the circuit and conventional circuits. We compared 16-parallel circuits for VGA image size, and the result shows that clock cycles are almost the same and the circuit has approximately 99% less amount of memory than a θ-parallel circuit.