/external/opencv/cv/src/ |
cvsumpixels.cpp | 50 sumtype* tilted, int tiltedstep,\ 71 if( tilted ) \ 73 memset( tilted, 0, (size.width+1)*sizeof(tilted[0])); \ 74 tiltedstep /= sizeof(tilted[0]); \ 75 tilted += tiltedstep + 1; \ 78 if( sqsum == 0 && tilted == 0 ) \ 92 else if( tilted == 0 ) \ 123 sum[-1] = tilted[-1] = 0; \ 131 buf[x] = tilted[x] = t; 324 CvMat tilted_stub, *tilted = (CvMat*)tiltedSumImage; local [all...] |
mycvHaarDetectObjects.cpp | 107 CvMat sum, sqsum, tilted; member in struct:MyCvHidHaarClassifierCascade 221 int tilted = classifier->haar_feature[l].tilted; local 222 has_tilted_features |= tilted != 0; 226 (!tilted && 229 (tilted && (r.x - r.height < 0 || 639 CvMat tilted_stub, *tilted = (CvMat*)_tilted_sum; local 673 CV_CALL( tilted = cvGetMat( tilted, &tilted_stub, &coi1 )); 675 if( CV_MAT_TYPE(tilted->type) != CV_32SC1 880 CvMat *tilted = 0, *norm_img = 0, *sumcanny = 0, *img_small = 0; local [all...] |
cvhaar.cpp | 107 CvMat sum, sqsum, tilted; member in struct:CvHidHaarClassifierCascade 239 int tilted = classifier->haar_feature[l].tilted; local 240 has_tilted_features |= tilted != 0; 244 (!tilted && 247 (tilted && (r.x - r.height < 0 || 440 CvMat tilted_stub, *tilted = (CvMat*)_tilted_sum; local 474 CV_CALL( tilted = cvGetMat( tilted, &tilted_stub, &coi1 )); 476 if( CV_MAT_TYPE(tilted->type) != CV_32SC1 864 CvMat *temp = 0, *sum = 0, *tilted = 0, *sqsum = 0, *norm_img = 0, *sumcanny = 0, *img_small = 0; local [all...] |
/external/opencv/cv/include/ |
cvtypes.h | 329 int tilted; member in struct:CvHaarFeature
|