Lines Matching defs:be

26 //   * The name of Intel Corporation may not be used to endorse or promote products
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
204 // covarMatrix - covariance matrix (output parameter; must be allocated
444 // be allocated in the RAM or be read from/written to the HDD (or any
446 // value of ioFlags paramater, which may be the following:
452 // The callback functions as well as the user data structure must be
462 // must be CV_TERMCRIT_NUMB, CV_TERMCRIT_EPS or
466 // 4. eigVals may be equal to NULL (if you don't need eigen values in further).
733 float *be = ((float *) buffer) + ((ie - imin) * eigStep);
737 bf += avgStep, be += eigStep1 )
744 be[l] += e * (v - f);
747 be[l + 1] += e * (v - f);
750 be[l + 2] += e * (v - f);
753 be[l + 3] += e * (v - f);
756 be[l] += e * (bv[l] - bf[l]);
764 float *be = ((float *) buffer) + ((ie - imin) * eigStep);
766 r = (CvStatus)write_callback( ie, (void *) be, userData );
788 float *be = ((float **) output)[i];
790 for( p = 0; p < eigSize.height; p++, be += eigStep )
792 be[l] = 0.0f;
820 float *be = ((float **) output)[i];
826 bf += avgStep, be += eigStep1 )
833 be[l] += v * (u - f);
836 be[l + 1] += v * (u - f);
839 be[l + 2] += v * (u - f);
842 be[l + 3] += v * (u - f);
845 be[l] += v * (bu[l] - bf[l]);
1174 // covarMatrix - covariance matrix (output parameter; must be allocated
1283 // be allocated in the RAM or be read from/written to the HDD (or any
1285 // value of ioFlags paramater, which may be the following:
1291 // The callback functions as well as the user data structure must be
1301 // must be CV_TERMCRIT_NUMB, CV_TERMCRIT_EPS or
1305 // 4. eigVals may be equal to NULL (if you don't need eigen values in further).