OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numpy
(Results
126 - 150
of
238
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/
py_morphological_ops.markdown
39
import
numpy
as np
121
We manually created a structuring elements in the previous examples with help of
Numpy
. It is
/external/opencv3/doc/py_tutorials/py_imgproc/py_template_matching/
py_template_matching.markdown
38
import
numpy
as np
112
import
numpy
as np
/external/opencv3/samples/python2/
digits.py
31
import
numpy
as np
32
from
numpy
.linalg import norm
contours.py
12
import
numpy
as np
dft.py
4
import
numpy
as np
digits_video.py
3
import
numpy
as np
feature_homography.py
25
import
numpy
as np
fitline.py
25
import
numpy
as np
hist.py
19
import
numpy
as np
kalman.py
16
import
numpy
as np
lk_homography.py
23
import
numpy
as np
/frameworks/base/tools/orientationplot/
README.txt
9
2.
numpy
12
eg. sudo apt-get install python-
numpy
python-matplotlib
/external/autotest/client/site_tests/graphics_WebGLAquarium/
sampler.py
6
import
numpy
namespace
286
self.avg =
numpy
.mean(self.duration_data)
287
self.stdev =
numpy
.std(self.duration_data)
/external/autotest/contrib/
compare_dut_perf.py
31
import
numpy
namespace
128
t_mean =
numpy
.mean(runtimes)
129
t_median =
numpy
.median(runtimes)
/external/opencv3/doc/py_tutorials/py_feature2d/py_matcher/
py_matcher.markdown
52
import
numpy
as np
105
import
numpy
as np
167
import
numpy
as np
/external/opencv3/doc/py_tutorials/py_imgproc/py_houghlines/
py_houghlines.markdown
57
Numpy
on your own. Below is an image which shows the accumulator. Bright spots at some locations
74
import
numpy
as np
122
import
numpy
as np
/external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/
py_thresholding.markdown
36
import
numpy
as np
87
import
numpy
as np
138
import
numpy
as np
/external/opencv3/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/
py_kmeans_opencv.markdown
49
import
numpy
as np
119
import
numpy
as np
163
import
numpy
as np
/cts/apps/CameraITS/tests/scene1/
test_ev_compensation_basic.py
23
import
numpy
as np
/cts/suite/audio_quality/test_description/processing/
gen_random.py
18
import
numpy
as np
/external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.util.image_util.html
18
When
numpy
is present, image_util_numpy_impl is used for the implementation of<br>
20
as a fallback when
numpy
is not present.</tt></p>
32
</td><td width="25%" valign=top><a href="
numpy
.html">
numpy
</a><br>
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
cv_util.py
10
np = external_modules.ImportRequiredModule('
numpy
')
/external/opencv3/doc/py_tutorials/py_calib3d/py_depthmap/
py_depthmap.markdown
40
import
numpy
as np
/external/opencv3/doc/py_tutorials/py_feature2d/py_shi_tomasi/
py_shi_tomasi.markdown
49
import
numpy
as np
/external/opencv3/doc/py_tutorials/py_gui/py_trackbar/
py_trackbar.markdown
29
import
numpy
as np
Completed in 2260 milliseconds
1
2
3
4
5
6
7
8
9
10