Package pycv :: Package cs :: Module cs
[hide private]
[frames] | no frames]

Module cs

source code

Functions [hide private]
 
arrayd(A)
Convert A into a contiguous numpy.array of dtype('float64'), if necessary
source code
 
approx(a, b, epsilon=1e-006)
Returns true if a and b are of the same shape, and their elements are approximately equal.
source code
Function Details [hide private]

approx(a, b, epsilon=1e-006)

source code 
Returns true if a and b are of the same shape, and their elements are approximately equal.
Parameters:
  • a (array) - the left operand
  • b (array) - the right operand
  • epsilon, double - the maximum deviance
Returns:
out: boolean

True if a and b are of the same shape, and their elements are approximately equal.