summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* loop: check if temporary is set before unrefTomas Farago2020-02-171-1/+4
|
* Do not release NULL pointersTomas Farago2020-02-147-13/+41
|
* gpb: add RTX8000 propertiesTomas Farago2020-02-141-0/+1
|
* Merge pull request #192 from ufo-kit/fix-static-enum-namesTomas Farago2020-02-1417-27/+27
|\ | | | | Fix static enum names
| * gbp: fix compute mode enumTomas Farago2020-02-141-3/+3
| |
| * Fix static enum namesTomas Farago2020-02-1417-24/+24
|/
* Merge pull request #184 from ufo-kit/find-large-spotsTomas Farago2020-02-057-0/+695
|\ | | | | Find large spots
| * find-large-spots: add spot-threshold-mode propertyTomas Farago2020-02-052-5/+46
| | | | | | | | | | | | which enables users to choose if pixels below or above the threshold should be selected, or if the absolute value of the pixel should be taken for comparison.
| * Add FindLargeSpotsTomas Farago2020-02-057-0/+654
| |
* | genreco: limit memory to 4 GBTomas Farago2020-02-051-1/+3
|/ | | | | because even if a card claims to be able to allocate more we get errors if that number is larger than 4 GB.
* Merge pull request #182 from ufo-kit/nlmTomas Farago2020-02-0515-70/+1169
|\ | | | | Nlm
| * nlm: use fast algorithm by defaultTomas Farago2020-02-051-1/+1
| |
| * NLM: Put common things to src/commonTomas Farago2020-02-057-90/+191
| |
| * NLM: Make sure local size is power of 2Tomas Farago2020-02-051-13/+25
| |
| * NLM: add testTomas Farago2020-02-053-1/+16
| |
| * NLM: clean up Gauss window creation and deletionTomas Farago2020-02-051-18/+5
| |
| * NLM: use fmax (0.0f, value) only at the endTomas Farago2020-02-051-5/+3
| |
| * NLM: Add estimate-sigmaTomas Farago2020-02-054-23/+202
| |
| * NLM: Add fast version of the algorithmTomas Farago2020-02-055-16/+668
| |
| * NLM: rename function dist to compute_distTomas Farago2020-02-051-11/+11
| | | | | | | | because of the name clash.
| * NLM: improve memory access patternTomas Farago2020-02-051-4/+4
| |
| * NLM: add gaussian windowTomas Farago2020-02-053-8/+109
| |
| * NLM: add smoothing control parameter *h*Tomas Farago2020-02-053-14/+39
| | | | | | | | | | Which is what *sigma* used to do, but in fact it should have been used to improve weights computation.
| * NLM: remove odd patch-radius constraintTomas Farago2020-02-051-10/+1
| | | | | | | | | | patch size is always 2 * patch-radius + 1, so no matter what the parameter is, the size is always odd.
| * NLM: Use sigma as in the literatureTomas Farago2020-02-051-1/+3
| | | | | | | | | | i.e. pass 1/sigma to the kernel because there it's used in a multiplicative way.
| * NLM: Fix copy-paste parameter description errorTomas Farago2020-02-051-2/+2
| |
| * NLM: relax parameter limitationsTomas Farago2020-02-051-2/+2
| |
| * NLM: search the same amount in both directionsTomas Farago2020-02-051-2/+2
| |
| * NLM: use texture memoryTomas Farago2020-02-053-33/+69
|/
* genreco: Enable non-integer x- and y-regionsTomas Farago2020-02-051-20/+11
|
* genreco: Re-type default region correctlyTomas Farago2020-02-051-1/+1
|
* Merge pull request #191 from ufo-kit/fix-phaseretrievalTomas Farago2020-02-031-6/+10
|\ | | | | Fix phaseretrieval
| * phase-retrieval: fix zero checksTomas Farago2020-01-291-6/+10
|/
* rescale: compute pixel offset correctlyTomas Farago2020-01-201-2/+2
| | | | now the result is not shifted with respect to original.
* Add gradient.cl to mesonTomas Farago2019-12-121-0/+1
|
* flatten: average two middle values on even depthTomas Farago2019-12-111-1/+6
|
* Merge pull request #187 from ufo-kit/enhance-forwardprojectTomas Farago2019-10-092-4/+25
|\ | | | | Add axis-pos parameter to forwardproject
| * Add axis-pos parameter to forwardprojectTomas Farago2019-10-092-4/+25
|/
* Fix file writing testTomas Farago2019-10-081-1/+1
|
* Merge pull request #186 from ufo-kit/fix-transpose-taskTomas Farago2019-10-082-0/+2
|\ | | | | Fix properties of transpose task
| * Fix properties of transpose taskMarcus Zuber2019-10-082-0/+2
|/
* Write multi-page tif files by defaultTomas Farago2019-09-262-5/+5
| | | | in BigTiff format.
* Ignore swp filesTomas Farago2019-08-091-0/+1
|
* Merge pull request #183 from ldorofeeva/masterTomas Farago2019-08-083-3/+26
|\ | | | | Enhancement: add flat-field multiplier to ffc filter
| * Add new ffc parameter to docselisa2019-08-051-0/+3
| |
| * Enhancement: add flat-field multiplierelisa2019-07-242-3/+23
| |
* | Fix rm-outliers boundary conditionTomas Farago2019-08-081-1/+1
| |
* | Merge pull request #181 from ufo-kit/add-horizontal-interpolatorTomas Farago2019-08-016-0/+294
|\ \ | |/ |/| Add HorizontalInterpolate task
| * Add HorizontalInterpolate taskTomas Farago2019-08-016-0/+294
|/ | | | which linearly interpolates rows of an image based on a specified mask.
* Merge pull request #179 from ufo-kit/filter-stripes-sigmaTomas Farago2019-06-253-4/+86
|\ | | | | Filter stripes sigma