MCPcopy Create free account
hub / github.com/biometrics/openbr / toStringList

Function toStringList

openbr/core/qtutils.cpp:207–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207QStringList toStringList(const QList<float> &values)
208{
209 QStringList result; result.reserve(values.size());
210 foreach (float value, values)
211 result.append(QString::number(value));
212 return result;
213}
214
215QStringList toStringList(const std::vector<std::string> &string_list)
216{

Callers 12

br_catFunction · 0.85
br_clusterFunction · 0.85
br_combine_masksFunction · 0.85
br_compare_nFunction · 0.85
br_enroll_nFunction · 0.85
br_fuseFunction · 0.85
br_plotFunction · 0.85
br_plot_detectionFunction · 0.85
br_plot_landmarkingFunction · 0.85
br_plot_metadataFunction · 0.85
br_plot_knnFunction · 0.85
br_train_nFunction · 0.85

Calls 3

reserveMethod · 0.45
sizeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected