Menu

Tree [58da10] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2016-07-14 eddyem eddyem [8509a9] test commit
 LICENSE 2016-07-14 Edward Emelianov Edward Emelianov [673b42] Initial commit
 Makefile 2016-07-14 eddyem eddyem [abee07] copy
 Readme.md 2016-07-14 eddyem eddyem [abee07] copy
 benchmark.c 2016-09-20 eddyem eddyem [58da10] Add wavefront decomposition
 benchmark.h 2016-09-20 eddyem eddyem [58da10] Add wavefront decomposition
 cmdlnopts.c 2016-09-20 eddyem eddyem [58da10] Add wavefront decomposition
 cmdlnopts.h 2016-09-20 eddyem eddyem [58da10] Add wavefront decomposition
 main.c 2016-09-20 eddyem eddyem [58da10] Add wavefront decomposition
 main.h 2016-07-14 eddyem eddyem [abee07] copy
 parseargs.c 2016-07-14 eddyem eddyem [abee07] copy
 parseargs.h 2016-07-14 eddyem eddyem [abee07] copy
 saveimg.c 2016-07-14 eddyem eddyem [abee07] copy
 saveimg.h 2016-07-14 eddyem eddyem [abee07] copy
 simple_list.c 2016-07-14 eddyem eddyem [abee07] copy
 simple_list.h 2016-07-14 eddyem eddyem [abee07] copy
 spots.c 2016-09-20 eddyem eddyem [58da10] Add wavefront decomposition
 spots.h 2016-09-20 eddyem eddyem [58da10] Add wavefront decomposition
 usefull_macros.c 2016-07-14 eddyem eddyem [abee07] copy
 usefull_macros.h 2016-07-14 eddyem eddyem [abee07] copy
 zern_private.h 2016-07-14 eddyem eddyem [abee07] copy
 zernike.c 2016-07-14 eddyem eddyem [abee07] copy
 zernike.h 2016-09-20 eddyem eddyem [58da10] Add wavefront decomposition
 zernikeR.c 2016-09-20 eddyem eddyem [58da10] Add wavefront decomposition
 zernikeR.h 2016-07-14 eddyem eddyem [abee07] copy
 zernike_annular.c 2016-07-14 eddyem eddyem [abee07] copy
 zernike_annular.h 2016-07-14 eddyem eddyem [abee07] copy

Read Me

Wavefront decomposition by Zernike polynomials

Coordinate system - Cartesian (X from left to right, Y from bottom to top)
On images coordinate system the same, so first byte of image is its left bottom corner!

make:
DEF=DWF_EPSILON=eps - set minimal value of vawefront that would mean zero to eps (default: 1e-12)

MongoDB Logo MongoDB