-
Updated
Dec 7, 2020 - Python
microscopy
Here are 293 public repositories matching this topic...
-
Updated
Jun 30, 2021 - C++
Following up on @Stoyan-I-A 's instructions for running ADS with FSLeyes on a Windows computer (see here), I'm wondering if it may be worth it to create and share a Linux OS image with ADS & FSLeyes already installed. This could lower the hurdle for users to install this (they would more or less simply need to dow
Moving to using dask means that confusingly, if you have a text file of paths, the registration will work, but the cell detection wont.
-
Updated
Aug 24, 2020 - Python
In determining the correct reader for the file provided we currently have two options (as of #224).
- Providing
readerparam toAICSImage(i.e.img = AICSImage("s3://some-file.ext", reader=readers.lif_reader.LifReader) - Not providing a reader, and AICSImage looping over all
SUPPORTED_READERS.
Option 1 is the fastest + safest method for loading a file into AICSImage (without using
-
Updated
Jul 22, 2021 - Jupyter Notebook
-
Updated
Jul 21, 2021 - Python
-
Updated
Jul 7, 2021 - Python
-
Updated
Jul 22, 2021 - Jupyter Notebook
-
Updated
Jun 22, 2021 - C++
- The edit-histogram button should ideally be placed so that it's connection to the histogram is clearer (e.g., top right within the histogram maybe?). For example, the button does not make much sense when the layer is collapsed, which is an indicator of suboptimal placement.
- The max-box does not end on the same X as the other elements. This should not happen when the antd rows are properly
-
Updated
Apr 13, 2021 - Jupyter Notebook
-
Updated
Apr 4, 2019 - Java
The registered atlas file is always saved in the same orientation. I understand this can be useful for some applications but in the most common case where you want to analyse your data by overlaying the atlas onto the data it is quite cumbersome because one has to track the input orientation throughout the analysis pipeline.
Is there a possibility to save the registered atlas in the same orient
-
Updated
Jul 25, 2018 - Jupyter Notebook
-
Updated
Jul 11, 2021 - C++
-
Updated
Apr 23, 2021 - Python
The semantic segmentation models need to be extended to work with 3D data. This should be very straightforward - just introduce an option to select between 1D, 2D, and 3D cases to ConvBlock, [UpsampleBlock](https://g
-
Updated
Mar 9, 2019 - Java
-
Updated
Jun 23, 2021 - Python
-
Updated
Dec 29, 2019 - Shell
-
Updated
Jun 5, 2021 - Python
-
Updated
Dec 9, 2020 - Python
-
Updated
Apr 14, 2021 - Julia
-
Updated
Sep 29, 2020 - Python
-
Updated
Jul 4, 2021 - Python
Improve this page
Add a description, image, and links to the microscopy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microscopy topic, visit your repo's landing page and select "manage topics."
Per SVK's suggestion, it is worth exploring if one can use an autoencoder (regular or variational) instead of PCA for the sliding-window-based image denoising originally written by @ramav87 .
@saimani5 @markpoxley will you be interested in exploring it?