Ghost_imaging.gif(538 × 218 像素,檔案大小:3.25 MB,MIME 類型:image/gif、​循環、​256 畫格)


摘要

描述
English: Instead of using a single light source and a pixellated detector, you can use a patterned illumination and a single pixel detector. Combining the (known) illumination patterns with the measured values, the original image can be reconstructed.

[Refs]

  • R.S. Bennink, S.J. Bentley, and R.W. Boyd, Phys. Rev. Lett. 89, 113601 (2002).
  • P. Sen et al., ACM Transactions on Graphics 24, 745 (2005).
  • M.J. Padgett, and R.W. Boyd, Phil. Trans. R. Soc. A 375, 20160233 (2016).
日期
來源 https://twitter.com/j_bertolotti/status/1138375699855749121
作者 Jacopo Bertolotti
授權許可
(重用此檔案)
https://twitter.com/j_bertolotti/status/1030470604418428929

Mathematica 11.0 code

ghost3 = Import["<path to the image>"];
(*Pad and reshape the image so that it is a 512x512 array of 0 and 1*)
mp = 32;
dim = 2^9/mp;
h = HadamardMatrix[(dim)^2];
ArrayPlot[UnitStep@h]
min = Min[h];
max = Max[h];
b = Table[
   N@ArrayFlatten[Partition[h[[j]], dim] /. {max -> ConstantArray[max, {32, 32}], min -> ConstantArray[min, {32, 32}]}], {j, 1, dim^2}];
c = Table[Total[Flatten[ghost3*b[[j]] ]], {j, 1, dim^2}];
partialsums = Accumulate[b*c];
p1 = Table[
   Grid[{{
      ArrayPlot[UnitStep[b[[j]] ]*ghost3, Frame -> False, PlotLabel -> "Illuminated object", LabelStyle -> {Black, Bold, FontSize -> 14}]
      ,
      Graphics3D[{Cylinder[{{0, 0, 0}, {0.5, 0.5, 0}}, 1], Cylinder[{{-0.3, -0.3, 0}, {0.5, 0.5, 0}}, 0.5], Text[Style[c[[j]], Bold, FontSize -> 14], {1.5, -2, 0}]}, Boxed -> False, Lighting -> "Neutral",  
       PlotLabel -> "Single-pixel\ndetector", LabelStyle -> {Black, Bold, FontSize -> 14}]
      ,
      ArrayPlot[partialsums[[j]], Frame -> False, PlotLabel -> "\!\(\*SubscriptBox[\(\[CapitalSigma]\), \(j\)]\) \ \!\(\*SubscriptBox[\(c\), \(j\)]\)\!\(\*SubscriptBox[\(P\), \ \(j\)]\)", LabelStyle -> {Black, Bold, FontSize -> 14}]
      }}]
   , {j, 1, dim^2, 1}];
ListAnimate[p1]

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
Creative Commons CC-Zero 此檔案在創用CC CC0 1.0 通用公有領域貢獻宣告之下分發。
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。

說明

添加單行說明來描述出檔案所代表的內容
Schematic of the ghost imaging technique

在此檔案描寫的項目

描繪內容

 中文 (已轉換拼寫)

光電二極管 中文 (已轉換拼寫)

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2019年6月13日 (四) 08:26於 2019年6月13日 (四) 08:26 版本的縮圖538 × 218(3.25 MB)BertoUser created page with UploadWizard

下列2個頁面有用到此檔案:

詮釋資料