![]() |
University of Murcia, Spain ![]() |
examples/OpenCV/delaunay/delaunay.cpp File ReferenceCalibrates intrinsic and extrinsic parameters for camera. More...
Go to the source code of this file. Detailed DescriptionCalibrates intrinsic and extrinsic parameters for camera.This application detects a set of feature points on each frame of the input video sequence, and shows the corresponding Delaunay triangulation on an image canvas. An example plot of that triangulation can be seen in the following image:
![]() This application uses OpenCV functionallity to obtain the triangulation. Usage of the program.Once compiled, the program should be used with this command line:./delaunay --URL=<path or url to video>
Definition in file delaunay.cpp. |