HomeSort by relevance Sort by last modified time
    Searched full:numpy (Results 176 - 200 of 238) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
cv_util_unittest.py 10 np = external_modules.ImportRequiredModule('numpy')
  /external/opencv3/doc/py_tutorials/py_feature2d/py_brief/
py_brief.markdown 52 import numpy as np
  /external/opencv3/doc/py_tutorials/py_feature2d/py_feature_homography/
py_feature_homography.markdown 37 import numpy as np
  /external/opencv3/doc/py_tutorials/py_feature2d/py_orb/
py_orb.markdown 66 import numpy as np
  /external/opencv3/doc/py_tutorials/py_gui/py_drawing_functions/
py_drawing_functions.markdown 29 import numpy as np
  /external/opencv3/doc/py_tutorials/py_imgproc/py_canny/
py_canny.markdown 83 import numpy as np
  /external/opencv3/doc/py_tutorials/py_imgproc/py_colorspaces/
py_colorspaces.markdown 48 import numpy as np
  /external/opencv3/doc/py_tutorials/py_photo/py_inpainting/
py_inpainting.markdown 55 import numpy as np
  /external/opencv3/samples/python2/
asift.py 22 import numpy as np
camshift.py 25 import numpy as np
deconvolution.py 33 import numpy as np
digits_adjust.py 22 import numpy as np
plane_tracker.py 24 import numpy as np
  /external/autotest/utils/
external_packages.py 630 """numpy package, required by matploglib."""
632 local_filename = 'numpy-%s.tar.gz' % version
633 urls = ('http://downloads.sourceforge.net/project/numpy/NumPy/%(version)s/'
634 'numpy-%(version)s.tar.gz' % dict(version=version),)
646 This requires numpy so it must be declared after numpy to guarantee that
    [all...]
  /cts/apps/CameraITS/pymodules/its/
device.py 26 import numpy namespace
258 buf = numpy.frombuffer(buf, dtype=numpy.uint8)
603 * data: the image data as a numpy array of bytes.
721 buf_size = numpy.product(buf.shape)
    [all...]
  /external/opencv3/doc/tutorials/introduction/windows_install/
windows_install.markdown 67 - [Numpy](http://numpy.scipy.org/) is a scientific computing package for Python. Required for the *Python interface*.
148 -# The easiest way to install Numpy is to just download its binaries from the [sourceforge page](http://sourceforge.net/projects/numpy/files/NumPy/).
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.image_processing.video.html 126 &nbsp;&nbsp;&nbsp;&nbsp;image&nbsp;may&nbsp;be&nbsp;a&nbsp;telemetry.core.Bitmap,&nbsp;or&nbsp;a&nbsp;numpy&nbsp;array&nbsp;depending&nbsp;on<br>
127 &nbsp;&nbsp;&nbsp;&nbsp;whether&nbsp;numpy&nbsp;is&nbsp;installed.</tt></dd></dl>
telemetry.util.color_histogram.html 23 </td><td width="25%" valign=top><a href="numpy.html">numpy</a><br>
  /external/opencv3/doc/py_tutorials/py_calib3d/py_calibration/
py_calibration.markdown 105 import numpy as np
202 Now you can store the camera matrix and distortion coefficients using write functions in Numpy
  /external/opencv3/doc/py_tutorials/py_calib3d/py_pose/
py_pose.markdown 28 import numpy as np
  /external/opencv3/doc/py_tutorials/py_feature2d/py_fast/
py_fast.markdown 97 import numpy as np
  /external/opencv3/doc/py_tutorials/py_imgproc/py_pyramids/
py_pyramids.markdown 83 import numpy as np,sys
  /external/opencv3/doc/py_tutorials/py_imgproc/py_watershed/
py_watershed.markdown 47 import numpy as np
  /external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_opencv/
py_svm_opencv.markdown 62 import numpy as np
  /external/opencv3/modules/python/test/
test.py 16 import numpy as np

Completed in 1058 milliseconds

1 2 3 4 5 6 78 910