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

1 2 3 4 5 6 7 8910

  /external/opencv3/samples/python2/
common.py 7 import numpy as np
find_obj.py 17 import numpy as np
grabcut.py 30 import numpy as np
letter_recog.py 28 import numpy as np
mosse.py 24 import numpy as np
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyfpe.h 81 * done soon for the NumPy array package. Step 2 is usually done once at
  /prebuilts/gdb/linux-x86/include/python2.7/
pyfpe.h 81 * done soon for the NumPy array package. Step 2 is usually done once at
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyfpe.h 81 * done soon for the NumPy array package. Step 2 is usually done once at
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyfpe.h 81 * done soon for the NumPy array package. Step 2 is usually done once at
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 5 import collections, logging, numpy, os, tempfile, time namespace
283 np = numpy.array(stats)
343 voltage_np = numpy.array(self._stats['v_voltage_now'])
  /external/autotest/client/cros/audio/
audio_helper.py 8 import numpy namespace
601 Refer to manual of numpy.correlate for detail of correlation.
637 norm_a = numpy.linalg.norm(signal_a)
638 norm_b = numpy.linalg.norm(signal_b)
644 correlation = numpy.correlate(signal_a, signal_b, 'full')
    [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp 10 #include <numpy/ndarrayobject.h>
182 CV_Error_(Error::StsError, ("The numpy array of typenum=%d, ndims=%d can not be created", typenum, dims));
262 failmsg("%s is not a numpy array, neither a scalar", info.name);
    [all...]
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 26 import numpy as np
  /external/autotest/site_utils/
lxc_functional_test.py 58 lxc.install_packages(['atop', 'libxslt-dev'], ['selenium', 'numpy'])
setup_dev_autotest.sh 182 python-numpy python-scipy"
  /external/fonttools/Doc/
changes.txt 24 - Switched from Numeric to numpy
  /external/opencv3/doc/py_tutorials/py_calib3d/py_epipolar_geometry/
py_epipolar_geometry.markdown 76 import numpy as np
  /external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/
py_contour_features.markdown 22 import numpy as np
  /external/opencv3/doc/py_tutorials/py_imgproc/py_grabcut/
py_grabcut.markdown 91 import numpy as np
  /external/opencv3/doc/py_tutorials/py_objdetect/py_face_detection/
py_face_detection.markdown 97 import numpy as np
  /external/v8/build/experimental/
install-build-deps.py 92 'python-numpy',
  /frameworks/base/tools/velocityplot/
velocityplot.py 27 import numpy as np
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 21 import numpy as np
252 img: Numpy float image array in RGB, with pixel values in [0,1].
  /external/autotest/client/cros/multimedia/
display_facade_native.py 8 import numpy namespace
380 data = numpy.fliplr(data.reshape(-1, 3)).reshape(data.shape)
  /external/opencv3/doc/tutorials/core/mat_the_basic_image_container/
mat_the_basic_image_container.markdown 231 - Numpy
232 @snippet mat_the_basic_image_container.cpp out-numpy

Completed in 498 milliseconds

1 2 3 4 5 6 7 8910