Home
last modified time | relevance | path

Searched refs:min_weight (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cv/src/
Dcvstereogc.cpp169 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/
DCookBook.md1898 double min_weight, double max_wight));
1920 double min_weight, double max_wight) {
/external/googletest/googlemock/docs/v1_6/
DCookBook.md1966 double min_weight, double max_wight));
1988 double min_weight, double max_wight) {
/external/googletest/googlemock/docs/v1_7/
DCookBook.md1994 double min_weight, double max_wight));
2016 double min_weight, double max_wight) {
/external/googletest/googlemock/docs/
DCookBook.md2045 double min_weight, double max_wight));
2067 double min_weight, double max_wight) {