
#include "Image/Image.H"#include "Image/ImageSet.H"#include "Image/Pixels.H"#include "Image/PyramidOps.H"#include "Raster/Raster.H"#include <algorithm>#include <cmath>#include <cstdio>#include <typeinfo>
Go to the source code of this file.
Defines | |
| #define | PYR_DEPTH 10 |
| depth of the pyramid used to obtain the eccentricity-dependent resolution | |
| #define | BLIND_X 0.15f |
| blind spot center, as a factor of image width and height, from center | |
| #define | BLIND_Y 0.00f |
| #define | BLIND_2S2 600.0f |
| blind spot 2*sigma^2, in pixels | |
| #define | FOVEA_2S2 150.0f |
| fovea 2*sigma^2, in pixels: | |
| #define | SHOWTYPEOF(x) showtypeof(x, #x) |
Functions | |
| template<class T > | |
| void | showtypeof (T t, const char *expr) |
| int | main (int argc, char **argv) |
Apply a retinalike transformation to an image
Definition in file retinafilt.C.
| #define BLIND_2S2 600.0f |
blind spot 2*sigma^2, in pixels
Definition at line 57 of file retinafilt.C.
| #define BLIND_X 0.15f |
blind spot center, as a factor of image width and height, from center
Definition at line 53 of file retinafilt.C.
| #define FOVEA_2S2 150.0f |
fovea 2*sigma^2, in pixels:
Definition at line 60 of file retinafilt.C.
| #define PYR_DEPTH 10 |
depth of the pyramid used to obtain the eccentricity-dependent resolution
Definition at line 50 of file retinafilt.C.
1.6.3