Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvmatchcontours.cpp231 double match_v, d12, area1, area2, r11, r12, r21, r22, w1, w2; in cvMatchContourTrees() local
277 match_v = 0.; in cvMatchContourTrees()
355 match_v += d12; in cvMatchContourTrees()
383 while( i > 0 && match_v < threshold ); in cvMatchContourTrees()
385 result = match_v; in cvMatchContourTrees()