Click or drag to resize
IntrinsicCameraParametersEquals Method (IntrinsicCameraParameters)
http://www.emgu.com
Return true if the two intrinsic camera parameters are equal

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool Equals(
	IntrinsicCameraParameters other
)

Parameters

other
Type: Emgu.CVIntrinsicCameraParameters
The other intrinsic camera parameters to compare with

Return Value

Type: Boolean
True if the two intrinsic camera parameters are equal

Implements

IEquatableTEquals(T)
See Also