/external/opencv3/samples/python2/ |
gabor_threads.py | 17 import numpy as np
|
houghlines.py | 8 import numpy as np
|
lappyr.py | 15 import numpy as np
|
morphology.py | 15 import numpy as np
|
peopledetect.py | 3 import numpy as np
|
squares.py | 9 import numpy as np
|
/cts/apps/CameraITS/tests/scene1/ |
test_crop_region_raw.py | 20 import numpy namespace 139 diff_yuv = numpy.fabs((imgs2["yuv_full"] - imgs2["yuv_crop"])).mean() 140 diff_raw = numpy.fabs((imgs2["raw_full"] - imgs2["raw_crop"])).mean()
|
test_locked_burst.py | 20 import numpy namespace
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
image_util.py | 10 When numpy is present, image_util_numpy_impl is used for the implementation of 12 as a fallback when numpy is not present.""" 18 np = external_modules.ImportOptionalModule('numpy')
|
/external/opencv3/doc/py_tutorials/py_core/py_image_arithmetics/ |
py_image_arithmetics.markdown | 14 You can add two images by OpenCV function, cv2.add() or simply by numpy operation, 18 @note There is a difference between OpenCV addition and Numpy addition. OpenCV addition is a 19 saturated operation while Numpy addition is a modulo operation.
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
plot_dynamics.py | 16 import numpy namespace 82 x = numpy.array(x) 83 y = numpy.array(y)
|
/external/opencv3/doc/py_tutorials/py_bindings/py_bindings_basics/ |
py_bindings_basics.markdown | 49 Size. They need to be extended manually. For example, a Mat type should be extended to Numpy array, 55 when you call a function, say res = equalizeHist(img1,img2) in Python, you pass two numpy arrays and 56 you expect another numpy array as the output. So these numpy arrays are converted to cv::Mat and 57 then calls the equalizeHist() function in C++. Final result, res will be converted back into a Numpy
|
/external/opencv3/doc/py_tutorials/py_setup/py_setup_in_fedora/ |
py_setup_in_fedora.markdown | 17 Another important thing is the additional libraries required. OpenCV-Python requires only **Numpy** 28 $ yum install numpy opencv* 59 **Numpy** for creating Python extensions etc. 62 yum install python-devel numpy 205 -- numpy: /usr/lib/python2.7/site-packages/numpy/core/include (ver 1.7.1)
|
/external/opencv3/doc/py_tutorials/py_gui/py_image_display/ |
py_image_display.markdown | 30 import numpy as np 97 import numpy as np 122 import numpy as np
|
/external/opencv3/doc/py_tutorials/py_gui/py_video_display/ |
py_video_display.markdown | 24 import numpy as np 74 import numpy as np 120 import numpy as np
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_geometric_transformations/ |
py_geometric_transformations.markdown | 28 import numpy as np 46 You can take make it into a Numpy array of type np.float32 and pass it into **cv2.warpAffine()** 50 import numpy as np
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/ |
py_histogram_backprojection.markdown | 30 Algorithm in Numpy 37 import numpy as np 86 import numpy as np
|
/external/opencv3/doc/py_tutorials/py_video/py_bg_subtraction/ |
py_bg_subtraction.markdown | 46 import numpy as np 82 import numpy as np 122 import numpy as np
|
/cts/apps/CameraITS/build/ |
envsetup.sh | 34 for M in numpy PIL Image matplotlib pylab scipy.stats scipy.spatial
|
/cts/apps/CameraITS/tests/inprog/ |
test_3a_remote.py | 21 import numpy namespace
|
/cts/suite/audio_quality/test_description/processing/ |
calc_thd.py | 17 import numpy as np
|
example.py | 18 import numpy as np
|
recording_thd.py | 18 import numpy as np
|
/external/autotest/client/site_tests/hardware_PerfCounterVerification/ |
perf_lbr_verification.py | 13 import numpy namespace 268 dt = numpy.dtype([('loops', numpy.int), ('branch_count', numpy.int)])
|
/external/chromium-trace/catapult/ |
pylintrc | 3 extension-pkg-whitelist=numpy
|