auxiliary
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Macros
auxiliary.hpp
Go to the documentation of this file.
1 
39 #pragma once
40 
41 #include "arma_ext.hpp"
42 #include "circular_buffer.hpp"
43 #include "imgproc_aux.hpp"
44 #include "image_fetcher.hpp"
45 #include "integral.hpp"
46 #include "pyramid.hpp"
Defines the image class and several utility functions.
An image fetcher class implementation.
Implementation of integral image.
Functions for gaussian image pyramid.
A minimal implementation of circular buffer class.