Lasso and Blow Tool
Lasso and Blow Tool | |
---|---|
Project | Fiji |
URL | https://imagej.net/Lasso_and_Blow_Tool |
Source | on GitHub |
License | GPLv3 |
Release | 2.0.2 |
Date | Sat Apr 29 22:54:17 CDT 2017 |
Development status | Stable |
Support status | None |
Team | |
Founders | Johannes Schindelin |
Leads | - |
Developers | - |
Debuggers | - |
Reviewers | - |
Support | - |
Maintainers | Curtis Rueden |
Contributors | Johannes Schindelin, Mark Hiner |
[this is under construction]
This selection tool is run from Plugins › Segmentation › Lasso. Running the plugin adds a new button to the toolbar.
There are 2 modes of operation: lasso and blow which can be selected by double clicking on the lasso button.
The configuration dialog has a mode selection box (lasso or blow) and a numeric field ratio space/color which controls how easily new points are added to the selection. Small values make selection rounder and insensitive to differences in image values, while large values (e.g. 100) restrict the growth of the selection into areas that are dissimilar.
The lasso mode, is experimental and not fully functional yet.
The blow mode grows a region by adding contiguous points having the same "cost" from the clicked center to the current location under the cursor. To use this, click inside the region to be segmented and drag the mouse within the region. The selection area will "grow" as the mouse cursor is moved away from the clicked point.
See also
- ImageJ 1.x version of this tool