1 / 13

経過報告 ~ 04-9-27

経過報告 ~ 04-9-27. 04-9-27 森口作美. 項目. 画像処理プログラム UNIX/LINUX のパイプ処理を使って実装 ポリウレタンエラストマー (PUE) の顕微鏡観察 凍結切片法による試料作製 Pt-TiO 2 界面の精密測定 プロジェクション / バックプロジェクションの実験ツール 二次元での実験 1000kVEM イオンポンプ (SIP3) のベークについて EELS の鉛カバーについて. 画像処理プログラム>パイプ処理. ・パイプ処理の手法を使って実装した。. 画像処理プログラム>画像フォーマット. BMP. CMP. ヘッダ.

yuki
Download Presentation

経過報告 ~ 04-9-27

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 経過報告 ~04-9-27 04-9-27 森口作美

  2. 項目 • 画像処理プログラム • UNIX/LINUXのパイプ処理を使って実装 • ポリウレタンエラストマー(PUE)の顕微鏡観察 • 凍結切片法による試料作製 • Pt-TiO2界面の精密測定 • プロジェクション/バックプロジェクションの実験ツール • 二次元での実験 • 1000kVEM • イオンポンプ(SIP3)のベークについて • EELSの鉛カバーについて

  3. 画像処理プログラム>パイプ処理 ・パイプ処理の手法を使って実装した。

  4. 画像処理プログラム>画像フォーマット BMP CMP ヘッダ ヘッダ カラー テーブル 画像本体 (実数部) 画像本体 画像本体 (虚数部) ・画像ファイルのフォーマットはBMP。 ・複素画像ファイルのフォーマットはBMPに準じて決めた、(CMP)。 カラーテーブルなし。パディングなし。

  5. 画像処理プログラム>プログラム(パイプ)の種類画像処理プログラム>プログラム(パイプ)の種類 binary.cbmp2cmp.ccfft.ccmp2bmp.ccproduct.cdisk.cfft.chistogram.cmono.cnega.cprojection.crotation.csection.csine.cstatistic.cstep.c fft1d.cfft2d.c getbmpheader.cgetcmpheader.c putbmpheader.cputcmpheader.c padding.cunpadding.c

  6. 画像処理プログラム>適合型フィルターへの応用画像処理プログラム>適合型フィルターへの応用

  7. 画像処理プログラム>適合型フィルター(ippfilter)画像処理プログラム>適合型フィルター(ippfilter) #! /bin/bashbmp2cmp < $1 | cfft > TEMP.cmp ; cmp2bmp -l $2 < TEMP.cmp | binary > RESULT1.bmp ; bmp2cmp < RESULT1.bmp | cproduct TEMP.cmp | cfft -i | cmp2bmp > RESULT2.bmp $ ippfilter pt-1.bmp 10

  8. 画像処理プログラム>適合型フィルター(ippfilter)の例画像処理プログラム>適合型フィルター(ippfilter)の例 $ ippfilter tio2-256.bmp 10

  9. 画像処理プログラム>公開、他 • ipp-04-9-17.tar.gzでホームページ上に。 • ソース • Makefile • ippfilter • サンプル画像 • フーリェ変換を使った二次元データの処理は多い • 例えば、マルチスライス法も • さらに、GIMPのプラグインとして ?

  10. ポリウレタンの観察>凍結切片法による試料作製ポリウレタンの観察>凍結切片法による試料作製 光硬化性包埋剤での包埋 アラルダイトでの包埋

  11. ポリウレタンの観察>切片の低倍像 400 nm (?) 厚のPUE膜

  12. ポリウレタンの観察>PUEアクチュエーター J. Kyokane et al., “Actuator using electrostriction effect of fullerenol-doped polyurethan elastomer (PUE) films”, IEICE trans., 87C, 2, 136 (2004)

  13. 項目 • 画像処理プログラム • UNIX/LINUXのパイプ処理を使って実装 • ポリウレタンエラストマー(PUE)の顕微鏡観察 • 凍結切片法による試料作製 • Pt-TiO2界面の精密測定 • 狙い撃ちで視野を得る。(成功率は低い) • プロジェクション/バックプロジェクションの実験ツール • Rotation/projectionで界面の精密測定への応用 • トモグラフへの応用(二次元データで) • 1000kVEM • イオンポンプ(SIP3)のベークについて • EELSの鉛カバーについて

More Related