From: Ilya Lysenkov Date: Wed, 8 Jun 2011 13:42:44 +0000 (+0000) Subject: Fixed python AbsDiffS doc (ticket #1097) X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~7082 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee2b8aa76448ee28e3dac55ea37b61ab04e0f346;p=platform%2Fupstream%2Fopencv.git Fixed python AbsDiffS doc (ticket #1097) --- 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.