OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bin_counts
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cvaux/src/
cvfindhandregion.cpp
68
int *
bin_counts
= 0; // pointer to the point's counter in the bickets
local
114
bin_counts
= (int *) cvAlloc( nbins * sizeof( int ));
116
if(
bin_counts
== NULL )
121
memset(
bin_counts
, 0, nbins * sizeof( int ));
177
bin_counts
[l]++;
195
if(
bin_counts
[l] > low_count )
210
if(
bin_counts
[l] > low_count )
241
if(
bin_counts
!= NULL )
242
cvFree( &
bin_counts
);
288
int *
bin_counts
= 0; // pointer to the point's counter in the bicket
local
[
all
...]
Completed in 7227 milliseconds