OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nbins
(Results
26 - 37
of
37
) sorted by null
1
2
/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/jemalloc/doc/
jemalloc.xml.in
395
unsigned
nbins
, i;
399
len = sizeof(
nbins
);
400
mallctl("arenas.
nbins
", &
nbins
, &len, NULL, 0);
404
for (i = 0; i <
nbins
; i++) {
[
all
...]
/external/opencv3/modules/java/src/
objdetect.cpp
[
all
...]