Home
last modified time | relevance | path

Searched refs:textureThreshold (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/java/src/
Dcalib3d+StereoBM.java124 public void setTextureThreshold(int textureThreshold) in setTextureThreshold() argument
127 setTextureThreshold_0(nativeObj, textureThreshold); in setTextureThreshold()
297 private static native void setTextureThreshold_0(long nativeObj, int textureThreshold); in setTextureThreshold_0() argument
Dcalib3d.cpp540 (JNIEnv* env, jclass , jlong self, jint textureThreshold) in Java_org_opencv_calib3d_StereoBM_setTextureThreshold_10() argument
546 (*me)->setTextureThreshold( (int)textureThreshold ); in Java_org_opencv_calib3d_StereoBM_setTextureThreshold_10()
/external/opencv3/modules/calib3d/src/
Dcompat_stereo.cpp58 state->textureThreshold = 10; in cvCreateStereoBMState()
102 sm->setTextureThreshold(state->textureThreshold); in cvFindStereoCorrespondenceBM()
Dstereobm.cpp66 textureThreshold = 10; in StereoBMParams()
80 int textureThreshold; member
334 int textureThreshold = state.textureThreshold; in findStereoCorrespondenceBM_SSE2() local
504 if( tsum < textureThreshold ) in findStereoCorrespondenceBM_SSE2()
584 int textureThreshold = state.textureThreshold; in findStereoCorrespondenceBM() local
819 if( tsum < textureThreshold ) in findStereoCorrespondenceBM()
939 idx = k.set(idx, state->textureThreshold); in ocl_stereobm()
1069 if( params.textureThreshold < 0 ) in compute()
1077 if(ocl::useOpenCL() && disparr.isUMat() && params.textureThreshold == 0) in compute()
1201 int getTextureThreshold() const { return params.textureThreshold; } in getTextureThreshold()
[all …]
/external/opencv3/modules/cudastereo/src/
Dstereobm.cpp102 …void setTextureThreshold(int textureThreshold) { avergeTexThreshold_ = static_cast<float>(textureT… in setTextureThreshold() argument
/external/opencv/cv/src/
Dcvstereobm.cpp73 state->textureThreshold = 10; in cvCreateStereoBMState()
191 int textureThreshold = state->textureThreshold; in icvFindStereoCorrespondenceBM_SSE2() local
344 if( tsum < textureThreshold ) in icvFindStereoCorrespondenceBM_SSE2()
399 int textureThreshold = state->textureThreshold; in icvFindStereoCorrespondenceBM() local
515 if( tsum < textureThreshold ) in icvFindStereoCorrespondenceBM()
592 if( state->textureThreshold < 0 ) in cvFindStereoCorrespondenceBM()
/external/opencv3/modules/calib3d/include/opencv2/calib3d/
Dcalib3d_c.h333 int textureThreshold; // the disparity is only computed for pixels member
/external/opencv3/modules/calib3d/include/opencv2/
Dcalib3d.hpp1504 CV_WRAP virtual void setTextureThreshold(int textureThreshold) = 0;
/external/opencv/cv/include/
Dcv.h1403 int textureThreshold; // the disparity is only computed for pixels in LOAD_CHDL() member