Lines Matching full:weight
123 float* weight; /*array of mixture weights. Summ of all weights in state is 1. */
280 float weight;
353 // Purpose: finds weight of subgraph in a graph
358 // weight_type - describes the way we measure weight.
360 // CV_NOT_WEIGHTED - weight of a clique is simply its size
361 // CV_WEIGHTED_VTX - weight of a clique is the sum of weights of its vertices
378 // weight of subgraph.
390 // Purpose: tries to find clique with maximum possible weight in a graph
397 // weight_type - describes our notion about weight.
399 // CV_NOT_WEIGHTED - weight
400 // CV_WEIGHTED_VTX - weight of a clique is the sum of weights of its vertices
419 // clique_weight_ptr - optional output parameter. Weight of found clique stored here.
1351 double weight;