-
Updated
Feb 21, 2022 - Python
microscopy
Here are 350 public repositories matching this topic...
-
Updated
Apr 19, 2022 - C++
-
Updated
Apr 26, 2022 - Python
-
Updated
May 4, 2022 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
In current version it is not possible to get just cell detection and cell analysis without cell classification. This could be potentially beneficial if you are analyzing cFos (nuclear) staining. With parameters that can be changed in cellfinder now I was able to get very good cFos detection results. When classification is done mor
-
Updated
May 5, 2022 - Python
The dim_order parameter should be used as the parameter to aicsimageio.transforms.reshape_data with TCZYX as the return order (optional S)
In ADS version 4, we removed the documentation part about manual labelling from v3.3.0 here: https://axondeepseg.readthedocs.io/en/v3.3.0/documentation.html#manual-masks-for-training-your-own-model
We should update these instructions for the ivadomed pipeline and add them to the microcopy training tutorial.
-
Updated
May 6, 2022 - Python
-
Updated
Aug 24, 2020 - Python
-
Updated
Apr 13, 2022 - Jupyter Notebook
-
Updated
Jan 19, 2022 - C++
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
Currently, the routes of tracingstore and datastore require the token as GET parameter. They should also read it from the header if present. This was already implemented for the zarr routes in #6144
-
Updated
May 3, 2022 - Python
Installing brainreg brings in 3.4GB of dependencies, as measured by my virtualenv folder's size. I see many things I don't think(?!) I need for a simple registration - e.g. ipython, jinja2, pyside2, sphinx, and napari. [I could be wrong here, of course.]
Might I suggest verifying what is needed, and perhaps having separate extras for some of this functionality? This could leave the core "pip
-
Updated
Mar 31, 2022 - Jupyter Notebook
-
Updated
Apr 4, 2019 - Java
-
Updated
Mar 1, 2022 - Python
-
Updated
May 4, 2022 - Python
-
Updated
Apr 29, 2022 - Python
-
Updated
Apr 29, 2022 - C++
-
Updated
Jul 25, 2018 - Jupyter Notebook
-
Updated
Oct 20, 2021 - Shell
-
Updated
Jan 3, 2022 - Python
-
Updated
Apr 21, 2022 - MATLAB
-
Updated
Mar 9, 2019 - Java
-
Updated
Jan 6, 2022 - 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?