Searched refs:threshold_value (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
D | Threshold.cpp | 17 int threshold_value = 0; variable 52 window_name, &threshold_value, in main() 82 threshold( src_gray, dst, threshold_value, max_BINARY_value,threshold_type ); in Threshold_Demo()
|
/external/opencv3/doc/tutorials/imgproc/threshold/ |
D | threshold.markdown | 129 window_name, &threshold_value, 149 threshold( src_gray, dst, threshold_value, max_BINARY_value,threshold_type ); 158 … - *threshold_value*: The \f$thresh\f$ value with respect to which the thresholding operation
|