From ee2b8aa76448ee28e3dac55ea37b61ab04e0f346 Mon Sep 17 00:00:00 2001 From: Ilya Lysenkov Date: Wed, 8 Jun 2011 13:42:44 +0000 Subject: [PATCH] Fixed python AbsDiffS doc (ticket #1097) --- doc/opencv1/py/core_operations_on_arrays.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/opencv1/py/core_operations_on_arrays.rst b/doc/opencv1/py/core_operations_on_arrays.rst index b7e2407..de811ef 100644 --- a/doc/opencv1/py/core_operations_on_arrays.rst +++ b/doc/opencv1/py/core_operations_on_arrays.rst @@ -62,7 +62,7 @@ AbsDiffS -.. function:: AbsDiffS(src,value,dst)-> None +.. function:: AbsDiffS(src,dst,value)-> None Calculates absolute difference between an array and a scalar. -- 2.7.4