Memorandums

知覚・認知心理学の研究と教育をめぐる凡庸な日々の覚書

HSP:3次元物体の表示と知覚

2007-11-28 | Education for 3,4年
3年ゼミ学生の自主課題のひとつで、3次元物体知覚の実験プログラムを作成中。
以下にHSPの3次元表示用プラグインHGIMGの解説がある。

hgimg講座
http://homepage2.nifty.com/tmhr/lesson/hgimg/lesson_hgimg.htm

UVアニメーションテスト
http://www.h5.dion.ne.jp/~kids_lab/program/hspsample4.htm


cf.
Shape Constancy and Perceptual Grouping
 形の恒常性と群化の関係について
http://socrates.berkeley.edu/~plab/earlygroup/shape.htm
Palmer Visual Perception Lab
http://socrates.berkeley.edu/~plab/


CiNii - AN EXPERIMENTAL STUDY ON SHAPE-CONSTANCY : An analysis with organismic conditions. I. Dependence upon the angle of Rotation and the shape difference in stimulus object. : 鹿取 広人 (1962) pdf 参照可 
 古典的だが、実験法を知るために。
http://ci.nii.ac.jp/naid/110005106745/en/
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

高校訪問 後期

2007-11-26 | Education
公務出張。
訪問先6件、移動距離400km。
引き続き来週も。
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

Fash-lag effect

2007-11-25 | Research
Flash-lag effect

http://www.michaelbach.de/ot/mot_flashlag1/index.html

References

Nijhawan, R. (1994). Motion extrapolation in catching. Nature, 370, 256-257 .
関連するもの
Baldo, M. V., Ranvaud R. D., & Morya E. (2002). Flag erros in soccer games: the flash-lag effect brought to real life. Perception, 31, 1205-1210.
Eagleman, D. M., & Sejnowski, T. J. (2000). The position of moving objects. Science, 289, 1107a.
Ichikawa, M., & Masakura, Y. (2006). Manual control of the visual stimulus reduces the flash-lag effect. Vision Research, 46, 2192-2203.
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

Psychlops心理物理学実験用C++ライブラリ

2007-11-25 | Education for 院生以上
Psychlops Wiki - FrontPage
心理物理学実験用C++ライブラリPsychlops
http://psychlops.l.u-tokyo.ac.jp/
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

Visiome Platform

2007-11-25 | Research
Visiome Platform
視覚研究のデジタル・アーカイブ
http://platform.visiome.neuroinf.jp/
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

peripheral drift illusion

2007-11-25 | Research
Akiyoshi KITAOKA, Hiroshi ASHIDA (2003). Phenomenal characteristics of the peripheral drift illusion, VISION Vol.15, No.4, 261-262.

http://www.vision.phys.waseda.ac.jp/vision/VisionIndex15.html
http://www.psy.ritsumei.ac.jp/~akitaoka/loreal2006.html
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

AO入試2期

2007-11-23 | Education
AO入試で朝から。木枯らし。
これまでの合格者向けに実施した入学前課題のレポートなども検討。何をどこまで指導するか、など。
提出されたレポートの構成は予想よりもよく整理されていた。高校側で指導があるのかもしれない。ただ、小見出しが不適切なものはいくつかあった。段落分けについては、かなり恣意的なものが目立った。
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

screen 関数の基礎: 画面を消す

2007-11-22 | PsychToolBox
Flip を忘れずに
Screen('FillRect',window);
Screen(window,'Flip');


コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

ワイブル関数から閾値を求める関数

2007-11-19 | PsychToolBox
>>help Psychtoolbox

Psychometric - Psychometric function fitting.

FitWeibAlphTAFC - Fit Weibull with beta fixed, for TAFC (uses optimization toolbox).
FitWeibTAFC - Fit Weibull for TAFC experiments (uses optimization toolbox).
FitWeibYN - Fit Weibull for YN experiments (uses optimization toolbox).

FitWeibYN 解説

[alpha,beta,thresh50]=FitWeibYN(inputs,nYes,nNo,[alpha0],[beta0],[numFunCalls])

Fits a Weibull function to the passed yes-no data.

Requires the optimization toolbox.

INPUTS:
inputs Input levels
nYes Number of yes responses at
the corresponding input level
nNo Number of no responses at
the corresponding input level
alpha0 Initial guess for alpha (optional)
beta0 Initial guess for beta (optional)
OUTPUTS:
alpha
beta
thresh50 50% threshold

See also: FitWeibTAFC, FitFitWeibAlphTAFC, FitCumNormYN, FitLogitYN
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

screen 関数の基礎

2007-11-19 | PsychToolBox
>>help Psychtoolbox
から、
PsychBasic
さらに、
Screen
へ。

以下、基本的部分。
Screen is a MEX file for precise control of the video display. Screen has
many functions; type "Screen" for a list:
Screen


レファレンスの使い方
For explanation of any particular screen function, just add a question
mark "?". E.g. for 'OpenWindow', try either of these equivalent forms:
Screen('OpenWindow?')
Screen OpenWindow?

All the Screen Preference settings are documented together:
Screen Preference?


基礎事項
General Screen ARGUMENTS, common to most subfunctions of Screen:

"windowPtr" argument: Screen 'OpenWindow' and 'OpenOffscreenWindow' both
return a windowPtr, a number that designates the window you just
created. You can create many windows. To use a window, you pass its
windowPtr to the Screen function you want to apply to that window.

"rect" argument: "rect" is a 1x4 matrix containing the upper left and
lower right coordinates of an imaginary box containing all the pixels.
Thus a rect [0 0 1 1] contains just one pixel. All screen and window
coordinates follow Apple Macintosh conventions. (In Apple's the pixels
occupy the space between the coordinates.) Coordinates can be local to
the window (i.e. 0,0 origin is at upper left of window), or local to the
screen (origin at upper left of screen), or "global", which follows
Apple's convention of treating the entire desktop (all your screens) as
one big screen, with origin at the upper left of the main screen, which
has the menu bar. Historically we've had two different orderings of the
elements of rect, so, for general compatibility, all of the Psychophysics
Toolbox refers to the elements symbolically, through RectLeft, RectTop, etc.
Since 2/97, we use Apple's standard ordering: RectLeft=1, RectTop=2,
RectRight=3, RectBottom=4.


プログラムを止める
Stopping programs:

Command-zero brings the Matlab Command window forward. (Type a zero
"0" while holding the apple-cloverleaf "command" key down.)

Ctrl-C halts any program. (Type a "c" while holding down the "Ctrl"
key). Sometimes, Ctrl-C fails to halt progams executing in a Matlab process
run with the "-nojvm" option. To halt a runaway Psychtoolbox script in
Psychtoolbox you might resort to the Windows Task Manager to kill
the Matlab process. (Use Ctrl-Alt-Delete to open a window from which
you can start the Task Manager.)

OS-X:
Apple-Command-Escape executes "Force Quit" on Matlab, closing Matlab and all
of its windows.


刺激画面を消す
>> screen fillrect?

Usage:

Screen('FillRect', windowPtr [,color] [,rect] )

Fill "rect". "color" is the clut index (scalar or [r g b] triplet or [r g b a]
quadruple) that you want to poke into each pixel; default produces white with
the standard CLUT for this window's pixelSize. Default "rect" is entire window,
so you can use this function to clear the window. →画面を消す
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

Google Group

2007-11-18 | Computer & Network
以下のサイトで、グループをつくり会員による連絡、ディスカッション、ページ作成、ファイル共有などが可能(無料)。
Safariは不適、Firefoxで。ゼミ、研究会など用途は様々。ただ、メールやブログと同様に、勝手に迷惑な書き込みが送りつけられることがあるので、その対策が必要。

http://groups.google.com/


同様のものはYahooにもある。
http://groups.yahoo.co.jp/
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

至近因と究極因

2007-11-17 | Psychology
母親はなぜ子どもをかわいがるのか。その説明のために2つの「原因」を区別することがある。以下、その至近因と究極因の解説。

内井惣七(京都大学) (1999). 道徳起源論から進化倫理学へ 『哲学研究』566号掲載
生物学的基盤から倫理へ
http://www.bun.kyoto-u.ac.jp/~suchii/ev.lec-4.html
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

PTB-3: OS9 からの変更点 OpenWindow

2007-11-12 | PsychToolBox
MovieDemo から

'Openwindow'関連部分
L.119-127
% If there are multiple displays guess that one without the menu bar is the
% best choice. Dislay 0 has the menu bar.
screens=Screen('Screens');
screenNumber=max(screens);
以下、注意。
% Open a window. Note the new argument to OpenWindow with value 2,
% specifying the number of buffers to the onscreen window.
[window,windowRect]=Screen(screenNumber,'OpenWindow',0,[],[],2);


% Give the display a moment to recover from the change of display mode when
% opening a window. It takes some monitors and LCD scan converters a few seconds to resync.
WaitSecs(2);


cf.
OS9

Screen('Preference', 'VisualDebuglevel', 3);
pixelSize = 32; % You might change to 32 if 8 is not working, depending on OS9 or Windows.
[w, screenRect] = Screen(0,'OpenWindow',[],[],pixelSize); % Define your output screen as your monitor which is screen 0.
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

exaggeration of facial speech

2007-11-11 | Research: Face
Hill, H. C. H., Troje, N. F., & Johnston, A. (2005). Range- and domain-specific exaggeration of facial speech. Journal of Vision, 5(10):4, 793-807,http://journalofvision.org/5/10/4/ , doi:10.1167/5.10.4.

http://journalofvision.org/5/10/4/

時空間的に強調された表情アニメーションと、その表情強度の知覚。
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする

Face:spatially and temporally modified movements

2007-11-11 | Research: Face
Perception. 2003;32(7):813-26.
Recognising facial expression from spatially and temporally modified movements.

Pollick FE, Hill H, Calder A, Paterson H.

PMID: 12974567

:
exaggeration of facial expressions relative to a fixed neutral expression resulted in enhanced ratings of the intensity of that emotion
:
コメント
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする