Go to the source code of this file.
Namespaces | |
| namespace | face_contour_detector::learing::k_nearest_neighbour |
Implementation of the k-nearest-neighbour algorithm. | |
Functions | |
| def | face_contour_detector::learing::k_nearest_neighbour.euclidean_distance |
| Calculate the euclidean distance of two n-dimensional points. | |
| def | face_contour_detector::learing::k_nearest_neighbour.k_nearest_neighbours |
| Find for point it's k nearest neighours in the iterable object points | |