Home | History | Annotate | Download | only in test

Lines Matching refs:prj

392             Mat prj = rTestPoints.row(i) - avg; prj *= subEvec_t;
393 err = cvtest::norm(rPrjTestPoints.row(i), prj, CV_RELATIVE_L2);