Searched refs:OCCLUDED (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereogc.cpp49 #undef OCCLUDED macro
50 #define OCCLUDED CV_STEREO_GC_OCCLUDED macro
438 return da == db ? 0 : (da == OCCLUDED || db == OCCLUDED ? maxR : stabR[da - db])*scale;
552 if( d == OCCLUDED )
576 if( d == OCCLUDED )
720 v->weight = disp[x] == (short)(OCCLUDED ? -OCCLUSION_PENALTY2 : 0);
732 if( d != alpha && d != OCCLUDED && (unsigned)x1 < (unsigned)cols )
797 if( d != OCCLUDED && IS_BLOCKED(alpha, -d))
896 cvSet( state->dispLeft, cvScalarAll(OCCLUDED));
[all...]

Completed in 37 milliseconds