Searched refs:thresh3 (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/ip/ |
D | ipntable.c | 124 __u32 thresh3; in ipntable_modify() local 129 if (get_u32(&thresh3, *argv, 0)) in ipntable_modify() 132 addattr32(&req.n, sizeof(req), NDTA_THRESH3, thresh3); in ipntable_modify() 429 __u32 thresh3 = rta_getattr_u32(tb[NDTA_THRESH3]); in print_ntable() local 430 fprintf(fp, "thresh3 %u ", thresh3); in print_ntable()
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/ |
D | py_thresholding.markdown | 42 ret,thresh3 = cv2.threshold(img,127,255,cv2.THRESH_TRUNC) 47 images = [img, thresh1, thresh2, thresh3, thresh4, thresh5]
|