Skip to main content

Fluorescent neuron image denoising tools

Project description

Neuron Image Denoising

The 3D neuron image denoising filter cythonized.

Install

$ pip install neuron-image-denoise

User Guide

from neuron_image_denoise.filter import *

img: numpy.ndarray # 3D numpy array, 16bit

params = {
    'ada_interval': (2, 3, 3), 
    'flare_interval': (2, 8, 8),
    'ada_sampling': 3, 
    'flare_sampling': 8, 
    'flare_weight': .02,
    'atten_depth': 4, 
    'flare_x':True, 
    'flare_y': True
}

out = adaptive_denoise(img, **params)

out = adaptive_denoise_16to8(img, **params)   # 16bit to 8bit

out = gauss_attenuation_filter(img, 32, .1)

Algorithm Explanation

Neurons are illuminated by the fluorescent proteins, which can be seen as dots in the space. Measuring the signal is to locate where the dots are, but the problem is, these dots can diffuse to outside of neurons and their light can be spreaded far away due to refraction and microcopy aberration.

Adaptive thresholding can reduce this effect by assuming that true signals stand out from the background, as the fluorescent given by the dots attenuates with distance. Methods like difference of gaussian play similarly, but adaptive threshold has the best and most stable effect together with way lower computation.

Yet there's another problem caused by the microscopy, and varies depending on the instrument. The images can be polluted by nearby slices, resulting in flares that look like a brush head. It is especially common with strong signals like somata, making the nearby neurites discernible. There are two ways to solve this, either using more advanced microscopy to reduce this effect to a small range, or measure this effect and cancel computationally.

Useful Links

Github project: https://github.com/SEU-ALLEN-codebase/neuron-image-denoise-py

Documentation: https://SEU-ALLEN-codebase.github.io/neuron-image-denoise-py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neuron-image-denoise-0.0.3.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

neuron_image_denoise-0.0.3-cp310-cp310-win_amd64.whl (29.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

File details

Details for the file neuron-image-denoise-0.0.3.tar.gz.

File metadata

  • Download URL: neuron-image-denoise-0.0.3.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.4

File hashes

Hashes for neuron-image-denoise-0.0.3.tar.gz
Algorithm Hash digest
SHA256 70bbaad3912f6e69d6ec834dbc69b7c204d07fcdb1d2b5207bcad5f384f94a2e
MD5 9b52be84f17a60e666ffe625af2be9da
BLAKE2b-256 58f7f59ec354513f744cb4adda032a1c7f07b90392a2d7565544fb6023c5232e

See more details on using hashes here.

File details

Details for the file neuron_image_denoise-0.0.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for neuron_image_denoise-0.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 621d3bdeda34400048d9f6dbc9d68095f9ec6c009ac66394be12755f08e082e3
MD5 69df55753660b823a6433061968076b9
BLAKE2b-256 f7e650598bd3b120dd541b5c62bd05c5200bfdff7c7a8102cb414d4bcac9c35b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page