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

/external/opencv/cv/src/
H A Dcvstereobm.cpp73 state->textureThreshold = 10;
191 int textureThreshold = state->textureThreshold; local
344 if( tsum < textureThreshold )
399 int textureThreshold = state->textureThreshold; local
515 if( tsum < textureThreshold )
592 if( state->textureThreshold < 0 )
/external/opencv/cv/include/
H A Dcv.h1403 int textureThreshold; // the disparity is only computed for pixels member in struct:CvStereoBMState

Completed in 65 milliseconds