Should be None instead of NULL in python interfaces docs (Bug #609)
Description
Hi,
In python we should use None but docs says NULL.
An example:
http://opencv.willowgarage.com/documentation/python/operations_on_arrays.html?highlight=mix#mixchannels
There are many others.
History
Updated by julien Lengrand-Lambert about 13 years ago
I may be wrong, but it seems to me that the issue is already corrected in the source code.
Proof here :
Online version :
http://opencv.willowgarage.com/documentation/python/operations_on_arrays.html?highlight=mix#xors
Current code :
http://code.opencv.org/projects/opencv/repository/entry/trunk/opencv/modules/core/doc/operations_on_arrays.rst (l 325)
The wiki version currently online may simply be outdated.
Updated by julien Lengrand-Lambert about 13 years ago
The latest version of the documentation is here :
http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html#bitwise-xor
And the documentation is stating None, as expecting.
The issue may be closed;
Updated by Kirill Kornyakov almost 13 years ago
Thank you for checking this!
- Status changed from Open to Done
- Target version set to 2.4.0