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

  /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/
opencv-android.jar 

Completed in 829 milliseconds