WIL説明書(C++)  3.0.0
変数
FVCL::Filter::PresetIndex::Gaussian 名前空間

プリセット指標(ガウシアンフィルタ) [詳解]

詳解

プリセット指標(ガウシアンフィルタ)

変数

const INT x3_1 = 14
 3x3(1) [詳解]
 
const INT x3_2 = 15
 3x3(2) [詳解]
 
const INT x3_3 = 16
 3x3(3) [詳解]
 
const INT x5_1 = 17
 5x5(1) [詳解]
 
const INT x7_1 = 18
 7x7(1) [詳解]
 
const INT x9_1 = 19
 9x9(1) [詳解]
 

変数詳解

const INT FVCL::Filter::PresetIndex::Gaussian::x3_1 = 14

3x3(1)

0 1 0
1 2 1
0 1 0

(div : 6)

const INT FVCL::Filter::PresetIndex::Gaussian::x3_2 = 15

3x3(2)

1 2 1
2 4 2
1 2 1

(div : 16)

const INT FVCL::Filter::PresetIndex::Gaussian::x3_3 = 16

3x3(3)

1 4 1
4 1 4
1 4 1

(div : 36)

const INT FVCL::Filter::PresetIndex::Gaussian::x5_1 = 17

5x5(1)

1 2 4 2 1
2 4 8 4 2
4 8 16 8 4
2 4 8 4 2
1 2 4 2 1

(div : 100)

const INT FVCL::Filter::PresetIndex::Gaussian::x7_1 = 18

7x7(1)

1122211
1224221
2248422
24816842
2248422
1224221
1122211

(div : 140)

const INT FVCL::Filter::PresetIndex::Gaussian::x9_1 = 19

9x9(1)

1 1 2 2 4 2 2 1 1
1 2 2 4 4 4 2 2 1
2 2 4 4 8 4 4 2 2
2 4 4 8 8 8 4 4 2
4 4 8 8 16 8 8 4 4
2 4 4 8 8 8 4 4 2
2 2 4 8 8 4 4 2 2
1 2 2 4 4 4 2 2 1
1 1 2 2 4 2 2 1 1

(div : 292)


Documentation copyright © 2007 FAST Corporation. [B-001864]
Generated on 2023年11月02日(木) 10時13分02秒 for WIL説明書(C++) by doxygen 1.8.11