LoginSignup
5
1

More than 5 years have passed since last update.

ポンゾ錯視

Last updated at Posted at 2016-12-02
library(grid)
library(jpeg)

r1 = readJPEG("20161201_face.jpg")

png("sakuad2016120301.png", 800, 800)
grid.polyline(c(0.4, 0, 0.6, 1), c(0.75, 0, 0.75, 0), gp = gpar(lwd = 3), id = c(1,1,2,2))
for (y in seq(0.7, 0.1, by = -0.1)) {
    grid.lines(c(0.5 + c(-1, 1)*((0.7-y)*0.5+0.2)), c(y,y), gp = gpar(lwd=3))
}
grid.raster(r1, 0.55, 0.2, 0.25, 0.25)
grid.raster(r1, 0.45, 0.7, 0.25, 0.25)

dev.off()

sakuad2016120301.png

株式会社ホクソエム代表取締役が二人います。
手前と奥の株式会社ホクソエム代表取締役はどちらが大きく見えますか?

多くの人が、奥の方が大きいと答えるに違いありません。
実際は、(画像上は)同じ大きさです。

ポンゾ錯視と呼ばれる、大きさの恒常性による錯視です。
これも3次元の認識に関わる錯視ですね。

株式会社ホクソエムのホームページです。 http://hoxo-m.com/

ちょっと忙しくて投げやりです。
株式会社ホクソエム錯視シリーズは今日で終わりのはずです。

5
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
1