File:Ghost imaging.gif
来自testwiki
跳转到导航
跳转到搜索
Ghost_imaging.gif (538 × 218像素,文件大小:3.25 MB,MIME类型:image/gif、循环、256帧)
注意:由于技术限制,高分辨率GIF图像的缩略图无法进行动画处理。
本文件来自维基共享资源并可能被其他项目使用。 其文件描述页上的描述显示在下面。
摘要
| 描述Ghost imaging.gif |
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]
Igbo: Kama iji otu isi iyi ọkụ na ihe nchọpụta pikselụ, ị nwere ike iji ọkụ nwere ụkpụrụ na otu ihe nchọpụta pixel. Ijikọta ụkpụrụ ọkụ (amaara) yana ụkpụrụ atụpụtara |
| 日期 | |
| 来源 | 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]
许可协议
我,本作品著作权人,特此采用以下许可协议发表本作品:
| 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。 | |
| 采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
说明
添加一行文字以描述该文件所表现的内容
Schematic of the ghost imaging technique
Schematic nke usoro onyonyo mmụọ
11 6 2019
image/gif
文件历史
点击某个日期/时间查看对应时刻的文件。
| 日期/时间 | 缩略图 | 大小 | 用户 | 备注 | |
|---|---|---|---|---|---|
| 当前 | 2019年6月13日 (四) 09:26 | 538 × 218(3.25 MB) | wikimediacommons>Berto | User created page with UploadWizard |
文件用途
以下页面使用本文件:
