Searched defs:sourceWeight (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereogc.cpp612 static inline int icvAddTWeights( GCVtx* vtx, int sourceWeight, int sinkWeight ) argument
616 sourceWeight += w;
619 vtx->weight = (short)(sourceWeight - sinkWeight);
620 return MIN(sourceWeight, sinkWeight);

Completed in 142 milliseconds