Skip to content
  • Home
  • Resources
  • Support
  • Contributors
  • Get Involved
  • About
Search
Login
Create Account

0
FAQ
→
Forum
0
Posts
-
Javadoc
Filter by type
Plugin Script Protocol FAQ Forum Topic Article
Filter by category
3-D3D3D coordinatesalignmentbasicsbatch processingCalciumcell trackingCLEMcolocalizationcomptageconfocalconnected componentscontributionconvolutioncorrelationdeconvolutiondeformable registrationdenoisingdetectiondetectordeveloperdisplacementsdistance mapexportezplugfeature detectionfeature matchingfilteringfluorescenceguiheadlesshelperHSV visualisationimage processImageJintensitymaskmavenmeasurementMHTmicroscopymonitoringmorphologymultiple hypothesis trackingnon rigid registrationoperatoroptimizationotsupluginpoint-spread functionprojectionprotocolPSFpythonregistrationreleaseRipley's K functionroiscriptscriptingsegmentationsequencesmoothingspatial distributionspotspot countstatisticssurfacesyntheticthresholdtoolboxtoolstrack processortrackingtutorialwarpingwavelet transformwaveletswidefieldworkbookXLS output
  • Plugin Script Protocol FAQ Forum Topic Article
  • 3-D
  • 3D
  • 3D coordinates
  • alignment
  • basics
  • batch processing
  • Calcium
  • cell tracking
  • CLEM
  • colocalization
  • comptage
  • confocal
  • connected components
  • contribution
  • convolution
  • correlation
  • deconvolution
  • deformable registration
  • denoising
  • detection
  • detector
  • developer
  • displacements
  • distance map
  • export
  • ezplug
  • feature detection
  • feature matching
  • filtering
  • fluorescence
  • gui
  • headless
  • helper
  • HSV visualisation
  • image process
  • ImageJ
  • intensity
  • mask
  • maven
  • measurement
  • MHT
  • microscopy
  • monitoring
  • morphology
  • multiple hypothesis tracking
  • non rigid registration
  • operator
  • optimization
  • otsu
  • plugin
  • point-spread function
  • projection
  • protocol
  • PSF
  • python
  • registration
  • release
  • Ripley's K function
  • roi
  • script
  • scripting
  • segmentation
  • sequence
  • smoothing
  • spatial distribution
  • spot
  • spot count
  • statistics
  • surface
  • synthetic
  • threshold
  • toolbox
  • tools
  • track processor
  • tracking
  • tutorial
  • warping
  • wavelet transform
  • wavelets
  • widefield
  • workbook
  • XLS output
Icy 2.1 – Importants changes for developers
Announcement: new Icy 2.1 !

Icy 2.1 Latest End-User Features

In this post, we detail the new features and bug fixes that affect end-users in Icy 2.1.

Mainly, we added or improved the possibility to

  • loop over time series with keyboard shortcuts
  • hide and show multiple layers at once
  • add options to headless calls
  • perform morphological operations on ROIs:
    • compute a distance map on a ROI
    • dilate and erode a ROI
    • apply watershed on a ROI
  • better manipulate ROIs
    • bounding box visualisation only on hover to improve ROIArea visualization
    • prevent accidental ROI modifications
    • convert 3D ROIs to a pile 2D ROIs

Looping sequences with keyboard

https://icy.bioimageanalysis.org/wp-content/uploads/2020/09/keyboardSeqLooping_1_Compressed.mp4

On time series sequences, users can now loop indefinitely through the sequence using the left and right arrow keys.

Hide/Show multiple layers at once

https://icy.bioimageanalysis.org/wp-content/uploads/2020/09/hideShowMultiLayers_1_Compressed.mp4

Multiple layers can now be hidden in one click. This is done by selecting the layer you want to hide and clicking on the new main “hide” button on the top right corner of the Layer tab.

Adaptive headless calls

The headless mode is activated using the parameter --headless or -hl when launching Icy from a terminal or command prompt (i.e. java icy.jar –headless). Two new options allow more flexibility in headless mode:

  1. Disable cache when Icy app starts: use the parameter --nocache or -nc when launching Icy from a terminal or command prompt: java icy.jar --nocache.
  2. Disable network when Icy app start: use the parameter --nonetwork or -nnt when launching Icy from a terminal or command prompt: java icy.jar --nonetwork

ROIArea visualization improvement

ROIArea visualization has been improved to show its bounding box only when hovered or selected. Otherwise, only the ROI mask is visible.

https://icy.bioimageanalysis.org/wp-content/uploads/2020/09/roi2dAreaDisplay_Compressed.mp4

 

Prevent accidental modifications of ROIs

Locking ROIs for modifications: Now you can lock your ROIs to prevent undesired changes on them.

https://icy.bioimageanalysis.org/wp-content/uploads/2020/09/blockingRoiModifications_Compressed.mp4

ROI Distance map

ROI Distance map (Distance transform) computation is now available in the ROI tab. By default, the generated distance map considers the pixel size.

https://icy.bioimageanalysis.org/wp-content/uploads/2020/09/roiDistanceMap_1_Compressed.mp4

ROI Dilation

ROI Dilation is implemented using distance maps. The dilation is computed from the ROI outwards distance map on selected ROIs. This procedure does not use by default the pixel size.

https://icy.bioimageanalysis.org/wp-content/uploads/2020/09/roiDilation_1_Compressed.mp4

ROI Erosion

ROI Erosion is implemented using distance maps. The erosion is computed from the ROI outwards distance map on selected ROIs. This procedure does not use by default the pixel size.

https://icy.bioimageanalysis.org/wp-content/uploads/2020/09/roiErosion_1_Compressed.mp4

ROI Watershed separation

ROI Watershed separation is now available on the ROI tab. A watershed is performed on the distance map of the selected ROIs to separate them considering their morphology. This procedure does not use by default the pixel size.

https://icy.bioimageanalysis.org/wp-content/uploads/2020/09/roiWatershedSeparation_1_Compressed.mp4

Other ROI features

  1. 3D ROIs can be converted to multiple 2D ROIs in different Z positions. This can be done with ROI3DAreas as well as other types of ROI3D. The outcome is always a set of ROI2DAreas unless the ROI3D is a ROI3DShapeStack. In this case, the conversion will generate multiple ROI2DShapes of the same type.
  2. New ‘Intersected’ and ‘Contained’ ROI descriptors (intersected and contained ROI)
  3. New ‘Internal id’ ROI descriptor to retrieve internal ROI id (can be useful)

Bug fixes for ROIs

  1. Fixed bug: BooleanMask for tiny ROI2DShapes (now they associate a single pixel)
  2. Fixed bug: ROI list view does not focus on the selected ROI when it is double clicked.

Bug fixes for metadata management

  1. Better ‘time interval’ metadata retrieval on sequences.
  2. Fixed bug: ROI crop on sequence does not take the correct channel of the ROI when the ROI is in only one channel.
  3. Fixed bug: Snapshots of sequences do not keep the pixel size of the original image.
  4. Fixed bug: Sequence physical position is not adjusted when resizing the frame of a sequence (not the same as resizing an image).

Other major bug fixes

  1. Updater: Weird lockup on process execution error.
  2. Network: Ignore possible error on audit process.

Version notes

  1. Java 8 is now the minimum required version to run Icy 2.1+.

Leave a Review Cancel reply

You must Register or Login to post a review.

Leave a review
Cancel review

Welcome

Welcome to the Icy community support.

View Forum

Google Group

We’re migrating to a new Forum ⚡️, but if you need to access the old Google Group, please follow this link. All new topics should be opened here from now.

Latest Articles

  • Creating an Icy plugin with EzPlug
  • Creating blocks for Icy protocols
  • Installation instructions for Icy software
  • Code of Conduct
  • Icy cheat sheets
Icy is founded by
Institut Pasteur
France BioImaging
Resources
Plugins Protocols Scripts
Get Involved
Contributors Information Trainings Join Icy
Support
Forum Articles FAQ Ask for help
About
Aknowledgements Bioimage Analysis Contributors Privacy Policy
Credits
Designed by Yhello
contact
Yhello is a digital creation agency based in Paris, created by former scientists passionate about the web.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT