メモ


光学


Matlab


PostScript


信号解析


神経生理学/解剖学


視覚科学におけるノーベル賞受賞者


測光

単位系の変換

コントラスト

暗所視

照度

輝度・明るさ・網膜照度

                   


対数

Log(19) 1.28
Log(17) 1.23
Log(13) 1.11
Log(11) 1.04
Log(7) 0.85
Log(5) 0.70
Log(3) 0.48
Log(2) 0.30

視角


測光器

  受光素子 輝度範囲 輝度確度 / 精度 波長幅 波長確度 色度確度 / 精度 分光感度誤差 温度特性 湿度特性 偏光特性
SR-2 光電子増倍管 4〜8,000 cd/m2 (φ1°, 精度保証) ±2.5% 5nm ± 0.3 nm (vs 水銀輝線) ±0.002   ±3% ±3% <5%
BM-8 シリコンフォトダイオード 0.01〜199,900 cd/m2 (φ1°) ±4% (φ2°, ≧1cd/m2)       ≦±2% (vs V(λ)) ±3% ±3%  
CS-100 シリコンフォトセル 0.01〜49,900 cd/m2 (φ1°, Slow) ±2% / ±0.2%     ±0.004 /±0.002        
PR-705 フォトダイオードアレイ 0.01 〜 6,800 cd/m2 (φ1°, MS-55) ±2%  / ±0.1% >2.5nm ± 2 nm x: ±0.0015, y: ±0.001 / ±0.005       <5%
PR-650     ±2%   8nm   x: ±0.0015, y: ±0.001        
LS-100 シリコンフォトセル 0.001〜49,990 cd/m2 (φ1°, Slow) ±2% / ±0.2%       ≦±8% (vs V(λ)) ±3%    

Pritchard 光学系


色彩

システム

明るさ

色み

知覚と感覚

xy色度図

均等色度図(Uniform Chromaticity Scale Diagram)

均等色空間(Uniform Color Space)

光源色と表面色

Maxwellスポット


色覚デモ


ビデオ信号

色信号

ガンマ

観察環境とガンマ

ガンマによる輝度と色の交絡


Digital Cinema / HDTV

原色

規格

プロジェクタ


デジタルシネマ関連組織


ビデオカメラ


DVD


Joy Stick


DirectInput

Delphi用ヘッダファイルは、ここから入手できる。

	uses DirectInput;

	di: IDirectInput8;
	didev: IDirectInputDevice8;
	if DirectInput8Create(HInstance, DIRECTINPUT_VERSION, IID_IDirectInput8, di, nil) <> DI_OK then
		raise Exception.Create('DirectInput8Create Failed');

	if di.CreateDevice(GUID_SysMouse, didev, nil) <> DI_OK then
		raise Exception.Create('CreateDevice Failed');

	if didev.SetCooperativeLevel(Application.Handle, DISCL_NONEXCLUSIVE or DISCL_BACKGROUND) <> DI_OK then
		raise Exception.Create('SetCooperativeLevel Failed');

	if didev.SetDataFormat(c_dfDIMouse) <> DI_OK then
		raise Exception.Create('SetDataFormat Failed');

	if didev.Acquire <> DI_OK then
		raise Exception.Create('Acquire Failed');
	var
		mstat: TDIMOUSESTATE;

	didev.GetDeviceState(sizeof(DIMOUSESTATE), @mstat);

	Label1.Caption := IntToStr(mstat.lX);
	Label2.Caption := IntToStr(mstat.lY);
	Label3.Caption := IntToStr(mstat.lZ);

	CheckBox1.Checked := (mstat.rgbButtons[0] and $80 <> 0);
	CheckBox2.Checked := (mstat.rgbButtons[1] and $80 <> 0);
	CheckBox3.Checked := (mstat.rgbButtons[2] and $80 <> 0);
	CheckBox4.Checked := (mstat.rgbButtons[3] and $80 <> 0);

数値計算


キーボードショートカット

Windows

Office


スライドパッド


IE


Acrobat


LaTeX


Word

タブとリーダー

バグ


Excel

精度

表示形式

改行

文字列の連結

範囲の動的な設定

空白

グラフ

プロットされるセル範囲(系列)の動的な選択

起動時エラー

Mac との互換性

FFT

Application.Run "ATPVBAEN.XLA!Fourier", _
ActiveSheet.Range(ActiveSheet.Cells(r1, c1), ActiveSheet.Cells(r2, c2)), _    ' 入力元
ActiveSheet.Range(ActiveSheet.Cells(r3, c3), ActiveSheet.Cells(r4, c4)), _    ' 出力先
False, False

VBA


Visual Basic


PowerPoint


Illustrator


Photoshop


Skype


Share


フリーソフト


Dynamic Draw


Nave Player(nvplayer)


静止画⇒動画


Google