Home | History | Annotate | Download | only in src

Lines Matching refs:j2

210 float FastMarching_solve(int i1,int j1,int i2,int j2, const CvMat* f, const CvMat* t)
214 a22=CV_MAT_ELEM(*t,float,i2,j2);
218 if( CV_MAT_ELEM(*f,uchar,i2,j2) != INSIDE )
225 else if( CV_MAT_ELEM(*f,uchar,i2,j2) != INSIDE )