OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:view_score_weight
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/internal/ceres/
canonical_views_clustering.h
92
// +
view_score_weight
* sum_[i in C] w_i
113
view_score_weight
(0.0) {
129
double
view_score_weight
;
member in struct:ceres::internal::CanonicalViewsClusteringOptions
canonical_views_clustering_test.cc
89
options_.
view_score_weight
= 0.0;
110
options_.
view_score_weight
= 0.0;
124
options_.
view_score_weight
= 1.0;
139
options_.
view_score_weight
= 1.0;
canonical_views_clustering.cc
166
options_.
view_score_weight
* graph_->VertexWeight(candidate);
Completed in 47 milliseconds