フィルタカーネルの行列の値 [初期値:全て 1.0 で初期化、範囲:任意]

Namespace: FVIL.Filter
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public virtual double this[
	int row,
	int col
] { get; set; }
Visual Basic
Public Overridable Default Property Item ( 
	row As Integer,
	col As Integer
) As Double
	Get
	Set

Parameters

row
Type: System..::..Int32
col
Type: System..::..Int32

Property Value

Type: Double

Remarks

フィルタカーネルの行列の値の取得または設定を行います。

エラーコード:

ErrorCode メンバ内容
FVIL.ErrorCode.INVALID_PARAMETER引数に指定された値が不正です。

Exceptions

ExceptionCondition
FVIL..::..CFviExceptionこの例外の原因については、上記のエラーコード表をご参照ください。

See Also