Home | History | Annotate | Download | only in src

Lines Matching refs:errors

505     /* TEST FOR ERRORS */
2775 float* errors;
2777 errors = (float*)calloc(numImages*numImages,sizeof(float));
2778 if( errors == 0 )
2963 errors[numImages*currImagePair+currRt] = (float)err;
2982 avErr += errors[numImages*currImagePair+currRt];
3017 free(errors);