Click or drag to resize

FuzzyInvokeFilter Method

http://www.emgu.com
Image filtering.

Namespace:  Emgu.CV.Fuzzy
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static void Filter(
	Mat image,
	Mat kernel,
	Mat output
)

Parameters

image
Type: Emgu.CVMat
Input image.
kernel
Type: Emgu.CVMat
Final 32-b kernel.
output
Type: Emgu.CVMat
Output 32-bit image.
See Also