-
Grzegorz Bokota authored
* test napari embed * fixes with image viewer working remove delay with change zoom change sliders on scrollbars remove ctrl need for zoom with wheel * draft of napari based viewer * setting image in napari viewer. Control of colormap and channel visiblity * get information about brightness under cursor * Grid view, test 3d view * use napari style for partseg windows * add segmentation show * fix test environment, bump dependecies * change stack_gui_main to main_window, fix warniong for reload list assert thar register function in plugin is callable * remove pytest-xdist from azure pipelines configuration disable window test on Windows * fixes build after add napari * add vispy qt backend to pyinstaller * uninstall Pyside before wheel test * add dependecies resources to pyinstaller analysisdata * fix wheel test on windows * support hidding components * print info about current component * control of segmentation presentation * bump requirements after rebase * update information about image scaling on change * chnage normalized_scaling to function * add tooltip to show selection of components * add click event for mask * fix imports after rebase * switch to use SegmentationInfo (after rebase) * add marking component after mouse over checkbox (mask segmentation) * replace viewer in segmentation * add mask visibility control * fix uint8 problem in segmentation * use minimal dtype for storage segmentation * initial synchronization of viewer * make label in creator visible * fixes after rebase * fix synchronization * Clean part 1 * dataclasses only for python 3.6 * fix label create * uninstall PyQt5 in test environment * disable fail fast * test fixes * add support for manual limits * add filter presentation * fix event bind * add gamma support * block main widows test for pyside2 * bump requirements * bugfix * add framework to store multiply additional layers form algorithm * fix notebook * add showing additional result * fix measurements * remove full_segmentation parameter from measurement * disable problematic test * remove old ImageView * block problematic test on linux * add napari viewer opening * add napari read plugin * add plugins in frezed app * clean old napari fixes * enable executable test for linux * remove obsolete notebook * fix warnings from codacy * fix travis minimal build
Grzegorz Bokota authored* test napari embed * fixes with image viewer working remove delay with change zoom change sliders on scrollbars remove ctrl need for zoom with wheel * draft of napari based viewer * setting image in napari viewer. Control of colormap and channel visiblity * get information about brightness under cursor * Grid view, test 3d view * use napari style for partseg windows * add segmentation show * fix test environment, bump dependecies * change stack_gui_main to main_window, fix warniong for reload list assert thar register function in plugin is callable * remove pytest-xdist from azure pipelines configuration disable window test on Windows * fixes build after add napari * add vispy qt backend to pyinstaller * uninstall Pyside before wheel test * add dependecies resources to pyinstaller analysisdata * fix wheel test on windows * support hidding components * print info about current component * control of segmentation presentation * bump requirements after rebase * update information about image scaling on change * chnage normalized_scaling to function * add tooltip to show selection of components * add click event for mask * fix imports after rebase * switch to use SegmentationInfo (after rebase) * add marking component after mouse over checkbox (mask segmentation) * replace viewer in segmentation * add mask visibility control * fix uint8 problem in segmentation * use minimal dtype for storage segmentation * initial synchronization of viewer * make label in creator visible * fixes after rebase * fix synchronization * Clean part 1 * dataclasses only for python 3.6 * fix label create * uninstall PyQt5 in test environment * disable fail fast * test fixes * add support for manual limits * add filter presentation * fix event bind * add gamma support * block main widows test for pyside2 * bump requirements * bugfix * add framework to store multiply additional layers form algorithm * fix notebook * add showing additional result * fix measurements * remove full_segmentation parameter from measurement * disable problematic test * remove old ImageView * block problematic test on linux * add napari viewer opening * add napari read plugin * add plugins in frezed app * clean old napari fixes * enable executable test for linux * remove obsolete notebook * fix warnings from codacy * fix travis minimal build
Loading