Total Variation Deconvolution using Split Bregman
kernels.h
Go to the documentation of this file.
1 
16 #ifndef _KERNELS_H_
17 #define _KERNELS_H_
18 
19 #include "cliio.h"
20 
21 int ReadKernel(image *Kernel, const char *String);
22 
23 #endif /* _KERNELS_H_ */