#include "opencv2/highgui/highgui.hpp"#include "opencv2/imgproc/imgproc.hpp"#include <iostream>
Go to the source code of this file.
Functions | |
| void | help () |
| float | lineLength2D (int x1, int y1, int x2, int y2) |
| int | main (int argc, char **argv) |
Definition at line 9 of file handle_detector2D.cpp.
| float lineLength2D | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
Definition at line 16 of file handle_detector2D.cpp.
Definition at line 22 of file handle_detector2D.cpp.