How to get points from webcam for mesh (delaunay/voronoi)
in
Contributed Library Questions
•
16 days ago
I've been reading about triangulation, and I'm learning to use the triangulation library from Processing Wiki, and Mesh library from Lee Byron.
I know how to add points, but I don't know which points select from the webcam.
I've tried taking pixels which differs from a certain value of brightness but it isn't very effective, because I was comparing a pixel with its neghtboor.
any suggestion is welcome
1