Kevin Trogant
ffbe68606b
First (sort-of) working version of a pinhole camera model. Improvement idea: - Stretch result image to the whole size
12 lines
165 B
C
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
|