Searched refs:min_weight (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cv/src/ |
D | cvstereogc.cpp | 169 int e0 = -1, ei = 0, ej = 0, min_weight, weight; in icvGCMaxFlow() local 224 min_weight = edges[e0].weight; in icvGCMaxFlow() 225 assert( min_weight > 0 ); in icvGCMaxFlow() 234 min_weight = MIN(min_weight, weight); in icvGCMaxFlow() 235 assert( min_weight > 0 ); in icvGCMaxFlow() 238 min_weight = MIN(min_weight, weight); in icvGCMaxFlow() 239 assert( min_weight > 0 ); in icvGCMaxFlow() 243 edges[e0].weight -= min_weight; in icvGCMaxFlow() 244 edges[e0^1].weight += min_weight; in icvGCMaxFlow() 245 flow += min_weight; in icvGCMaxFlow() [all …]
|
/external/googletest/googlemock/docs/v1_5/ |
D | CookBook.md | 1898 double min_weight, double max_wight)); 1920 double min_weight, double max_wight) {
|
/external/googletest/googlemock/docs/v1_6/ |
D | CookBook.md | 1966 double min_weight, double max_wight)); 1988 double min_weight, double max_wight) {
|
/external/googletest/googlemock/docs/v1_7/ |
D | CookBook.md | 1994 double min_weight, double max_wight)); 2016 double min_weight, double max_wight) {
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 2045 double min_weight, double max_wight)); 2067 double min_weight, double max_wight) {
|