- 25 Mar, 2020 1 commit
-
-
Robert authored
-fixed: incorrect line heights in z-levels selector component in optical scan, when in-/decreasing z-levels to many/low amounts
-
- 18 Mar, 2020 1 commit
-
-
Robert authored
-fixed: when zooming in and clicking somewhere in MainWindow DetectionView sometimes does not show the correct image segment
-
- 17 Mar, 2020 1 commit
-
-
Robert authored
-fixed: in OpticalScan mode the scenePyramid was called twice to update the scene after each successful scan of one stack of (scan)tiles * this may have lead to buffer overflows and null pointer exceptions (in qt5 and cv2) on Win10
-
- 13 Feb, 2020 1 commit
-
-
Robert authored
-
- 12 Feb, 2020 1 commit
-
-
Robert authored
-some additional logging -fixed some index confusions (cell/pixel indexing in cv2 vs numpy) in ScenePyramid
-
- 16 Dec, 2019 3 commits
-
-
Josef Brandt authored
-
Josef Brandt authored
-
Josef Brandt authored
-
- 09 Dec, 2019 2 commits
-
-
Josef Brandt authored
-
Josef Brandt authored
-
- 06 Dec, 2019 1 commit
-
-
JosefBrandt authored
-
- 04 Dec, 2019 1 commit
-
-
JosefBrandt authored
-
- 02 Dec, 2019 6 commits
-
-
Josef Brandt authored
-
Josef Brandt authored
-
Josef Brandt authored
-
Josef Brandt authored
-
JosefBrandt authored
This messes up the progress bar.... Also: more complete blockUI and unblockUI
-
JosefBrandt authored
A new parameter allows setting a maximum size of connected Components. Larger components are scaled down accordingly to avoid MemoryErrors. A progress bar is implemented for visualizing the detection progress. The progress bar is put in a dedicated class (in uielements.py) and it is now also used by opticalscan and ramanscanui.
-
- 27 Nov, 2019 3 commits
-
-
Josef Brandt authored
-
Josef Brandt authored
-
Josef Brandt authored
-
- 26 Nov, 2019 1 commit
-
-
Robert authored
-fixes tiles not being generated if full image is only slightly bigger than a multiple of tile size and scanned images not reaching into all tiles, so full image would not be fully covered by tiles
-
- 15 Nov, 2019 2 commits
-
-
Robert authored
-original loadAndPastImage() function inserted again, renamed to legacyLoadAndPasteImage(), bc. it is still used by some components -while scanning images will be saved in folder scanimages. these will now be deleted automatically -fixed error in ScenePyramid::addSrcTile() when scanned images are spanning more than two tiles in either direction
-
JosefBrandt authored
Further performance improvements Fixing error when cancelling detection (returning None only twice!)
-
- 14 Nov, 2019 4 commits
-
-
JosefBrandt authored
Further performance improvements Fixing error when cancelling detection (returning None only twice!)
-
Robert Ohmacht authored
-
Robert authored
-detectionview uses unscaled image
-
Robert authored
-
- 12 Nov, 2019 1 commit
-
-
JosefBrandt authored
The segmentation now takes considerably less memory and can run on larger images. (Optional) fuzzy clustering of seedpoints per component reduces over-segmentation.
-
- 08 Nov, 2019 2 commits
-
-
Josef Brandt authored
-
Josef Brandt authored
-
- 07 Nov, 2019 2 commits
-
-
Josef Brandt authored
-
Josef Brandt authored
-
- 06 Nov, 2019 2 commits
-
-
Josef Brandt authored
-
Elisa Kanaki authored
-
- 29 Oct, 2019 2 commits
-
-
Josef Brandt authored
-
Josef Brandt authored
-
- 25 Oct, 2019 2 commits
-
-
Josef Brandt authored
-
Josef Brandt authored
Linearspace, logspce or completely customized
-
- 22 Oct, 2019 1 commit
-
-
Josef Brandt authored
Plus: Fix in loading dataset
-