OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:texturethreshold
(Results
1 - 9
of
9
) sorted by null
/external/opencv3/modules/java/src/
calib3d+StereoBM.java
120
// C++: void setTextureThreshold(int
textureThreshold
)
123
//javadoc: StereoBM::setTextureThreshold(
textureThreshold
)
124
public void setTextureThreshold(int
textureThreshold
)
127
setTextureThreshold_0(nativeObj,
textureThreshold
);
296
// C++: void setTextureThreshold(int
textureThreshold
)
297
private static native void setTextureThreshold_0(long nativeObj, int
textureThreshold
);
calib3d.cpp
534
// void setTextureThreshold(int
textureThreshold
)
540
(JNIEnv* env, jclass , jlong self, jint
textureThreshold
)
546
(*me)->setTextureThreshold( (int)
textureThreshold
);
[
all
...]
/external/opencv/cv/src/
cvstereobm.cpp
73
state->
textureThreshold
= 10;
191
int
textureThreshold
= state->
textureThreshold
;
344
if( tsum <
textureThreshold
)
399
int
textureThreshold
= state->
textureThreshold
;
515
if( tsum <
textureThreshold
)
592
if( state->
textureThreshold
< 0 )
/external/opencv3/modules/calib3d/src/
compat_stereo.cpp
58
state->
textureThreshold
= 10;
102
sm->setTextureThreshold(state->
textureThreshold
);
stereobm.cpp
66
textureThreshold
= 10;
80
int
textureThreshold
;
334
int
textureThreshold
= state.
textureThreshold
;
504
if( tsum <
textureThreshold
)
584
int
textureThreshold
= state.
textureThreshold
;
819
if( tsum <
textureThreshold
)
[
all
...]
/external/opencv3/modules/cudastereo/src/
stereobm.cpp
102
void setTextureThreshold(int
textureThreshold
) { avergeTexThreshold_ = static_cast<float>(
textureThreshold
); }
/external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h
333
int
textureThreshold
; // the disparity is only computed for pixels
/external/opencv/cv/include/
cv.h
[
all
...]
/external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp
[
all
...]
Completed in 159 milliseconds