-
Updated
Nov 11, 2021 - Python
microscopy
Here are 327 public repositories matching this topic...
-
Updated
Jan 10, 2022 - C++
When trying to read a LIF file without readlif installed, users are receiving this error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/rex/anaconda3/envs/segmentation/lib/python3.7/site-packages/aicsimageio/aics_image.py", line 226, in __init__
ReaderClass = self.determine_reader(image, **kwargs)
File "/home/rex/anaconda3/envs/segmentat
-
Updated
Jan 24, 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
As suggested by @jcohenadad, it would be helpful to display the units of every metric in the csv output.
e.g. something like this:
-
Updated
Jan 21, 2022 - Python
-
Updated
Aug 24, 2020 - Python
-
Updated
Jan 25, 2022 - Python
-
Updated
Jan 11, 2022 - Jupyter Notebook
-
Updated
Jan 19, 2022 - C++
Detailed Description
Rightclicking a segment item in the "Segments" tab should expose a "Activate Segment ID" menu item which makes the selected segment id "active" (i.e., use setActiveCellAction).
Context
- Specific to long-running jobs (set
jobsEnabled=trueinapplication.conf) - Specific to
-
Updated
Jan 18, 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
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
Dec 31, 2021 - Jupyter Notebook
-
Updated
Apr 4, 2019 - Java
-
Updated
Nov 2, 2021 - Python
-
Updated
Jan 20, 2022 - Python
-
Updated
Jan 10, 2022 - C++
-
Updated
Jul 25, 2018 - Jupyter Notebook
-
Updated
Oct 20, 2021 - Shell
-
Updated
Jan 24, 2022 - Python
-
Updated
Jan 3, 2022 - Python
-
Updated
Mar 9, 2019 - Java
-
Updated
Sep 13, 2021 - Julia
-
Updated
Jan 19, 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?