Skip to content

Instantly share code, notes, and snippets.

@mdindoffer
Created February 21, 2016 12:06
Show Gist options
  • Save mdindoffer/57c891faee7e4e1a3ebd to your computer and use it in GitHub Desktop.
Save mdindoffer/57c891faee7e4e1a3ebd to your computer and use it in GitHub Desktop.
public final class LineIterator {
public static LinkedList<Point> getLinePoints(Mat img,Point pt1,Point pt2,int connectivity,bool leftToRight);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment