Home
last modified time | relevance | path

Searched defs:clipLine (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Ddrawing.cpp80 bool clipLine( Size img_size, Point& pt1, Point& pt2 ) in clipLine() function
139 bool clipLine( Rect img_rect, Point& pt1, Point& pt2 ) in clipLine() function
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java2801 public static boolean clipLine(Rect imgRect, Point pt1, Point pt2) in clipLine() method in Imgproc