OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitted
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/photo/src/
merge.cpp
95
std::vector<Mat>
splitted
;
local
96
split(images[i],
splitted
);
100
LUT(
splitted
[c], weights,
splitted
[c]);
101
w +=
splitted
[c];
107
split(response_img,
splitted
);
109
result_split[c] += w.mul(
splitted
[c] - exp_values.at<float>((int)i));
168
std::vector<Mat>
splitted
(channels);
176
split(img,
splitted
);
183
mean +=
splitted
[c]
[
all
...]
/libcore/benchmarks/src/benchmarks/
XmlSerializeBenchmark.java
88
String[]
splitted
= datasetAsString.split(" ");
local
89
dataset = new double[
splitted
.length];
90
for (int i = 0; i <
splitted
.length; i++) {
91
dataset[i] = Double.valueOf(
splitted
[i]);
/external/opencv3/modules/imgcodecs/src/
grfmt_hdr.cpp
130
std::vector<Mat>
splitted
(3, input_img);
131
merge(
splitted
, img);
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js
126
var
splitted
= ratio.split(" ");
127
numer += parseInt(
splitted
[0], 10);
128
denom += parseInt(
splitted
[1], 10);
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar
/prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar
Completed in 121 milliseconds