Home | History | Annotate | Download | only in src

Lines Matching refs:cx1

640             double cx1 = cvRound(sum[i].x / size1), cy1 = cvRound(sum[i].y / size1);
643 double dist = (cx1 - cx2) * (cx1 - cx2) + (cy1 - cy2) * (cy1 - cy2);