Click or drag to resize

CvInvokePatchNaNs Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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