Home | History | Annotate | Download | only in test

Lines Matching defs:fcount

979     int fcount = (int)leftF[0].size(), xdim = (int)leftF.size();
981 dfdx.create( fcount*fdim, xdim, CV_64FC1 );
987 CV_Assert( (int)arrLeftIt->size() == fcount );
988 CV_Assert( (int)arrRightIt->size() == fcount );