defocus-modules/include/defocus/defocus.h
Kevin Trogant ffbe68606b Initial commit
First (sort-of) working version of a pinhole camera model.

Improvement idea:
- Stretch result image to the whole size
2023-04-06 18:54:30 +02:00

12 lines
165 B
C

#ifndef DEFOCUS_DEFOCUS_H
#define DEFOCUS_DEFOCUS_H
/** @file defocus.h
* @brief meta header
*/
#include "base.h"
#include "image.h"
#include "pinhole.h"
#endif