HomeSort by relevance Sort by last modified time
    Searched full:vertex_weights (Results 1 - 3 of 3) sorted by null

  /external/opencv/cvaux/src/
cvclique.cpp 137 finder->vertex_weights = (float*)malloc( sizeof(float)*(graph->total+1));
148 finder->vertex_weights[i] = ver->weight;
252 free(finder->vertex_weights);
380 candweight += finder->vertex_weights[old[i]];
396 finder->cur_weight[k] = finder->cur_weight[k-1] + finder->vertex_weights[sel];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 468 STDMETHOD(GetVertexWeights)(THIS_ FLOAT* vertex_weights) PURE;
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 332 float* vertex_weights; member in struct:CvCliqueFinder
    [all...]

Completed in 301 milliseconds