mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 00:52:16 +08:00
860eb399ef
The working of rgb2gray() has been modified, and it now works with both 3D and 4D arrays and appropriately finds the luminance image of the given image. The documnetation does not mention the 4D array support and this commit modifies the documentation to mention this.