Home | History | Annotate | Download | only in src

Lines Matching defs:cellSize

89     CV_Assert(blockSize.width % cellSize.width == 0 &&
90 blockSize.height % cellSize.height == 0);
95 (blockSize.width/cellSize.width)*
96 (blockSize.height/cellSize.height)*
121 size_t block_hist_size = getBlockHistogramSize(blockSize, cellSize, nbins);
149 it = obj["cellSize"].begin();
150 it >> cellSize.width >> cellSize.height;
181 << "cellSize" << cellSize
213 c.cellSize = cellSize;
557 Size cellSize = descriptor->cellSize;
563 ncells = Size(blockSize.width/cellSize.width, blockSize.height/cellSize.height);
665 float cellX = (j+0.5f)/cellSize.width - 0.5f;
666 float cellY = (i+0.5f)/cellSize.height - 0.5f;
1327 Size cellSize, int nbins, Size blockStride, Size winSize, float sigma, bool gammaCorrection, double L2HysThreshold, bool signedGradient)
1336 const size_t block_hist_size = getBlockHistogramSize(blockSize, cellSize, nbins);
1399 winStride = cellSize;
1412 cellSize, nbins, blockStride, winSize, (float)getWinSigma(), gammaCorrection, L2HysThreshold, signedGradient))
1469 winStride = cellSize;
1725 const UMat& oclSvmDetector, Size blockSize, Size cellSize, int nbins, Size blockStride, Size winSize,
1738 const size_t block_hist_size = getBlockHistogramSize(blockSize, cellSize, nbins);
1794 const UMat& oclSvmDetector, Size blockSize, Size cellSize,
1810 if(!ocl_detect(_img, locations, hit_threshold, win_stride, oclSvmDetector, blockSize, cellSize, nbins,
1817 if(!ocl_detect(image_scale, locations, hit_threshold, win_stride, oclSvmDetector, blockSize, cellSize, nbins,
1862 blockSize, cellSize, nbins, blockStride, winSize, gammaCorrection, L2HysThreshold, (float)getWinSigma(), free_coef, signedGradient));
3337 winStride = cellSize;