HomeSort by relevance Sort by last modified time
    Searched refs:cur_vis (Results 1 - 2 of 2) sorted by null

  /external/opencv3/samples/python2/
find_obj.py 112 cur_vis = vis
114 cur_vis = vis0.copy()
122 cv2.line(cur_vis, (x1, y1), (x2, y2), col)
126 cur_vis = cv2.drawKeypoints(cur_vis, kp1s, flags=4, color=kp_color)
127 cur_vis[:,w1:] = cv2.drawKeypoints(cur_vis[:,w1:], kp2s, flags=4, color=kp_color)
129 cv2.imshow(win, cur_vis)
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 63 Visibility cur_vis = visibility(); local
65 if (cur_vis == 0)
67 else if (cur_vis > from_vis)

Completed in 1909 milliseconds