The F_EDGE_CORR_PARAMS type exposes the following members.

Methods

NameDescription
Public methodEquals
このインスタンスと指定したオブジェクトが等しいかどうかを示します。
(Inherited from ValueType.)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
このインスタンスのハッシュ コードを返します。
(Inherited from ValueType.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodStatic memberinit()()()()
初期値指定コンストラクタ
Public methodStatic memberinit(Int32, Int32, Double, Double, Int32, Int32)
初期値指定コンストラクタ
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
このインスタンスの完全修飾型名を返します。
(Inherited from ValueType.)

Fields

NameDescription
Public fieldheight
フィルタの高さ ( 1 ≦ height ≦ 15 を満たす奇数, height ≦ width , width * height ≦ 255 )
Public fieldmag_threshold
強度閾値( 0 ≦ mag_threshold ≦ 255 )
Public fieldnms_length
非極大抑制のフィルタ片幅( 1 ≦ nms_length )
Public fieldsigmoid_k
シグモイド係数( 0 < sigmoid_k )
Public fieldvar_threshold
分散閾値( 0 < var_threshold ≦ 16384 )
Public fieldwidth
フィルタの幅( 3以上の奇数, height ≦ width , width * height ≦ 255 )

See Also