You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/08 17:25:34 UTC

[GitHub] anirudhacharya commented on a change in pull request #12831: Add imresize to mxnet.image documentation

anirudhacharya commented on a change in pull request #12831: Add imresize to mxnet.image documentation
URL: https://github.com/apache/incubator-mxnet/pull/12831#discussion_r231989556
 
 

 ##########
 File path: python/mxnet/image/image.py
 ##########
 @@ -85,10 +84,67 @@ def imread(filename, *args, **kwargs):
     return _internal._cvimread(filename, *args, **kwargs)
 
 
+def imresize(src, w, h, interp):
+    r"""Resize image with OpenCV.
+
+    .. note:: `imresize` uses OpenCV (not the CV2 Python library). MXNet must have been built
 
 Review comment:
   yes even in pypi version. This python function is just a wrapper, it is calling the C++ opencv method under the hood. how would you suggest i improve the message?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services