OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cand_weight
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvclique.cpp
139
finder->
cand_weight
= (float*)malloc( sizeof(float)*(graph->total+1));
142
finder->
cand_weight
[0] = 0;
149
finder->
cand_weight
[0] += ver->weight;
160
//finder->
cand_weight
= (float*)malloc( sizeof(float)*(graph->total+1));
163
//finder->
cand_weight
[0] = 0;
254
free(finder->
cand_weight
);
295
finder->cur_weight[k] + finder->
cand_weight
[k] < finder->best_weight )
397
finder->
cand_weight
[k] = candweight;
/external/opencv/cvaux/include/
cvaux.h
334
float*
cand_weight
;
member in struct:CvCliqueFinder
[
all
...]
Completed in 54 milliseconds