Searched refs:textureThreshold (Results 1 – 9 of 9) sorted by relevance
124 public void setTextureThreshold(int textureThreshold) in setTextureThreshold() argument127 setTextureThreshold_0(nativeObj, textureThreshold); in setTextureThreshold()297 private static native void setTextureThreshold_0(long nativeObj, int textureThreshold); in setTextureThreshold_0() argument
540 (JNIEnv* env, jclass , jlong self, jint textureThreshold) in Java_org_opencv_calib3d_StereoBM_setTextureThreshold_10() argument546 (*me)->setTextureThreshold( (int)textureThreshold ); in Java_org_opencv_calib3d_StereoBM_setTextureThreshold_10()
58 state->textureThreshold = 10; in cvCreateStereoBMState()102 sm->setTextureThreshold(state->textureThreshold); in cvFindStereoCorrespondenceBM()
66 textureThreshold = 10; in StereoBMParams()80 int textureThreshold; member334 int textureThreshold = state.textureThreshold; in findStereoCorrespondenceBM_SSE2() local504 if( tsum < textureThreshold ) in findStereoCorrespondenceBM_SSE2()584 int textureThreshold = state.textureThreshold; in findStereoCorrespondenceBM() local819 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 …]
102 …void setTextureThreshold(int textureThreshold) { avergeTexThreshold_ = static_cast<float>(textureT… in setTextureThreshold() argument
73 state->textureThreshold = 10; in cvCreateStereoBMState()191 int textureThreshold = state->textureThreshold; in icvFindStereoCorrespondenceBM_SSE2() local344 if( tsum < textureThreshold ) in icvFindStereoCorrespondenceBM_SSE2()399 int textureThreshold = state->textureThreshold; in icvFindStereoCorrespondenceBM() local515 if( tsum < textureThreshold ) in icvFindStereoCorrespondenceBM()592 if( state->textureThreshold < 0 ) in cvFindStereoCorrespondenceBM()
333 int textureThreshold; // the disparity is only computed for pixels member
1504 CV_WRAP virtual void setTextureThreshold(int textureThreshold) = 0;
1403 int textureThreshold; // the disparity is only computed for pixels in LOAD_CHDL() member