HomeSort by relevance Sort by last modified time
    Searched defs:uniquenessRatio (Results 1 - 7 of 7) sorted by null

  /external/opencv3/samples/python2/
stereo_match.py 48 uniquenessRatio = 10,
  /external/opencv3/modules/calib3d/src/
stereosgbm.cpp 75 uniquenessRatio = 0;
93 uniquenessRatio = _uniquenessRatio;
103 int uniquenessRatio;
339 int uniquenessRatio = params.uniquenessRatio >= 0 ? params.uniquenessRatio : 10;
    [all...]
stereobm.cpp 67 uniquenessRatio = 15;
81 int uniquenessRatio;
335 int uniquenessRatio = state.uniquenessRatio;
520 if( uniquenessRatio > 0 )
522 int thresh = minsad + (minsad * uniquenessRatio/100);
585 int uniquenessRatio = state.uniquenessRatio;
825 if( uniquenessRatio > 0 )
    [all...]
  /external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h 335 int uniquenessRatio; // accept the computed disparity d* only if
336 // SAD(d) >= SAD(d*)*(1 + uniquenessRatio/100.)
  /external/opencv/cv/src/
cvstereobm.cpp 74 state->uniquenessRatio = 15;
192 int uniquenessRatio = state->uniquenessRatio;
350 if( uniquenessRatio > 0 )
352 int thresh = minsad + (minsad * uniquenessRatio/100);
400 int uniquenessRatio = state->uniquenessRatio;
521 if( uniquenessRatio > 0 )
523 int thresh = minsad + (minsad * uniquenessRatio/100);
594 if( state->uniquenessRatio < 0
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1061 milliseconds