Searched refs:minMatchCost (Results 1 – 2 of 2) sorted by relevance
119 float getMatchingCost() const {return minMatchCost;} in getMatchingCost()122 float minMatchCost; member in cv::SCDMatcher
753 minMatchCost = std::max(leftcost,rightcost); in hungarian()