locate 901 modules/imgproc/include/opencv2/imgproc.hpp CV_WRAP int locate(Point2f pt, CV_OUT int& edge, CV_OUT int& vertex); locate 413 modules/imgproc/src/subdivision2d.cpp int location = locate( pt, curr_edge, curr_point ); locate 651 modules/imgproc/src/subdivision2d.cpp int loc = locate( pt, edge, vertex ); locate 58 samples/cpp/delaunay2.cpp subdiv.locate(fp, e0, vertex);