Click or drag to resize

CvInvokePatchNaNs Method

http://www.emgu.com
Converts NaN's to the given number

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void PatchNaNs(
	IInputOutputArray a,
	double val = 0
)

Parameters

a
Type: Emgu.CVIInputOutputArray
The array where NaN needs to be converted
val (Optional)
Type: SystemDouble
The value to convert to
See Also