HomeSort by relevance Sort by last modified time
    Searched refs:nbins (Results 1 - 17 of 17) sorted by null

  /external/jemalloc/test/unit/
run_quantize.c 5 unsigned nbins, i; local
16 assert_d_eq(mallctl("arenas.nbins", &nbins, &sz, NULL, 0), 0,
21 for (i = 0; i < nbins; i++) {
96 unsigned nbins, nlruns, i; local
105 assert_d_eq(mallctl("arenas.nbins", &nbins, &sz, NULL, 0), 0,
mallctl.c 195 unsigned nbins, i; local
199 len = sizeof(nbins);
200 assert_d_eq(mallctl("arenas.nbins", &nbins, &len, NULL, 0), 0,
206 for (i = 0; i < nbins; i++) {
601 TEST_ARENAS_CONSTANT(unsigned, nbins, NBINS);
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 67 int nbins = 20, i, l, i_point, left, right; local
86 /* low_count = count/nbins; */
114 bin_counts = (int *) cvAlloc( nbins * sizeof( int ));
121 memset( bin_counts, 0, nbins * sizeof( int ));
171 bsize = vl / nbins;
193 for( l = 0; l < nbins; l++ )
208 for( l = nbins - 1; l >= 0; l-- )
216 hand_right = vmax - (nbins - right - 1) * bsize;
286 int nbins = 20, i, l, i_point, left, right, jmin, jmax, jl; local
310 /* low_count = count/nbins; */
    [all...]
  /external/opencv3/apps/traincascade/
HOGfeatures.cpp 157 void CvHOGEvaluator::integralHistogram(const Mat &img, vector<Mat> &histogram, Mat &norm, int nbins) const
186 float angleScale = (float)(nbins/CV_PI);
210 bidx += nbins;
211 else if( bidx >= nbins )
212 bidx -= nbins;
227 for( binIdx = 0; binIdx < nbins; binIdx++ )
HOGfeatures.h 29 virtual void integralHistogram(const cv::Mat &img, std::vector<cv::Mat> &histogram, cv::Mat &norm, int nbins) const;
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 103 nbins=0
116 nbins=$((${index} + 1))
161 nbins=$((${index} + 1))
184 # - nbins
215 * NBINS: Number of small size class bins.
239 echo "#define NBINS ${nbins}"
261 * cannot support more than 256 small size classes. Further constrain NBINS to
265 #if (NBINS > 255)
  /external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.h 29 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, int ksize_y);
nldiffusion_functions.cpp 206 * @param nbins Number of histogram bins
211 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, int ksize_y) {
219 std::vector<int> hist(nbins, 0);
256 nbin = (int)floor(nbins*(sqrt(modg) / hmax));
258 if (nbin == nbins) {
271 for (k = 0; nelements < nthreshold && k < nbins; k++) {
279 kperc = hmax*((float)(k) / (float)nbins);
  /external/jemalloc/src/
stats.c 55 unsigned nbins, j; local
72 CTL_GET("arenas.nbins", &nbins, unsigned);
73 for (j = 0, in_gap = false; j < nbins; j++) {
164 unsigned nbins, nlruns, j; local
170 CTL_GET("arenas.nbins", &nbins, unsigned);
196 run_size, nbins + j, curruns * run_size, nmalloc,
210 unsigned nbins, nlruns, nhchunks, j; local
216 CTL_GET("arenas.nbins", &nbins, unsigned)
    [all...]
  /external/opencv3/modules/cudaobjdetect/include/opencv2/
cudaobjdetect.hpp 93 @param nbins Number of bins. Only 9 bins per cell are supported for now.
99 int nbins = 9);
  /external/opencv3/modules/cudaobjdetect/src/cuda/
hog.cu 90 void set_up_constants(int nbins, int block_stride_x, int block_stride_y,
93 cudaSafeCall( cudaMemcpyToSymbol(cnbins, &nbins, sizeof(nbins)) );
99 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y;
195 void compute_hists(int nbins, int block_stride_x, int block_stride_y,
215 int hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12 * nblocks) * sizeof(float);
216 int final_hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * nblocks) * sizeof(float);
295 void normalize_hists(int nbins, int block_stride_x, int block_stride_y,
300 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y;
655 void compute_gradients_8UC4(int nbins, int height, int width, const PtrStepSzb& img
    [all...]
  /external/opencv3/modules/calib3d/src/
quadsubpix.cpp 170 const int nbins = 256; local
182 calcHist(&img_roi, 1, &channels, Mat(), hist, 1, &nbins, &_ranges);
  /external/opencv3/modules/objdetect/src/
hog.cpp 80 static size_t getBlockHistogramSize(Size block_size, Size cell_size, int nbins)
84 return (size_t)(nbins * cells_per_block.area());
94 return (size_t)nbins*
121 size_t block_hist_size = getBlockHistogramSize(blockSize, cellSize, nbins);
151 obj["nbins"] >> nbins; local
182 << "nbins" << nbins
214 c.nbins = nbins;
558 int i, j, nbins = descriptor->nbins; local
    [all...]
  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp 662 int i, j, nbins = descriptor->nbins; local
668 blockHistogramSize = ncells.width*ncells.height*nbins;
741 data->histOfs[0] = (icellX0*ncells.height + icellY0)*nbins;
743 data->histOfs[1] = (icellX1*ncells.height + icellY0)*nbins;
745 data->histOfs[2] = (icellX0*ncells.height + icellY1)*nbins;
747 data->histOfs[3] = (icellX1*ncells.height + icellY1)*nbins;
758 data->histOfs[0] = (icellX0*ncells.height + icellY1)*nbins;
760 data->histOfs[1] = (icellX1*ncells.height + icellY1)*nbins;
778 data->histOfs[0] = (icellX1*ncells.height + icellY0)*nbins;
    [all...]
  /external/opencv3/modules/objdetect/include/opencv2/
objdetect.hpp 346 cellSize(8,8), nbins(9), derivAperture(1), winSigma(-1),
357 nbins(_nbins), derivAperture(_derivAperture), winSigma(_winSigma),
425 CV_PROP int nbins; member in struct:cv::HOGDescriptor
  /external/opencv3/modules/cudaobjdetect/src/
hog.cpp 58 void set_up_constants(int nbins, int block_stride_x, int block_stride_y,
61 void compute_hists(int nbins, int block_stride_x, int blovck_stride_y,
65 void normalize_hists(int nbins, int block_stride_x, int block_stride_y,
84 void compute_gradients_8UC1(int nbins, int height, int width, const cv::cuda::PtrStepSzb& img,
86 void compute_gradients_8UC4(int nbins, int height, int width, const cv::cuda::PtrStepSzb& img,
105 int nbins);
185 int nbins) :
190 nbins_(nbins),
539 int nbins)
541 return makePtr<HOG_Impl>(win_size, block_size, block_stride, cell_size, nbins);
    [all...]
  /external/opencv3/modules/java/src/
objdetect.cpp     [all...]

Completed in 3455 milliseconds