Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of loop and large speed up in octave | Eugeniy Mikhailov | 2012-09-14 | 1 | -13/+12 |
| | | | | | | | | | Moved away from "for" loops, by using matrix notation. Code is faster now and more importantly faster at least in octave which is bad with loops. I used to have in octave 17 seconds execution time now it is only 0.3 seconds. Matlab was reasonably fast even before. | ||||
* | small speed up and improved readability | Eugeniy Mikhailov | 2012-09-14 | 1 | -1/+2 |
| | |||||
* | simplify logic of the program with only on if | Eugeniy Mikhailov | 2012-09-14 | 1 | -9/+6 |
| | |||||
* | better and meaningful names for variables | Eugeniy Mikhailov | 2012-09-14 | 1 | -7/+6 |
| | |||||
* | Use received image size instead of hard coded | Eugeniy Mikhailov | 2012-09-14 | 1 | -3/+4 |
| | |||||
* | use abs in comparison and returned image | Eugeniy Mikhailov | 2012-09-14 | 1 | -2/+2 |
| | | | | | | | | | When we look for maxima in Fourier space we need to use abs, transform might have stron imaginary component and weak real one. Inverse Fourier transform might have imaginary component since our filter somewhat unphysical so we need to take abs of such image, and then return it. | ||||
* | added proper comments and algorithm description for stripeeraser | Eugeniy Mikhailov | 2012-09-14 | 1 | -6/+19 |
| | |||||
* | typo fix in stripeeraser comments | Eugeniy Mikhailov | 2012-09-14 | 1 | -2/+2 |
| | |||||
* | initial commit | Mi Zhang | 2012-09-11 | 1 | -0/+15 |