Searched refs:pixelStep (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVHaarObjectDetection.cu | 968 Ncv32u pixelStep, in ncvApplyHaarClassifierCascade_device() argument 1010 ncvAssertReturn(pixelStep == 1 || pixelStep == 2, NCV_HAAR_INVALID_PIXEL_STEP); in ncvApplyHaarClassifierCascade_device() 1050 if ((i%pixelStep==0) && (j%pixelStep==0) && (j<(Ncv32u)anchorsRoi.width)) in ncvApplyHaarClassifierCascade_device() 1157 if (pixelStep != 1 || bMaskElements) in ncvApplyHaarClassifierCascade_device() 1166 …dim3 gridInit((((anchorsRoi.width + pixelStep - 1) / pixelStep + NUM_THREADS_ANCHORSPARALLEL - 1) … in ncvApplyHaarClassifierCascade_device() 1167 (anchorsRoi.height + pixelStep - 1) / pixelStep); in ncvApplyHaarClassifierCascade_device() 1182 anchorsRoi, pixelStep); in ncvApplyHaarClassifierCascade_device() 1293 …pixParallelStageStops[pixParallelStageStopsIndex] != 0 || pixelStep != 1 || bMaskElements,//tbRead… in ncvApplyHaarClassifierCascade_device() 1416 bMaskElements, anchorsRoi, pixelStep, scaleArea); in ncvApplyHaarClassifierCascade_device() 1558 Ncv32u pixelStep, //default 1 in ncvDetectObjectsMultiScale_device() argument [all …]
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCVHaarObjectDetection.hpp | 374 Ncv32u pixelStep, //default 1 398 Ncv32u pixelStep, 416 Ncv32u pixelStep,
|