
Go to the source code of this file.
Functions | |
| float * | retinex_pde (float *data, size_t nx, size_t ny, float t) |
| retinex PDE implementation | |
| float* retinex_pde | ( | float * | data, | |
| size_t | nx, | |||
| size_t | ny, | |||
| float | t | |||
| ) |
retinex PDE implementation
This function solves the Retinex PDE equation with forward and backward DCT.
The input array is processed as follow:
; | data | input/output array | |
| nx,ny | dimension | |
| t | retinex threshold |
Definition at line 268 of file retinex_pde_lib.c.


1.7.1