Home | History | Annotate | Download | only in test

Lines Matching refs:idx0

675         int idx0[] = {3,4,5}, idx1[] = {0, 9, 7};
678 cvSetRealND(&matA, idx0, val0);
680 cvSetND(&matB, idx0, val1);
684 if( A.at<float>(idx0[0], idx0[1], idx0[2]) != val0 ||
686 cvGetReal3D(&matA, idx0[0], idx0[1], idx0[2]) != val0 ||
689 Scalar(B.at<Vec4s>(idx0[0], idx0[1], idx0[2])) != val1 ||
691 Scalar(cvGet3D(matC, idx0[0], idx0[1], idx0[2])) != val1 ||