Home | History | Annotate | Download | only in src

Lines Matching refs:_H2

2272 double cv::compareHist( InputArray _H1, InputArray _H2, int method )
2274 Mat H1 = _H1.getMat(), H2 = _H2.getMat();