Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dhistogram.cpp2487 const SparseMat *PH1 = &H1, *PH2 = &H2; in compareHist() local
2488 …if( PH1->nzcount() > PH2->nzcount() && method != CV_COMP_CHISQR && method != CV_COMP_CHISQR_ALT &&… in compareHist()
2489 std::swap(PH1, PH2); in compareHist()
2491 SparseMatConstIterator it = PH1->begin(); in compareHist()
2492 int N1 = (int)PH1->nzcount(), N2 = (int)PH2->nzcount(); in compareHist()