I'm trying to run the program which is compiled from the code here.
http://www.learnopencv.com/delaunay-triangulation-and-voronoi-diagram-using-opencv-c-python/
I'm using Visual studio 2015 and openCV 3.2. I encounter run error whose message is "OpenCV Error: One of arguments' values is out of range () in cv::Subdiv2D::locate, ..."
Can anyone help solve this problem?