#include <functional>
#include <algorithm>
#include <deque>
#include <stddef.h>
#include <cassert>
Go to the source code of this file.
Classes | |
class | face_contour_detector::LimitedPriorityQueueSet< T, Compare > |
A priority set, which only holds a limited number of entries and sorts itself based on the Compare template argument. It is also a set, which means every entry exists only once. More... | |
Namespaces | |
namespace | face_contour_detector |