Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.03 KB

filtering.md

File metadata and controls

30 lines (24 loc) · 1.03 KB

Filtering

CLIJx-Assistant comes with filters for

  • Noise removal
    • Mean
    • Median
    • Gaussian blur
  • Background subtraction
    • Top Hat (similar to ImageJs "Subtract Background")
    • Subtract Gaussian background
  • mixed
    • Difference of Gaussian (DoG)
    • Laplacien of Gaussian (LoG)
  • Intensity correction

... and more

How to apply filters to your data

Open your data set. Start the CLIJx-Assistant. To configure the filter of your choice with the optimal settings, also activate following processing steps, such as thresholding. Instant feedback allows you to study consequences of different parameter settings.

<iframe src="images/incubator_filtering_with_thresholding.mp4" width="540" height="540"></iframe> [Download video](images/incubator_filtering_with_thresholding.mp4)

Back to CLIJx-Assistant

Imprint