defocus-modules/lib/thin_lense.c

6 lines
166 B
C
Raw Normal View History

2023-04-19 13:13:08 +02:00
#include <defocus/models.h>
void df_thin_lense(
const df_image *in_image, float focal_length, float aperture, float orig_z, float new_z, df_image *out_image)
{
}