Click or drag to resize
KAZE Constructor
http://www.emgu.com
Create KAZE using the specific values

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public KAZE(
	bool extended,
	bool upright,
	float threshold = 0.001f,
	int octaves = 4,
	int sublevels = 4,
	KAZEDiffusivity diffusivity = KAZEDiffusivity.PmG2
)

Parameters

extended
Type: SystemBoolean

[Missing <param name="extended"/> documentation for "M:Emgu.CV.Features2D.KAZE.#ctor(System.Boolean,System.Boolean,System.Single,System.Int32,System.Int32,Emgu.CV.Features2D.KAZE.Diffusivity)"]

upright
Type: SystemBoolean

[Missing <param name="upright"/> documentation for "M:Emgu.CV.Features2D.KAZE.#ctor(System.Boolean,System.Boolean,System.Single,System.Int32,System.Int32,Emgu.CV.Features2D.KAZE.Diffusivity)"]

threshold (Optional)
Type: SystemSingle

[Missing <param name="threshold"/> documentation for "M:Emgu.CV.Features2D.KAZE.#ctor(System.Boolean,System.Boolean,System.Single,System.Int32,System.Int32,Emgu.CV.Features2D.KAZE.Diffusivity)"]

octaves (Optional)
Type: SystemInt32

[Missing <param name="octaves"/> documentation for "M:Emgu.CV.Features2D.KAZE.#ctor(System.Boolean,System.Boolean,System.Single,System.Int32,System.Int32,Emgu.CV.Features2D.KAZE.Diffusivity)"]

sublevels (Optional)
Type: SystemInt32

[Missing <param name="sublevels"/> documentation for "M:Emgu.CV.Features2D.KAZE.#ctor(System.Boolean,System.Boolean,System.Single,System.Int32,System.Int32,Emgu.CV.Features2D.KAZE.Diffusivity)"]

diffusivity (Optional)
Type: Emgu.CV.Features2DKAZEDiffusivity

[Missing <param name="diffusivity"/> documentation for "M:Emgu.CV.Features2D.KAZE.#ctor(System.Boolean,System.Boolean,System.Single,System.Int32,System.Int32,Emgu.CV.Features2D.KAZE.Diffusivity)"]

See Also